  html {height: 100%;}
  body {
    margin: 0;
    background: #dcdada;
    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 {
    background-image: url('../images/top_logo_spabz.jpg');
    height: 155px;
    border: 0;
  }
  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 30px;
    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: #4571b8;
  }
  div#navi1 a:visited {
    color: white;
    background-color: #4571b8;
  }
  div#navi1 a:hover {
    color: #000b4c;
    background-color: #ffffff;
  }
  div#info {
    float: right;
    width: 196px;
    margin-right: 3px;
    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#inhalt {
    margin: 0 204px 0 20px;
    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 h3 {
    font-size: 1em;
    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#fuss {
    clear: both;
    height: 60px;
    text-align: center;
    background: #dcdada url(../images/bottom.jpg) center top no-repeat;
  }

  div#fuss p {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
  }
  div#fuss .small {
    color: #ffffff;
    font-size: 0.7em;
    font-weight: normal;
  }
  div#fuss a {

    text-decoration: none;
  }
  div#fuss a:link {
    color: white;

  }
  div#fuss a:visited {
    color: white;

  }
  div#fuss a:hover {
    color: #000b4c;

  }
  img {
    border: 0;
  }
  .fett {
    font-weight: bold;
  }
  .red {
    color: red;
  }
  .grau {
    background: #ededed;
  }
  .zentriert {
    text-align: center;
  }