  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 12px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 920px;
    padding: 0;
    /*background: #ffffe0 url(hintergrund.gif) repeat-y;*/
    *border: none;
  }

  h1 {
    font-size: 32px;
    margin: 0; padding: 40px 10px 68px 580px;
    text-align: left;
    color: white;
    background: #fff url(images/hintergrund.jpg) no-repeat 100%;
    border-bottom: 2px solid #a70b09;
    border-top: 2px solid #a70b09;
  }


  ul#Navigation {
    background: #fff url(images/hintergrund_links.jpg) repeat-x 100%;
    font-size: 13px;
    float: left; width: 200px;
    margin: 0 0 15px; padding: 0;
    /*border-right: 5px solid #a70b09;*/
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 5px;
  }
  ul#Navigation a {
    display: block;
    padding: 3px 3px 3px 10px;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: white;
    /*opacity: 0.5;
    background-color: white;*/
  }
  ul#Navigation a:visited {
    color: white;
    /*background-color: white;*/
  }
  ul#Navigation a:hover {
    color: #a70b09;
    /*opacity: 0.5;*/
    background-color: white;
  }
  ul#Navigation a:active {
    color: #a70b09;
    background-color: white;
  }
  ul#Navigation span {
    color: #a70b09;
    /*opacity: 0.5;*/
    background-color: white;
    display: block;
    padding: 3px;
    font-weight: bold;
  }

  div#Inhalt {
    margin: 15 0 10px 215px;
    padding: 30 10px;
  }
  * html div#Inhalt {
    height: 10px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 20px;
    margin: 5px 0;
    color: #a70b09;
    border-bottom: 1px solid #a70b09;
  }
  div#Inhalt p {
    align; justify;
    font-size: 15px;
    margin: 14px 0;
    color: #a70b09;
  }
  div#Inhalt div {
    color: #a70b09;
  }


  div#Inhalt img{
   /* background-color: black;*/
    padding: 10px;
  /*  border: 2px solid; */
  }

  div#Inhalt2 {
    clear: both;
    margin: 5px 5px 5px 5px;
    padding: 0 10px;
  }

  div#inhalt2 h2 {
    font-size: 20px;
    margin: 5px 0;
    color: navy;
  }
  div#inhalt2 p {
    font-size: 15px;
    margin: 14px 0;
  }
  a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #a70b09;
  }
  p#Fusszeile {
    clear: both;
    font-size: 10px;
    margin: 0; padding: 2px;
    text-align: right;
    background-color: white;
    border-top: 2px solid #a70b09;
    color: #a70b09;
  }
