
body {
  font-family:'Palatino LinoType', 'Book Antiqua', 'Times New Roman';
  font-color:#525254;
  background-color:#678e9f;
  background-image:url(./images/bgr.jpg);
  background-repeat:repeat-x;
}

div.head {
  width:780px;
  height:145px;
  position:absolute;
  top:0px;
  margin-top:0px;
  margin-left:0px;
  background-image:url(./images/header.jpg); 
}

div.ueber {
  width:780px;
  margin-top:0px;
  margin-left:0px;
  background-color:#000000; 
}

div.oben {
  width:780px;
  position:absolute;
  top:145px;
  height:105px;
  margin-top:0px;
  margin-left:0px;
  background-color:#000000; 
}

div.mitte {
  width:780px;
  position:fix;
  top:250px;
  margin-top:0px;
  margin-left:0px;
  padding-right:0px;
  padding-bottom:22px;
  background-image:url(./images/mitte.jpg); 
}

div.menue {
    width:200px;
    margin-top:0px;
    left:20px;
    padding-top:22px;
    padding-left:20px;
  line-height:12px;
  float:left;
}

div.content {
  width:500px;
  overflow:visible;
  margin-top:0px;
  padding-right:22px;
  left:250px;
  float:right;
}

div.footer {
  width:780px;
  height:45px;
  position:fix;
  top:850px;
  vertical-align:middle;
  text-align:center;
  background-image:url(./images/footer.jpg);
  float:none;
}

