	#men3box {
	width:100%; height:20px;
	margin-top:0px; margin-left:0px;
	margin-bottom:60px;
	padding:0px auto;
	/*text-align:left;*/
background-color:black;
		}

#men2, #men2 ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 20px;
	float: left;
		
		}

#men2 a {
	display: block;
	width: 160px;
	line-height: 20px;
	padding-left : 10px;
	/*padding-right : 5px;*/
	background-color : black;
	color : #66cccc;
	font-weight : normal;
	text-decoration : none;
	font-size: 11px;
		}
		
#men2 a.hier {
	background-color : #999933;
	color: black;
		}

#men2 li { /* alle listenpunkte */
	float: left;
	border-right: 1px solid #66cccc;
	/*width: 9em;*/

}

#men2 li ul { /* zweites klappmenue */
	/*border-bottom: 1px solid red;*/
	position: absolute;
	/*background: orange;*/
	width: 9em;
	left: -999em; /* left statt hide wegen explorer */
	}

#men2 li ul ul { /* drittes klappmenue */
	margin: -0.91em 0 0 6em;
	border-left: 1px solid #ffffff;
	}
	
#men2 li  a:hover { /* rollover*/
background-color : #999966;
color: black;
}

#men2 li li li a {
background-color : #666666;
}

#men2 li:hover ul ul, #men2 li.sfhover ul ul {
	left: -999em;
}

#men2 li:hover ul, #men2 li li:hover ul, #men2 li.sfhover ul, #men2 li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	font-variant: normal;
}

#contentmain {
	width:480px;
	margin-left:170px; margin-top:10px;
	padding: 15px;
	text-align:left; 
	background-color: #999966;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: black;
		}
		
		
			
		#contentbilder {
	width:1040px;
	margin-left:0; margin-top:0px;
	padding-top: 0px;
	padding-bottom: 0px;
		}
		

		
		#bilderhintergrund01 {
		width:100%;
		background-color:#999966;
				}
