
  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-decoration: none;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0;
    background: #ffffe0 url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
  }

  h6 {
    font-size: .8em;
    margin: 0; padding: 0em;
    background-color: white;
    border-bottom: 1px solid silver;
  }

.balken {
    background: #0000CC;
    color: #FFFFFF;
    font-size: 0.93em;
         }


address {margin-left: .8em; font-style: normal;}


.textrot {color: #FF0000}
.textblau {color: #0000CC}
.textgruen {color: #006400;
	font-weight: bold;}
/* R 0, G 100, B 0 */

/*.border {
   font-size: 0.9em;
   line-height: 1.1em;
   padding: 5px;
   border-width: 2px;
   border-color: #ff0000;
   border-style: solid
   background-color: #eeeeee;}*/



  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 150px;
    margin: 0 0 1.2em; padding: 0;
    border: 1px solid #999999;
    background-color: #eeeeee;}

  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #000066; background-color: white;
  }
  ul#Navigation a:visited {
    color: #666699; background-color: white;
  }
  ul#Navigation a:hover {
    color: #ff0000; background-color: #eeeeee;
  }
  ul#Navigation a:active {
    color: #ff0000; background-color: #eeeeee;
  }

  div#Inhalt {
    margin: 0 0 1em 150px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
div#Inhalt h1 {font-size: 1.3em;}
div#Inhalt h2 {font-size: 1.1em;}
div#Inhalt h4 {font-size: .9em;}
div#Inhalt h5 {font-size:0.6}
div#Inhalt p {font-size: 0.9em;}
div#Inhalt ul {font-size: 0.9em;}




   div#Inhalt table {
   font-size: 0.85em;
   padding: 5px;
   border-width: 1px; rules=none;
   border-color: #ff0000;
   border-style: solid;
   background-color: #eeeeee}

   div#Inhalt a:link {color:#000066};}
   div#Inhalt a:visited {color: #666699;}
   div#Inhalt a:hover {color:#ff0000;}
   div#Inhalt a:active {color:#ff0000;}


  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0.2; padding: 0.2em;
    text-align: left;
    background-color: #fed;
    border-top: 1px solid silver;
  }