  html {
  height: 101%;
  } /*erzwingt Scrollbar im Firefox*/
  body {
    background-color: black;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0;
    background: #c5c5c5;
  }

  div#kopf {
    background: #00B359;
    height: 100px;
  }

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 150px;
    margin: 0 0 1em; padding: 1em;
    background: #00B359;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.3em;
  }

  ul#Navigation a {
    display: block;
    text-decoration:none;
    padding: 0.2em;
    font-weight: bold;
    font-size: 1em;
  }
  ul#Navigation a:link {
    color: white; background-color: #116600;
  }
  ul#Navigation a:visited {
    color: #b0b0b0; background-color: #116600;
  }
  ul#Navigation a:hover {
    color: black; background-color: #666666;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  ul#Unternavi {
   font-size:0.7em;
   width: 115px;
  }

  ul#Unternavi a {
    display: block;
    text-decoration:none;
  }
  ul#Unternavi a:link {
    color: #ffcc00; background-color: #116600;
  }
  ul#Unternavi a:visited {
    color: silver; background-color: #116600;
  }
  ul#Unternavi a:hover {
    color: black; background-color: white;
  }
  ul#Unternavi a:active {
    color: white; background-color: gray;
  }
  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 1 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #006633;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0em 0;
  }

  div#Inhalt a {
    text-decoration:none;
    font-size: 1.0em;
  }
  div#Inhalt a:link {
    color: #006633;
  }
  div#Inhalt a:visited {
    color: #626262;
  }
  div#Inhalt a:hover {
    color: white; background-color: #00B359;
  }
  div#Inhalt a:active {
    color: white;
  }
table#termin {
border-collapse:collapse;
}
  div#Inhalt td {
border: 0.1em solid #006633;
color:black;
font-size: 0.8em;
padding: 0.2em;
vertical-align:top;
widht: 15em;
}
  div#Inhalt td.date {
  width: 8em;}
  p#Fusszeile {
    clear: both;
    color: #f6f600;
    font-size: 0.83em;
    margin: 0; padding: 10px;
    text-align: center;
    background-color: #006633;
    border-top: 0px solid silver;
  }
  p#Fusszeile a {
  text-decoration:none;
  font-size: 1em;
  color: silver;
  }
  p#Fusszeile a:hover {
  background-color: black;
  }
  div#namen {
  padding: 15px;
  height:100%;
  }

  div#mitglieder {
  float:left;
  margin-right:10px;
  height: 100%;
  }
  ol#repertoir {
  font-size:0.8em;
  list-style-type:none;
  }
  div#repertoir {
  color: #339933;
  font-weight:bold;
  }
  div#fett {
  color: #000099;
  font-weight:bold;
  }