  html {height: 100%;}
  body {
    margin: 0;
    background: #dcdada url(../images/bg.gif) center top repeat;
    height: 100%;
  }
  #container {background: #fff url(../images/container_bg.jpg) center top repeat;
    width: 960px;
    margin: 0 auto;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.2;
  }
  div#kopf {
    width: 960px;
    margin: 0 auto;
    background-image: url(../images/top_logo_ah.png);
    height: 155px;
    border: 0;
  }
  div#kopf img{
    margin: 5px 0 0 680px;
  }
  div#kopf p{
    margin: 0 0 0 685px;
    color: #ffffff;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
  }
  div#navi1 {
    background: #fff url(../images/menue_bg.jpg) center top repeat;
    font-size: 0.83em;
    height: 30px;
  }
  div#navi1 ul {
    margin: 0 0 0 15px;
    padding: 0.2em;
  }
  div#navi1 li {
   list-style: none;
   display: inline;
   float: left;
   margin: 0;
   padding: 4px 0;
  }
  div#navi1 a {
    padding: 0.2em 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  div#navi1 a:link {
    color: white;
    background-color: #4d7726;
  }
  div#navi1 a:visited {
    color: white;
    background-color: #4d7726;
  }
  div#navi1 a:hover {
    color: #000b4c;
    background-color: #f7f6af;
  }
  div#navi2 {
    float: left;
    width: 190px;
  }
  div#navi2 ul {
    font-size: 0.83em;
    margin: 0; padding: 1em 5px;
  }
  div#navi2 li {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    margin-bottom: 1px;
  }
  div#navi2 a {
    display: block;
    padding: 0.2em 0.5em;
    font-weight: bold;
    text-decoration: none;
  }
  div#navi2 a:link {
    color: white; background-color: #4d7726;
  }
  div#navi2 a:visited {
    color: white; background-color: #4d7726;
  }
  div#navi2 a:hover {
    color: #000b4c; background-color: #f7f6af;
  }
  div#navi2 p {
    font-size: 0.7em;
    margin: 5px 15px;
    padding: 5px;
    border: 1px dashed #888;
  }
  div#info {
    float: left;
    width: 200px;
    margin-left: 10px;
    text-align: left;
  }
  div#info h2 {
    font-size: 1.33em;
    margin: 20px 7px;
  }
  div#info p {
    background: #fff;
    font-size: 0.8em;
    margin: 2px 6px 10px 2px;
    border: 1px dashed #888;
    padding: 5px;
  }
  div#info .legende {
    text-align: center;
    font-family: comic sans ms;
    font-weight: bold;
    font-size: 1.2em;
  }
  div#inhalt {
    margin: 0 10px 0 210px;
    text-align: left;
  }
  * html div#inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#inhalt h2 {
    font-size: 1.2em;
    margin: 5px 15px;
  }
  div#inhalt h4 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 15px;
  }
  div#inhalt p {
    font-size: 0.9em;
    margin: 5px 15px;
  }
  div#inhalt .breadcrumb {
    font-size: 0.8em;
    margin: 5px 0 15px 5px;
    padding-left: 10px;
    border-bottom: 1px dashed #888;
  }
  div#inhalt .breadcrumb a {
    text-decoration: none;
    color: #000;
  }
  div#inhalt .box {
    margin: 15px;
    border: 2px dashed green;
    padding: 20px;
    font-family: "comic sans ms";
    font-size: 1.1em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
  }
  div#inhalt .titelbox {
    background: #f7f6af;
    margin: 15px;
    border: 2px dashed green;
    padding: 10px;
    font-family: "comic sans ms";
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3em;
  }
  div#fuss {
    clear: both;
    height: 60px;
    text-align: center;
    background: #dcdada url(../images/bottom.jpg) center top no-repeat;
  }
  div#fuss p {
    font-size: 1em;
    padding: 10px;
  }
  .datum {
    width: 100px;
    font-size: 0.9em;
    font-weight: normal;
  }
  .ereignis {
    width: 260px;
    font-size: 0.9em;
    font-weight: normal;
  }
  .treffen {
    width: 100px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
  }
  .beginn {
    width: 100px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
  }
  .ergebnis {
    width: 100px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
  }
  img {
    border: 0;
    margin: 5px 0;
  }
  .fett {
    font-weight: bold;
  }
  .rot {
    color: red;
  }
  .blau {
    color: blue;
  }
  .gruen {
    color: green;
  }
  .torjaeger {
    text-align: center;
    font-weight: bold;
    width: 120px;
  }
  .zentriert {
    text-align: center;
  }