body {
    color: black;
    background-color: white;
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    background: #ffffff url(./bilder/nav_bg1.png) repeat-y;
    border: 1px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #fed url(../../../src/logo.gif) no-repeat 100% 45%;
    border-bottom: 1px solid silver;
  }

  div#hr_up {
      border-top: 2px solid #367036;
      border-left: 2px solid #367036;
      color: transparent;
      background-color: transparent;
      height: 4px;
  }

  div#hr_down {
      border-bottom: 2px solid #367036;
      border-right: 2px solid #367036;
      color: transparent;
      background-color: transparent;
      height: 4px;
      width: 100%;
  }

  table#Navigation {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width:100%;
  }
  table#Navigation td {
    list-style: none;
    margin: 0 auto;

  }
  table#Navigation a {
    display: block;
    padding: 0.2em;
  }
  table#Navigation a:link {
    color: #367036;
    text-decoration: none;
    border:1px solid transparent;
  }
  table#Navigation a:visited {
    color: #367036;
    text-decoration: none;
    border:1px solid transparent;
  }
  table#Navigation a:hover {
    color: #367036;
    background-color: #ffffff;
    text-decoration: none;
    border:1px solid silver;
  }
  table#Navigation a:active {
    color: #367036;
    text-decoration: none;
    border:1px solid transparent;
  }

  div#Navigation_1 {
    font-size: 0.83em;
    float: left;
    width: 200px;
    margin: 0 0 1.2em;
    text-align: center;
    padding: 0;
  }

  div#screen {
    font-family: "Arial Black";
    text-align: left;
    vertical-align:middle;
    font-size:20px;
    color: #ffffff;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    height: 31px;
    background: #ffffff url(./bilder/screen.png);
  }

  div#Inhalt {
    font-size: 12pt;
    font-weight:normal;
    margin: 0 20 1em 220px;
    padding: 0 1em;
    text-align: justify;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt a:link {
    color: #ffffff;
  }
  div#Inhalt h2 {
    font-size: 14pt;
    font-weight: bold;
    margin: 0.2em 0;
    color: #367036;
  }
  div#Inhalt p {
    font-size: 12pt;
    margin: 1em 0;
    text-align: justify;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border-top: 1px solid silver;
  }
  div#nav_inner{
     margin: 0 auto;
     text-align:center;
     color:#367036;
     width: 133;
     background: #ffffff url(./bilder/nav_bg2.png) repeat-y;
     border:  1px solid grey;
  }
