body {
  margin:2;
  font-family:Verdana;
  background-color:#669988;
}

td.menueeintrag {
  text-decoration: none;
  color: #000000;
}

span.menueeintrag-nicht-offen, a.menueeintrag-nicht-offen {
  text-decoration: none;
  color: #000000;
}

a.menueeintrag-nicht-offen:hover {
  text-decoration: underline;
  color #000000;
}

span.menueeintrag-ausgewaehlt, a.menueeintrag-ausgewaehlt {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a.menueeintrag-ausgewaehlt:hover {
  text-decoration: underline;
  font-weight: bold;
  color #000000;
}

td.inhalt {
  border-color:#000000;
  border-style:solid;
  border-width:0 2 2 0;
  padding:8;
  background-color:#eeffee;
}

td.logo {
  border-color:#000000;
  border-style:solid;
  border-width:2 0 0 2;
  padding:8;
  background-color:#509070;
}

td.kopf {
  border-color:#000000;
  border-style:solid;
  border-width:2 2 0 0;
  padding:8;
  background-color:#509070;
}

td.menue {
  border-color:#000000;
  border-style:solid;
  border-width:0 0 2 2;
  padding:8;
  background-color:#70B090;
  font-size:0.9em;
}

table.menue {
  font-size:1.0em;
}

h1 {
  text-align:center;
  font-size:1.7em;
}

h2 {
  text-align:center;
  font-size:1.2em;
}

a {
  color:#005511;
}


