@charset "UTF-8";
/* CSS Document */

body {
  background-color: #ececec;
  color: #959698;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: small; }
  
#zentriert {
  margin-left:auto;
  margin-right:auto;
  padding:0;
  width:950px;
}	  
#wrapper {
  background-color: white;
  width:950px;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  margin-left:-20px;
  margin-top:10px;
}
#kopfbereich {  
  background-color: #ffffff;
  color: white;
  width: 950px;
  height:115px;
  padding-bottom:20px;
}
#kopfbereich a:link{
  border: none;
  text-decoration:none;
}
#flashbereich {
  background-color: #ffffff;
  color: white;
  width: 950px;
  height: 610px;
  padding-bottom:10px;
}
#leistungsspektrum {
  z-index:2;
  position: absolute;
  margin-top: -250px;
  margin-left: 0px;
  float: left;
  background-color: none;
  color: white;
  width: 475px;
  height: 125px;
}
#leistungsspektrum a:link{
  border: none;
  text-decoration:none;
}
#hausverwaltung { 
  z-index:2;
  position: absolute;
  margin-top: -250px;
  margin-left: 475px;
  background-color: none;
  color: white;
  width: 475px;
  height: 125px;
}
#hausverwaltung a:link{
  border: none;
  text-decoration:none;
}
#fussbereich {
  width:950px;
  height:30px;
  padding-top:15px;
  text-align: center; 
  color: #959698;
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
}
#fussbereich a { 
  text-decoration: none;
  color: #c80f1e;
  }
  
.fuss { 
  color: #959698;
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  }
  
.fuss a { 
  text-decoration: none;
  color: #959698;
  }
  
 .clear { clear:both; }
