/* CSS Document */

/*1 Formate der Layer*/

#hintergrund {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	height:600px;
	top:50%;
	margin-top:-300px;
	background-color:#FFFFFF;
}
#navhg {
	position:absolute;
	width:187px;
	height:467px;
	background-color:#666666;
	left:3px;
	top:113px;
}
#navtxt {
	position:absolute;
	width:187px;
	height:467px;
	background-color:#FF6600;
	top: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#mainhg {
	position:absolute;
	left:203px;
	width:597px;
	top:113px;
	height:467px;
	background-color:#666666}
#main {
	position:absolute;
	left:200px;
	width:597px;
	top:110px;
	height:467px;
	background-color:#33CCFF;
}
#maintxt {
	position:absolute;
	left:210px;
	width:587px;
	top:110px;
	height:467px;
	background-color:#33CCFF;
	overflow:auto;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#999999;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FF6600;
}

#titelhg {
	position:absolute;
	width:797px;
	height:77px;
	background-color:#666666;
	left:3px;
	top:23px;
}
#titel {
	position:absolute;
	width:797px;
	height:77px;
	background-color:#CCCCCC;
	top: 20px;
}
#titel_gr {
	position:absolute;
	width:746px;
	height:37px;
	background-color:#CCCCCC;
	top: 51px;
}
#titel_kl {
	position:absolute;
	width:427px;
	height:37px;
	background-color:#CCCCCC;
	top:42px;
	left:364px;
}

/*2 Formate der Links*/

#navtxt a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	left:10px;
	position: absolute;
	width: 171px;
}
#navtxt a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	left:10px;
	position: absolute;
}
#navtxt a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	background-color:#FFCC33;
	left:10px;
	position: absolute;
}
#navtxt a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	background-color:#FFCC33;
	left:10px;
	position: absolute;
}
#maintxt a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	position: relative;
}
#maintxt a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	position: relative;
}
#maintxt a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color:#FF6600;
	position: relative;
}
#maintxt a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color:#FF6600;
	position: relative;
}

/*3 Schriftformate*/

.titel1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	left:8px;
}
.titel2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	right:10px;
	left:20px;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	left:10px;
}
