body {
    color: #000000; background-color: #ffffff;
    font-size: 100.01%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; padding: 20px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #cccccc;
  }
  html>body div#Seite {
    border-color: #cccccc;  /* Farbangleichung an den Internet Explorer  */
  }

  h1 {
    font-size: 1.1em;
    margin: 0; padding: 50px 20px;
    text-align: right;
    color: #ff9900;
    border-bottom: 1px solid #cccccc;
  }

  ul#Navigation {
    font-size: 0.8em;
    float: left; width: 130px;
    margin: 0 0 20px; padding: 20px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.4em;
    font-weight: bold;
    color: #ff6600;
  }
  ul#Navigation a {
    text-decoration: none; 
    display: block;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #cccccc;
  }
  ul#Navigation a:visited {
    color: #cccccc;
  }
  ul#Navigation a:hover {
    color: #ff6600;
  }
  ul#Navigation a:active {
    color: #ffbb00;
  }

  div#Inhalt {
    margin: 0 0 20px 170px;
    padding: 0 20px;
    border-left: 1px solid #cccccc;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 0.8em;
    margin: 20px 0;
    color: #ff6600;
  }
  div#Inhalt p {
    font-size: 0.8em;
    margin: 20px 0;
  }
  div#Inhalt p.small {
    font-size: 0.6em;
    margin: 20px 0;
  }
  div#Inhalt p.navi {
    font-size: 1em;
    text-align: right;
    margin: 20px 0;
  }
 div#Inhalt p.border {
    font-size: 0.8em;
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
  }





  div#Inhalt a {
    text-decoration: none; 
    font-weight: bold;
  }
  div#Inhalt a:link {
    color: #ff6600;
  }
  div#Inhalt a:visited {
    color: #ff6600;
  }
  div#Inhalt a:hover {
    color: #ff9900;
  }
  div#Inhalt a:active {
    color: #ffbb00;
  }
  div#Inhalt img {
    margin: 0 0 20px 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.4em;
    color: #c0c0c0;
    margin: 0; padding: 0.5em 20px 0.5em 170px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #cccccc;
  }