div#Rahmen {
    width                   : 47.1em;
    padding                 : 0.8em;
    border                  : 1px solid none;
    background-color        : rgb(0,0,0);
    }
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width                   : 48.7em;
    w\idth                  : 47.1em;
    }
div#Rahmen div {
     clear                  : left;
    }
ul#Navigation {
    position:               relative;
    z-index                 : 2; /* by mks */
    margin                  : -10px 0px 0 50px;
    padding                 : 0;
    text-align              : left;
    }
ul#Navigation li {
    list-style              : none;
    float                   : left;
    margin                  : 0em;
    padding                 : 0;
    }
* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom           : 0em;
    }
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom           : 0em;
    }
ul#Navigation li ul {
width                       : 100%;
    margin                  : 0;
    padding                 : 0;
    position                : absolute;
    /*top                     : 1.6em;*/
    left                    : 0em;
    visibility              : hidden;
    outline                 : 1px solid red;
    }
ul#Navigation ul {
    position:               absolute;
    top:                    20px;
    left                    : 0px;
    }
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left                    : 0em;
    lef\t                   : -0.4em;
    }
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color        : rgb(0,0,0);
    padding-bottom          : 0px;
    }
ul#Navigation li:hover ul {
    /*display                 : block;*/
    visibility              : visible;
    
    }
ul#Navigation li ul li {
    float                   : left;
    width                   : 60px;
    display                 : inline;
    margin-bottom           : 0em;
    }
ul#Navigation a, ul#Navigation span {
    display                 : block;
    width                   : 100px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding                 : 0.2em 1em;
    text-decoration         : none;
    font-weight             : bold;
    border                  : 0px solid none;
    border-left-color       : none;
    border-top-color        : none;
    color                   : rgb(255,255,255);
    background-color        : rgb(0,0,0);
    }
* html ul#Navigation a, * html ul#Navigation span {
    width                   : 120px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth                  : 120px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
    }
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color            : none;
    border-left-color       : none;
    border-top-color        : none;
    color                   : white;
    background-color        : rgb(150,150,150);
    }
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color                   : rgb(255,255,255);
    background-color        : rgb(0,0,0);
    }
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color        : rgb(0, 0, 100);
    }
