/* --- Tabellen --- */

body {
  height: 100%;
}

h1.titlegreen {
  color: #45971c;
  font-size: 0.8em;
}

a.linksgreen {
  color: #45971c;
  font-weight: bold;	
}

a.linksgreen:hover {
  color: #007000;
}

a.submenugreen {
  color: #45971c;
  font-size: 0.75em;	
}

a.submenugreen:hover {
  color: #007000;
}

a.moregreen {
  color: #45971c;
  font-weight: bold;
}

a.moregreen:hover {
  color: #007000;
}

/* --- Schrift --- */

.menugreen {
  color: #45971c;
  font-size: 0.9em;
  font-weight: bold;
  white-space: nowrap;
}

/* ======== CONTAINER  ======== */

#central {
  width: 400px;
  height: 500px;
}

#top {
  width: 380px;
}

#mainmenu {
  width: 300px;
}

#titel {
  width: 300px;
}

#textspalte {
  height: 150px;
  width: 300px;
}

#textspalte1 {
  position: absolute;
  width: 295px;
  height: 145px;
}

#back {
  position: absolute;
  bottom: 0px;
  width: 220px;
  height: 320px;
}