 div#Rahmen {
    width: 85%;
    background: url(../img/menu_top_back.PNG) repeat;
    margin-top: 0px;
    text-align: right;
    padding-left: 15%;
    color: white;
    font-size: 12px;

  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
    
  } 


ul#Menu {
    margin: 0; padding: 0;
    padding-left: 0;
    line-height:30px;  
    width: 100%;
    font-size: 14px;
  }

  ul#Menu li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    padding: 0;
    
  }
  * html ul#Menu li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.0em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.0em;
  }

  ul#Menu li ul {
    margin: 0; padding: 0;
    position: absolute;
	background: url(../img/menu_top_back.PNG) repeat;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Menu li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Menu ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.4em;
  }
  ul#Menu li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Menu li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
    line-height:30px;

  }

  ul#Menu a, ul#Menu span {
    display: block;
    width: auto;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    
    color: #FFF; /*background: url(../img/menu_top_back.PNG) repeat;*/
  }
  * html ul#Menu a, * html ul#Menu 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#Menu a:hover, ul#Navigation span, li a#aktuell {
    color: #FFFFFF;  background: url(../img/menu_top_button_back_hover.PNG) repeat;
  }