/* ------------- Hintergrund ------------- */
#hintergrundbox {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -300px;
  width: 1000px;
  height: 620px;
  border: 0px;
  background-color: #9ACD32;
}

/* ------------- Header ------------- */
#headerbox {
  position: absolute;
  left: 50%;
  margin-left: -495px;
  top: 50%;
  margin-top: -295px;
  width: 990px;
  height: 110px;
  border: 0px;
  background-color: #FFFFFF;
  background-image:url(../img/Schafgarbe_flip_800_2.jpg);
  background-repeat:no-repeat;
  background-position:right center;
}

/* ------------- Menue ------------- */
#menuebox {
  position: absolute;
  left: 50%;
  margin-left: -495px;
  top: 50%;
  margin-top: -180px;
  width: 195px;
  height: 470px;
  overflow: auto;
}

.menuesubbox {
  position: absolute;
  width: 195px;
  height: auto;
  background-color: #DDDDDD;
}

/* ------------- Inhalt ------------- */
#inhaltbox {
  position: absolute;
  left: 50%;
  margin-left: -295px;
  top: 50%;
  margin-top: -180px;
  width: 590px;
  height: 470px;
  background-color: #DDDDDD;
  overflow: auto;
}

/* ------------- News ------------- */
#newsbox {
  position: absolute;
  left: 50%;
  margin-left: 300px;
  top: 50%;
  margin-top: -180px;
  width: 195px;
  height: 470px;
  overflow: auto;
}

.newssubbox {
  position: absolute;
  width: 195px;
  height: auto;
  background-color: #DDDDDD;
}

/* ------------- Footer ------------- */
#footerbox {
  position: absolute;
  left: 50%;
  margin-left: -495px;
  top: 50%;
  margin-top: 295px;
  width: 990px;
  height: 20px;
}