html  {
	height: 100%;
	background: darkred;
	font-size: 14px;
	color: #0006FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
	font-stretch: normal;
	left: auto;
}
body{
min-height: 101%; 
background-image: url(bilder/himmel.jpg);
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
}

#Webseite{
width:980px;
margin:0 auto;
}
#Kopf{
width: 980px;
height: 120px;
background-image: url(bilder/himmel.jpg);
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
}
#Kopf h1 {
padding-top: 50px;
font-size: 30px;
font-weight: bold;
color: #0006FF;
font-family: Arial, Helvetica, sans-serif;
}
#Menue{
float: right;
width: 980px;
height: 40px;
background-image: url(bilder/himmel.jpg);
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-o-border-radius:2px;  
}


#Hauptfenster{
width: 980px;
height:700px;;
}
#LinkesFenster{
float: left;
width: 400px;
height: 300px;
background-image: url(bilder/himmel.jpg);
margin-top: 10px;
margin-bottom: 10px;
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-o-border-radius:2px;  
}
#Inhalt{
float: right;
width: 570px;
height: 300px;
background-image: url(bilder/himmel.jpg);
margin-top: 10px;
margin-bottom: 10px;
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-o-border-radius:2px;  
}
/*feststehender Fuss*/
#footer {
    position:fixed;
    bottom:0px;
}

#content_container {
    padding-bottom:3em;
}


#Fuss{
width: 980px;
height: 30px;
background: #739beb;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
margin-top: 50px;
clear: both;
}

.boxtext{
 	 	background-color: #F0E9DD;
 	width: 380px;
      height: auto;
      margin-top: 5px;
      margin-left: 5px;
margin-bottom: 10px;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
 	box-shadow: 6px 4px #5C5446;
 	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
 	 	}

.boxwuschel{
 	 	background-color: #F0E9DD;
 	width: 420px;
      height: auto;
      margin-top: 5px;
      margin-left: 5px;
margin-bottom: 10px;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
 	box-shadow: 6px 4px #5C5446;
 	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
 	 	}
.txt12 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.rahmen {border-style: solid;
         border-color: #000000;
         border-width: 5px;
         padding: 5px;
         background-color: #ffffff
         border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-o-border-radius:5px;  
 	box-shadow: 6px 4px #5C5446;
 	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#666666,direction=135);
         }
     