body {
  color: #000000;
  font-family: Verdana, Ariel, Helvetica, sans-serif;
  font-size: small;
  background-color: #FFC880;
}
h1 {
  font-size: 280%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 130%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 115%;
}
ul#navi {
  margin: 0; padding: 0.6em;
  text-align: center;
  border: none;
  background-color: silver;
}
ul#navi li {
  list-style: none;
  display: inline;
  margin: 0.4em; padding: 0;
}
ul#navi a, ul#navi span {
  padding: 0.2em 1em;
  text-decoration: none; font-weight: bold;
  border: none;
  border-left-color: white; border-top-color: white;
  color: black; background-color: #ccc;
}
* html ul#navi a, * html ul#navi span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#navi a:hover, ul#navi span {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: grey;
}
#inhalt {
  text-align: center;
  margin-top: 20px;  
}
#inhalt li {
  text-align: center;
  font-family: Helvetica;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
  list-style-type: none;
}
#tabelle {
  style="text-align:left"  
}
address {
  font-size: 80%; /* kleiner als in body definiert */
  font-style: normal; /* normale Schrift, nicht kursiv */
  letter-spacing: 2px; /* Abstände zwischen den Buchstaben */
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
