body { 
	background: #ffffff;
	color: #000000;
	font-size: 11px; /* Resets 1em to 10px */
	line-height: 1.5em;
	font-family: Tahoma, Arial, Sans-Serif;
	text-align: center;
	vertical-align: top;		
	margin: 0 0 0 0;
	padding: 0; 
}

#content_all { /* 951px breit */	
	background: #ffffff;
	width: 90%;
	margin: 0 auto 0px 0;
	padding: 0; 
	position: relative;
	float: center;
	

}

#content_mitte { 
	background-image: url(../images/schnoerkel600.png);
	background-repeat:no-repeat;
	float: left;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 80%; 
	height: 600px; 
}

#spalte_links {	
	clear: both;
	height: 100%;
	margin: 0 0 0 0;
	padding: 10px 10px 0px 10px;
	position: relative;
	float: left;
	width: 120px;
	text-align: left;
	background: #a51b36;
	height: 600px; 

}
#zerti {	
	clear: both;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	position: bottom;
	float: left;
	width: 100px;
	text-align: left;
	background: #a51b36;
	height: 200px; 

}

#menu { 
	width: 120px; 
	background: #a51b36; 
	margin: 10px 0 10px 0;
} 

#menu ul { list-style: none; margin: 0; padding: 0; }

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 0px; border-style: solid; border-color: #ccc #888 #555 #bbb;
	margin: 0; padding: 2px 3px; 
}

#menu h2 { 
	color: #a51b36; 
	background-image: url(../images/logo_menue110.png);
	height: 40px;
	width: 100px;
	margin:  10px 10px 10px 5px;
	text-transform: uppercase;
} 
#menu a { color: #000; background: #f7ebed; text-decoration: none; } 
#menu a:hover { color: #a00; background: #fff; } 
#menu li { position: relative; }
#menu ul ul ul {position: absolute; top: 0; left: 100%; width: 100%; }
div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;} 
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}

