html, body {
  font: 11pt Arial, 'Lucida Grande', sans-serif;
}

* {
  margin:0;
  padding:0;
}

#kopfbereich {
  background:url(bilder/banners.jpg) no-repeat left top;
  height:150px;
 }

#infokasten {
  background-color: #EFFBF5;
  padding:1em;
  width:160px;
  height:4500px;
  float:right;
  border-style:none;
  border-color:#c9d1ff;
  font-size:10pt
 }

#steuerung {
  background-color: #EFFBF5;
  padding:5px;
  float:left;
  width:180px;
  height:4500px;
  border-style:none;
  border-color:#c9d1ff;
  font-size:12pt
 }

#steuerung ul {
  list-style:none;
  padding:20px 2px 10px 0px;
 }

#steuerung li {
  padding:1px;
  margin:5px 0 0 0;
 }

#steuerung a:link    { color:black;   text-decoration:none; }
#steuerung a:visited { color:black;   text-decoration:none; }
#steuerung a:focus   { color:#FE2E64; text-decoration:bold; }
#steuerung a:hover   { color:#3954ba; font-weight:bold}
#steuerung a:active  { color:#3954ba; text-decoration:none; }

#inhalt {
  background-color: white;
  margin:0 192px 0 192px;
  text-align:center;
  padding:1em;
  float:middle;
 }

#inhalt p {
  text-align:left;
  padding:1em;
 }

#inhaltx {
  background-color: white;
  background:url(bilder/bannerlinks.jpg) no-repeat left top;
  margin:0 192px 0 192px;
  padding:1em;
  float:middle;
 }

#inhalt_AGB {
  background-color: white;
  margin:0 192px 0 192px;
  padding:70px;
  float:middle;
  font: 8pt Arial, 'Lucida Grande', sans-serif;
 }

#kopf_SER {
  float:middle;
  width:1024px;
  height:100px;
  background-color: white;
  background:url(bilder/ServicesBG.jpg) no-repeat left top; 
  text-align:center;
  padding:50px;
  
 }

#inhalt_all {
  float:middle;
  width:1024px;
  height:4000px;
  background-color: white;
  padding:50px;
  
 }