/* CSS Document */

body {
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #E5E4E9; /*FAFCFA, F8F2E9*/
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #FF33CC;
	text-decoration: none;
}
a.active {
	color: #FF33CC;
	text-decoration: none;
}

#Layer2 a:link {
	text-decoration: underline;
	color: #ffffff;
}
#Layer2 a:visited {
	text-decoration: underline;
	color: #ffffff;
}
#Layer2 a:hover {
	color: #FF00FF;
	text-decoration: none;
}
#Layer2 a.active {
	color: #FF00FF;
	text-decoration: none;
}

ul{
	margin:0;
	padding:0;
}
li{
	list-style-type: none;
	display: inline;
	margin-right:-4px;
	padding:0;
}
h1{display: none;}
h2{display: inline;}
.cache{display: none;}
h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	margin-left: 167px;
	font-weight: normal;
}
h4{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -7px;
	letter-spacing: 1px;
}
#Layer1 h4{
	color: #990000;
}
#Layer2 h4{
	color: #ff6600;
}
#Layer3 h4{
	color: #990000;
}
#frame01 {
	width : 1055px;
	height : 650px;
	margin: 0px;
	padding: 50px;
	border: 1px solid #FF6600;
}
#frame01_left {
	width : 400px;
	height : 550px;
	float: left;
	clear: both;
	border: 1px solid #FF0000;
	padding: 50px;
}
#frame01_right {
	width : 400px;
	height : 550px;
	float: left;
	border: 1px solid #FF0000;
	margin-left: 50px;
	padding: 50px;
}

.underline{
	text-decoration: underline;
}

/* initial am anfang des paragrafen */
.initial{
	text-indent: 10px;
}
.letter{
	font-size: 26px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 1px;
}