body {
	background-color:#FFFFFF;
	background:url(../webimages/back_body.jpg) repeat-x left top;}

#nav, #nav ul /* alle listen */
	{
	padding: 	    2px;
	margin: 		0 0 0 10px;
	list-style: 	none;
	line-height: 	1;
	z-index:699;
	}

#nav a 
	{
	display: 		block;
	/*width: 		10em;*/
	color:		#fff;
	font-size:	13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 5px;
	text-decoration:none;
	line-height:32px;
	}
 
#nav a:hover
	{
	background:none;
	}
 
#nav li /* all list items */
	{
	float:left;
	background:none;
	width:auto /* width needed or else Opera goes nuts */
	}


#nav li ul /* second-level lists */
	{
	display:block;
	position: 	absolute;
	background: 	#474545;
	width: 		200px;
	margin-left: 0px;
	left: 		-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	float:none;
	}
 
#nav li ul ul /* third-and-above-level lists */
	{
	margin: 		-1em 0 0 10em;
	}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
	{
	left: 			-999em;
	}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul /* lists nested under hovered list items */
	{
	left: 			auto;
	}
 
#content 
	{
	clear: 			left;
	}

#navsecond {
	z-index:599;}
	
#navsecond a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:21px;
	float:none;
}


#navsecond li {
	width: 200px;
}

#navsecond li a:hover {
	background-color:#09F;
}

#nav li #navsecond li .active {
	font-weight: bold;
	color: #0CF;
}

