body {
  background-color: white;
  font-size: 101.1%;
  font-family: Verdana, Arial, Sans-Serif;
  color:black;
  padding:0px;
  margin:0px;
  padding-bottom:30px;
}

#alles {
  width: 1000px;
  padding:0px 9px 0 0;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid silver;  
  border-bottom: 0px solid black;  
  text-align:left;
  background: white url(rahmen-rechts.jpg) scroll repeat-y  top right;   
} 


#inhalt{ 
  margin: 0; 
  width: 1000px;
  padding:300px 0 100px  0;
  text-align: left;
  height: 394px;
  background: #666 url(startseite-hintergrund.jpg) scroll no-repeat top right;       
}

.eintrag {
  width:500px;
  padding:20px 50px 20px 50px;
  background-color: #777 ;  
  color: white;
  font-size:0.9em;
  line-height:1.8em;
}

.eintrag h1 {
  font-size:1.55em;
  font-weight: normal;
}

.eintrag a {
  color:white;
}


#fuss {
  clear:left;
  text-align: center; 
  font-size: 0.6em;
  background-color: #777;
  padding:8px;
  margin:0px;
  color:white;
  clear:both;  
  border-bottom: 0px solid black;    
}

#rahmen_fuss {
  background: #e7e7e7 url(rahmen-fuss.jpg) scroll no-repeat  bottom left;
  height:11px;
  border:0;
  width: 1007px;
  padding:0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;  
}


