  html {height: 100%;}
  body {
    margin-top: 10px;
    background: #dedde2;
    height: 100%;
  }
  #container {background: #fff url('../images/container_bg.jpg') center top repeat;
    width: 900px;
    margin: 0 auto;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    letter-spacing: 0.04em;
  }
  div#kopf {
    background-image: url('../images/banner.jpg');
    height: 150px;
    border: 0;
  }
  div#chorname {
    background: #fff url(../images/top.jpg) center top no-repeat;
    height: 52px;
  }
  div#chorname h1{
    color: #606060;
    font-size: 1.5em;
    text-align: center;
    line-height: 2;
    margin: 0;
  }
  div#navi {
    float: left;
    margin-left: 4px;
    margin-top: 20px;
    width: 180px;
  }
  div#navi ul {
    font-size: 0.83em;
    margin: 0; padding: 0.5em;
  }
  div#navi li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  div#navi a {
    display: block;
    background-image: url('../images/button.gif');
    border: 0;
    height: 20px;
    padding: 0.2em 0.8em;
    font-weight: bold;
    text-decoration: none;
  }
  div#navi a:link {
    color: white;
  }
  div#navi a:visited {
    color: white;
  }
  div#navi a:hover {
    color: #000b4c;
    background-image: url('../images/button_neon.gif');
  }
  div#navi .chronik{
    margin-left: 5px;
    width: 160px;
  }
  div#navi .chronik li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
  }
  div#navi .chronik a {
    display: block;
    background: #777;
    height: 15px;
    padding: 0.2em 0.8em;
    font-weight: bold;
    text-decoration: none;
  }
  div#navi .chronik a:link {
    color: #fff;
  }
  div#navi .chronik a:visited {
    color: white;
  }
  div#navi .chronik a:hover {
    color: #000b4c;
    background: white;
  }
  table a {
    text-decoration: none;
    color: #333333;
  }
  table a:link {
    color: grey;
  }
  table a:visited {
    color: grey;
  }
  table a:hover {
    color: black;
    background: #eee;
  }

  div#navi p {
    font-size: 0.7em;
    margin: 5px 15px;
    padding: 5px;
    border: 1px dashed #888;
  }
  div#inhalt {
    margin: 10px 35px 10px 225px;
    text-align: left;
  }
  * html div#inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#inhalt h1 {
    color: #606060;
    font-size: 1.2em;
    margin: 15px 0 15px 0;
    height: 50px;
    padding: 22px 0px 5px 40px;
    background: url('../images/h1bg.gif') no-repeat;
  }
  div#inhalt h2 {
    color: #606060;
    font-size: 1.2em;
    margin: 15px 0 15px 0;
  }
  div#inhalt h3 {
    color: #606060;
    font-size: 1em;
    margin: 10px 0 10px 0;
  }
  div#inhalt h4 {
    color: #606060;
    font-size: 0.9em;
    font-weight: bold;
    margin: 5px 0;
  }
  div#inhalt p {
    font-size: 0.9em;
    margin: 5px 0px;
  }
  div#inhalt .bildtext {
    font-size: 0.8em;
    margin: 5px 0px;
  }
  div#inhalt .breadcrumb {
    font-size: 0.8em;
    margin: 5px 0 15px 0;
    padding-left: 10px;
    border-bottom: 1px dashed #888;
  }
  div#inhalt .breadcrumb a {
    text-decoration: none;
    color: #000;
  }
  div#fuss {
    clear: both;
    height: 53px;
    text-align: center;
    background: #dcdada url(../images/bottom.jpg) center top no-repeat;
  }

  div#fuss p {
    font-size: 0.8em;
    padding-top: 15px;
  }
  img {
    border: 0;
  }
  .fett {
    font-weight: bold;
  }
  .red {
    color: red;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .high {
    background: #f3f3bd;
    padding: 3px 5px;
  }
  .rahmen {
  padding: 5px;
  border: 1px solid #666;
  margin: 5px;
  background: #f3f3bd;
  }
  .zentriert {
    text-align: center;;
  }