/* CSS Document */

body {
	background-image: url(grafik/wosnitza_grau.gif);
	background-repeat: no-repeat;
	background-position: 290px 36px;
	}
	
#navlist
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	height: auto;
	width: auto;
	left: 50px;
	top: 195px;
}


#navlist ul, #navlist li
{

	list-style-type: none;
	text-transform: uppercase;
} 
#navlist ul li ul li {
	text-transform: none;
	
}

#navlist a, #navlist ul li a {
	display: block;
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
	#navlist a:hover, #navlist ul li a:hover {
	color: #6699CC;
	
}



#navlist #currentpage a, #navlist ul li#currentpage a 
	{
	text-transform: none;
	color: #CC0000;

	
}
#navlist #currentpage a:hover, #navlist ul li#currentpage a:hover 
	{


}

#navlist .page a, #navlist ul li.page a 
	{
	color: #FF9900;
	text-transform: none;

}
	
#navlist .page a:hover, #navlist ul li.page a:hover 
	{
	color: #6699CC;
	list-style-type: disc;
	}

#navlist #currentpageO a, #navlist ul li#currentpageO a, #navlist #currentpageS a, #navlist ul li#currentpageS a  
	{
	color: #6699CC;
	
	}
	
	#navlist #currentpageO a:hover, #navlist ul li#currentpageO a:hover, #navlist #currentpageS a:hover, #navlist ul li#currentpageS a:hover  
	{
	color: #CC0000;

	}
	
	#logobild {
	position:absolute; 
	left:12px;
	top:13px; 
	width:193px; 
	height:180px; 
	z-index:20}

