html, body {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-style: normal;
background:url(images/hintergrund.jpg) repeat;
text-align: left;
margin-top: 15px;
}



#wrapper {
width: 986px;
margin: 15px auto 0 auto;
}

#header {
background:url(images/header.jpg) no-repeat left top;
height: 160px;
width: 986px;
padding-left:33px;
}

#navi {
background:url(images/navi.jpg) no-repeat;
height: 31px;
width: 986px;
padding-left:33px;
padding-top: 5px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}

#navi a:link { 	font-size:20px;
				font-weight:bold;
				text-decoration:none;
				color:black;
				}
#navi a:visited {font-size:20px;
				font-weight:bold;
				text-decoration:none;
				color:black;
				}
#navi a:hover { 	font-size:20px;
				font-weight:bold;
				text-decoration:none;
				color:black;
				}			

#menu {
background:url(images/menu.jpg) no-repeat;
height: 36px;
width: 986px;
padding-left:48px;
padding-top: 32px;
}

#content_container {
background:url(images/content.jpg) repeat-y ;
width: 986px;
}

#content_links {
float: right;
width: 665px;
padding-right: 54px;
}

#content_rechts {
float: left;
width: 215px;
padding-left: 52px;
}

#content_rechts a:link {	font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#content_rechts a:visited {
				font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#content_rechts a:hover {font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}
#content_rechts a:active {
				font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}

#clear {
clear: right;
}


#footer {
background:url(images/footer.jpg) no-repeat;
height: 102px;
width: 986px;
padding-top: 30px;
text-align: center;
}

#footer a:link {	font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#footer a:visited {
				font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#footer a:hover {font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}
#footer a:active {
				font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}

#oben a:link {	font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#oben a:visited {
				font-weight:normal; 
				color:black; 
				text-decoration:none;
				}
#oben a:hover {font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}
#oben a:active {
				font-weight:normal; 
				color:black; 
				text-decoration:underline;
				}
				
#menue {
font-size:13px;
} 

ul#menue, li#menue
{
margin:   	   	 0;
padding:   	   	 0;
list-style-type:   	 none;
}

ul#menue 
{
 width:  	   	 170px;
}

ul#menue li a 
{
margin: 0;
height: 25px;
line-height: 25px;
text-align: left;
border: 0;
background: #d7d7d4;
display: block;
color: #000;
text-decoration: none;
}

ul#menue li a + ul.submenue
{
display:  	   	 none;
}

ul#menue li a:focus + ul.submenue 
{
display:  	   	 block;
color:  	   	 #34537c;
}

ul#submenue1 li a, ul#submenue2 li a, ul#submenue3 li a
{
list-style-type:   	 none;
background:  	   	 none; /* IE */
margin:0px;
padding-left: 10px;
}