@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	position: relative; /* braucht es für den bottom-DIV*/
	margin: 0 auto; /* Zentrieren, aber nicht im IE5 */
	width: 808px;
}

#abdeckung {
	position: relative; /* braucht es für den bottom-DIV*/
	margin: 0 auto; /* Zentrieren, aber nicht im IE5 */
	width: 810px;;
	height: 31px;
	background-color:#000000;
}

#linie_hinten1 {
	position: absolute;
	height: 1px;
	top: 31px;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
	z-index: 0;
}

#linie_hinten2 {
	position: absolute;
	height: 1px;
	top: 188px;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
	z-index: 0;
}

#navi {
	position: absolute; /* braucht es für den bottom-DIV*/
	width: 275px;
	z-index: 700;
}

#hauptnavi {
	position: absolute;
	padding-top: 20px;
	z-index: 1200;
}

#unavi {
	padding-top: 4px;
}

#aktiv_unavi {
	position:absolute;
	height:19px;
	background:#FFFFFF;
	width:807px;
	filter:alpha(opacity=30);
	opacity:0.3;
	margin-top: -19px;
	z-index: 99;
}

#middle {
	position: absolute; /* braucht es für den bottom-DIV*/
	width: 532px;
	left: 277px;
	border-top: solid #FFFFFF 1px;
}

#content_abdeckung {
	height: 31px;;
	background: #000000;
	width: 530px;
}

#content {
	background: #FFFFFF;
	width: 530px;
	clear: both;
	padding-top: 30px;
}

#oben_schatten {
	width: 33px;
	padding-top: 123px;
	float:left;
}

#schatten_linie {
	width: 1px;
	height: 156px;
	background: #FFFFFF;
	float: left;
}

#head {
	width: 496px;
	height: 156px;
	background: #FFFFFF;
	float: left;
}

#head_innen {
	position: absolute;	
	width: 496px;
	height: 122px;
}

#head_titel {
	padding: 35px 0px 0px 41px;
}

#head_logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#sidenavi,#sidenavi2 {
	position: absolute;	
	top: 130px;
	width: 486px;
	text-align: right;
	color: #000000;
}

#sidenavi2 {
	top: 145px;
	z-index: 1200;
}

#sidenavi ul li, #sidenavi2 ul li {
	display: inline;
}

#sitemap {
	margin-bottom: 10px;
}

#sitemap_haupt {
	padding: 3px;
}