 /* body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; 
    background-color: #ccccff;
    margin: 0;
  }*/ 
  div#Rahmen {
    /*width: 47.1em;*/
    padding: 0.1em;
    border: 1px solid black;
    background-color:#666699;
  }
  div#Rahmen div {
     clear: left;
  }
  div#Rahmen h1 {
        /*letter-spacing:-0.05em;
        word-spacing:-0.2em;*/
        font-style:italic;
        text-align:center;
        margin:0.1em; 
        border-bottom:solid; 
        border-bottom-width:1px
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align:center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.1em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.1em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -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.0em;  /* Korrektur fuer IE 5.x */
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; /*font-weight: bold;*/
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * 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:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

  div#unten {
    padding: 0.5em;
    border: 1px solid black;
    background-color: #666699;
    text-align:center;
    position:relative;
    bottom:0px;
    width:100%
  }

  div#unten a {
      padding:0.5em;
      color: maroon; 
      
  }

  ul#linklist { 
  padding:0.0em;
  line-height:2.0em;
  margin:2.0em;
  }

  ul#linklist ul {
   line-height:1.2em;
  }

