body {
    color: black; 
    background-color: white;
    font-size: 100.01%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: -0.8em 0em; padding: 0em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 995px;
    padding: 0;
    border: 0px ridge #c2de00;
    background: #ffffff;
    border-left: 0px solid #c2de00;
    background: url(../Image/Back.png) repeat-y; /* Grüner Navigationsbalken */

  }

  h1 {
    font-size: 1.2em;
    margin: 0 0 2em; padding: 0.3em;
    text-align: center;
    background: #ffffff url(logo.gif) no-repeat 100% 45%;
    border-bottom: 0px solid silver;
  }

  
  div#Inhalt {
    margin: 0 0 1em 0px;
    padding: 0 12.5em;
  }
  
  div#Inhalt ul {
    margin: 0 0 1em 0px;
    padding: 0 1em;
    font-size: 0.73em;
    line-height: 1.6em;
    list-style-image: url(../Image/Boller_gruen.png);
  }
  
  div#Inhalt ul ul{
    margin: 0 0 0em 0px;
    padding: 0 1em;
    font-size: 1.00em;
    line-height: 1.6em;
    list-style-image: url(../Image/Boller_gruen.png);
  }


  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.0em;
    margin: 1.2em 0;
    color: #a3ba00;
    font-weight: normal;
  }
  
    div#Inhalt h3 {
    font-size: 0.9em;
    margin: -0.4em 0 -1.6em;
    color: #505050;
    font-weight: normal;
  }
  
   div#Inhalt h4 {
    font-size: 0.7em;
    margin: -0.4em 0;
    color: black;
    font-weight: normal;
  }

div#Inhalt h5 {
    font-size: 0.7em;
    margin: -0.4em 0 -0.9em;
    color: #404040;
    font-weight: bold;
  }
  
  div#Inhalt p {
    font-size: 0.73em;
    margin: 1em 0;
    color: black;
    line-height: 1.6em;
  }
  
div#Inhalt a {
    color: black; 
    text-decoration: underline;
  }




  p#Fusszeile {
    clear: both;
    font-size: 0.73em;
    margin-left: 15em;  
    margin-top: 5em;  
    margin-bottom: 3em; 
    padding: 0.3em;
    padding-bottom: 0em;
    text-align: center;
    /*background-color: #c2de00;*/
    border-top: 0px solid silver;
  }
  
  #Fusszeile a:link {
    color: black; 
    text-decoration: underline;
  }
  
    p#Kopfzeile {
    clear: both;
    font-size: 0.83em;
    margin-left: 13.2em; 
    padding: 0em;
    text-align: center;
    background-color: #e2e2e2;
    border: 0px solid silver;
    height: 100px;
  }
  
  
  /*
  div#Inhalt hr {
    color: #c2de00; 
  }
  */

  
  
  /* Ab hier Navigation ------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------*/

  
  div#Rahmen {

        
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 10em;
    margin-top: -0.2em;
    padding: 0em;
    border: 0px ridge silver;
    font-size: 0.73em;
    float: left;
    }

  * html div#Rahmen {  /* Korrektur fuer IE 5.x */

    width: 48.7em;

    w\idth: 47.1em;

  }

  div#Rahmen div {

     clear: left;

  }
  
  p#Navigation {
    clear: both;
    color: black;
    font-size: 1em;
    margin-left: -0.3em;  
    margin-top: -0.3em;  
    margin-bottom: -0.2em; 
    padding: 0.3em;
    padding-bottom: 0em;
    /*background-color: #c2de00;*/
    border-top: 0px solid silver;
  }

  ul#Navigation {

    float: left;
    border-left: 0px solid #c2de00;
    /*background-color: white;*/
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */

  }


  ul#Navigation li {

    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    color: gray;
    margin: 0em; 
    padding: 0; 
    margin-bottom: 0.8em; 
    margin-top: 0.8em;
    margin-left: -2.4em;
    /*border-left: 1px solid #c2de00; */
    /*background: url(../Image/hintergrund.gif) repeat-y;*/

  }

  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */

    margin-bottom: -0.4em;

  }

  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */

    margin-bottom: -0.1em; 

  }


  ul#Navigation li ul {

    margin: 0; padding: 0;
    margin-bottom: 0.6em; 
    position: relative;
    top: 0em; left: 0em;
    /*display: none;  /* Unternavigation ausblenden */
    z-index:2;

    
  }

  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */

    left: -1.5em;
    lef\t: -0.4em;

  }

  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color: white; padding-bottom:0.4em;

  }

  ul#Navigation li:hover ul {

    display: block;  /* Unternavigation in modernen Browsern einblenden */

  }

  ul#Navigation li ul li {

    float: none;
    /*display: block;*/
    margin-bottom: -0.4em; 
    list-style-image: url(../Image/Boller.png);
    top: 0em; left: 3.5em;

  }


  ul#Navigation a, ul#Navigation span {

    display: block;

    width: 12em;  /* Breite den in li enthaltenen Elementen zuweisen */

    padding: 0em 0em;

    text-decoration: none; font-weight: normal;

    border: 0px solid black;

    color: black; 
    
    /*background-color: #ffffff;*/

  }

  * html ul#Navigation a, * html ul#Navigation span {

    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */

    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */

  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {

    border-color: black;

    border-left-color: black; border-top-color: black;

    color: gray; 
    
    /*background-color: white;*/

  }

  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */

    color: maroon; background-color: #ffffff;

  }



  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */

    background-color: white;

  }

 /* Ab hier NewsContainer ------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------*/

div#News {

        
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 12em;
    margin-top: -0.3em;
    margin-bottom: 5em;
    padding: 0em 0.8em;
    border: 0px solid #c2de00; 
    border-left: 1px solid #c2de00; 
    font-size: 0.73em;
    float: right;
    background: #ffffff;
    }

 
  
div#Objekt {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em 0.0em;
    border: 0px ridge silver;
    font-size: 0.73em;
    height: 5em; 

    }

 
  
  
