body {
margin:0; padding:0; 
text-align: center; 
background-color: #666055;
}

/* --- Sprachenwechsel  ---*/
div.sprache {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding-top:6px;
	height: 36px; width: 930px;
	text-align: right;
}
div.sprache a {
font: bold 10px Tahoma, Helvetica, sans-serif;
text-decoration: none;
color: #EEEEEE;
float: right;
text-align: center;
}
div.sprache img {
	width:33px; height: 22px;
}
#de {
	display:none
}
#en {
	display:none
}
/* --- Hauptbox --- */
div#hauptbox {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width:991px; height:590px;
	text-align:left;
}
div#hauptbox:after {
	content : ".";		
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}
/* Hides from IE-mac \*/
* html #hauptbox {height: 1%;}
/* End hide from IE-mac */

/* --- Iframes ---*/
iframe#banner {
	background-color: #001966;
	float: left;
}
iframe#inhalt {
	background-color:#F8DD86;
	float: left;
}

/* --- Schatten ---*/
#lo {
	width: 30px;
	background-color:#666055;
	height:80px;
	float: left;
}
#ro {
	width: 30px;
	text-align: right;
	float: left;
	height:80px;
	background:url(../bilder/schatten/ro.gif) top left;
}
#lm {
	width: 30px;
	background-color:#666055;
	height:100px;
	float: left;
}
#rm {
	width: 30px;
	background:url(../bilder/schatten/rm.gif) repeat-y left;
	height:590px;
	float: left;
}
#ru {
	width: 30px; height: 30px;
	background:url(../bilder/schatten/ru.gif) no-repeat top left;
	float: right;
}
#mu {
	height: 30px;
	margin-left: 30px;
	background:url(../bilder/schatten/mu.gif) repeat-x top;
	clear:both;
}
#lu {
	width: 30px; height: 30px;
	background:url(../bilder/schatten/lu.gif) no-repeat top left;
	float:left;
}