body {
    font: normal 100.01% Verdana, Helvetica, Arial, sans-serif;
    color: black;
    margin: 0px;
    padding: 0px;
    background-image: url(img/bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 75px;
}

div#nix {
	width: 100%;
	height: 75px;
}

div#Rahmen {
	float: left;
	margin-left: 0px;
	/*margin-top: 75px;
	width: 100%;*/
	height: 4.35em;
	/*background-color: #e0e0e0;*/
}


div#menu {
	margin-left: 130px;
	/*margin-top: 75px;
	width: 100%;*/
	height: 4.35em;
	/*background-color: #e0e0e0;*/
}

div#littleMenu {
	text-align: right;
	width: 100%;
}

/*
* html div#Rahmen {  /* Korrektur fuer IE 5.x 
    width: 48.7em;
    w\idth: 47.1em;
}
  
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-left: 9px;
    margin-right: 9px;
    padding: 0px;
    background-color: #cccccc;
}
  
* 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 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.6em;
    left: -0.4em;
    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:silver;
    padding-bottom: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.2em;
}
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;
    background-color: #aa0000;
    padding-top: 4.25em;
    color: #ffffff;
    font-size: 0.8em;
    vertical-align: bottom;
}
  
* html ul#Navigation a, * html ul#Navigation span {
    /*heigh\t: 70px;    Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 2em;   /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}
  
ul#Navigation a:hover, ul#Navigation span {
    color: #e0e0e0;
    background-color: #aa0000;
}
  
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #000000;
    background-color: #ffffff;
}

li a:hover#aktuell {
    color: #000000;
    background-color: #ffffff;
}
