<!--
  #oben {                  /*Ausrichtung des Kopfes -> nahtlos mit body*/
    margin-left:0%;
    }

  div#Rahmen {position:relative; }   /*Navi in Tabelle einordnen*/

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    }

  ul#Navigation li {     /* style für Wir Miteinander Füreinander */
    text-align: center;
    list-style: none;
    float: left;  /*ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
    font-size:13px;
    }

                * 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 {  /* style für die Unternavigation */
    margin: 0; padding: 0;
    position: absolute;
    top: 1.65em; left: -0.4em;
    display:block;
    display: none;  /* Unternavigation ausblenden */
    }

                  * 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 */
    float: left;
    }

  ul#Navigation li ul li {
    float: left;
    display: inline;
    margin-bottom: 0;
    }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 9em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.1em 0.5em;
    text-decoration: none; font-weight: bold;
    border: 2px dashed #17CF0E;     /*Rahmen um Navigationseinträge formatieren*/
    border-left-color: #fff; border-top-color: #fff;
    color: #000; background-color: #fff;
    }

                      * html ul#Navigation a, * html ul#Navigation span {
                        width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
                        w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
                      }

  ul#Navigation a:hover, ul#Navigation span {
    border-color: #fff;
    border-left-color: #fff; border-top-color: #fff;
    color: #000; background-color: #fff;
    }

  div a {
    color:#17CF0E;
    text-align: right;
    margin-left:3%;
    margin-right:0%;
    }

  .standort {
    margin-left:3%;
    border:2px dashed #17CF0E;
    }

  .fuss {
    margin-left:3%;
    padding:1px;
    a:link { text-decoration:none; color:#17CF0E; }
    a:visited { text-decoration:none; color:#17CF0E; }
    a:hover { text-decoration:none; color:#17CF0E; }
    a:active { text-decoration:none; color:#17CF0E; }
    a:focus { text-decoration:none; color:#17CF0E; }
    }

  hr {
    height:3px;
    color:#16625B;
    background-color:#16625B;
    margin-left:3%;
    margin-right:3%;
    }

  #logo {
    width:160px;
    height:100px;
    }
-->
