body{
	
	margin:0px;
	background-color:#000000;
	color: #ffffff;
	padding-top: 64px;
	
}

#wrapper{
	
	position:absolute;
	width:948px;
	top:20px;
	left:50%;
	margin-left:-474px;
	background:red;
	
}

#header{
	
	position:absolute;
	top:0px;
	left:0px;
	width:948px;
	height:169px;
	background-image:url('img/design/oben.gif');
	
}

#balken{
	
	position:absolute;
	top:169px;
	left:0px;
	width:948px;
	height:17px;
	background-image:url('img/design/balken.gif');
	
}

#wrapper2{
	
	position:absolute;
	width:948px;
	top:186px;
	background-color:#131313;
	border-bottom-style:solid;
	border-bottom-color:#444444;
}

#navi{
	
	position:absolute;
	height:100%;
	width:198px;
	background-color:#373737;
	float:left;

}

#navi h2{
	
	position:relative;
	margin:0px;
	width:176px;
	height:24px;
	background-image:url('img/design/navi_top.gif');
	padding-left:22px;
	color:#555555;
	font-size:14pt;
	
}

.navi_under{
	
	position:relative;
	width:168px;
	height:23px;
	background-image:url('img/design/navi_under.gif');
	cursor:pointer;
	padding-left:30px;
	color:#0d43a5;
	
}

.navi_under:hover{
	
	background-image:url('img/design/navi_under_over.gif');
	font-weight:bold;
	
}

#content{
	
	position:relative;
	left:203px;
	top:0px;
	height:100%;
	width:745px;
	color: #ffffff;
	
}

#fouter{
	
	position:absolute;
	bottom:-75px;
	left:0px;
	width:306px;
	height:72px;
	background-image:url('img/design/hinweis.gif');
	
}

#navi_abdeckung{
	
	position:absolute;
	left:-4px;
	top:500px;
	height:2000px;
	width:5px;
	background-color:#000000;
	
}

h1 {padding-top: 0px; color: #78643d; margin-bottom: 3px;}
h1 {font: normal 1.8em Tahoma,sans-serif;}
a {color: #06C;}
a:hover {color: #048;}
