  html {height: 100%;}
  body {
    margin-top: 10px;
    background: #202020;
    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#firmenname {
    background: #fff url(../images/top.jpg) center top no-repeat;
    height: 52px;
  }
  div#firmenname h1{
    color: #fedec6;
    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: url('../images/button.gif') no-repeat;
    height: 25px;
    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 p {
    font-size: 0.7em;
    margin: 5px 15px;
    padding: 5px;
    border: 1px dashed #fedec6;
  }
  div#inhalt {
    margin: 10px 20px 10px 210px;
    text-align: left;
  }
  * html div#inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#inhalt h1 {
    color: #451318;
    font-size: 1.6em;
    margin: 15px 0 15px 0;
  }
  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 .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: 52px;
    text-align: center;
    color: #fedec6;
    background: url(../images/bottom.gif) center top no-repeat;
  }

  div#fuss p {
    font-size: 0.8em;
    padding-top: 15px;
  }
  div#fuss a {
    font-weight: bold;
    text-decoration: none;
  }
  div#fuss a:link {
    color: #c0c0c0;
  }
  div#fuss a:visited {
    color: #9c0c0c0;
  }
  div#fuss a:hover {
    color: #fedec6;
  }
  img {
    border: 0;
  }
  .fett {
    font-weight: bold;
  }
  .red {
    color: red;
  }
  div#inhalt p.box {
    font-size: 0.85em;
    font-weight: bold;
    color: #461318;
    margin: 0;
    padding: 35px 8px 8px 8px;
    width: 150px;
    height: 150px;
    background: #f9f2b7 url(../images/pin.gif) no-repeat;
    background-position: 70px 0px;
  }