@charset "utf-8";
/* CSS Document */

div#Rahmen {
	width: 69.5em;
	border: 1px solid #666666;
	margin: auto auto 0px;
	background-color: #fff;
}
.navi_home {
	background: no-repeat url(img/bg_navi.jpg);
}
*:first-child+html div#Rahmen { /* Korrektur fuer IE 7 */
	width: 69.3em;
}
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 69.8em;
    w\idth: 68.8em;
}
div#Rahmen div {
    clear: left;
}
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; 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 {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.4em;
    lef\t: 0em;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.0em;
	top: 1.7em;
}
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
	background:#FFFFFF;
	border-bottom: 1px solid #999;
}
ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.5em;
    text-decoration: none; font-weight: bold;

}
* 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, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white;
	background-image:url(img/bg_menu_popup_hover.jpg);
}
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
}
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
}
