  body {
  background: url('images/bg.jpg');
  background-position: top;
  font-family: Verdana;
  font-size: 11px;
  color: white;
  }
  
  div.container {
  margin: 0px auto;
    }
  
  div.menu {
  width: 800px;
  height: 50px;
  margin: 0px auto;
    }
  
 div.main {
 background: url('images/main.png');
 height: 238px;
 width: 800px;
 margin: 0px auto;
 }
 
 div.mitte {
 background: url('images/bg_mitte.png');
 width: 800px;
 height: auto;
 margin: 0px auto;
 }
 
 div.unten {
 background: url('images/bg_unten.png');
 width: 800px;
 margin: 0px auto;
 }
 
 b.datum {
 font-family: Verdana;
 font-size: 13pt;
 color: white;
 margin-left: 10px;
 
 margin-top: 0px;
 }
 
  a {
  color: white;
  

