html, body { height:100%; }

body {
    font: normal 100.01% Arial,Helvetica,Sans-serif,sans-serif;
    color: black; 
    background-color: #B03B44;
  }

td {

    font-size: 12pt;
	font-family: Arial,Helvetica,Sans-serif,sans-serif;
	color: #000000;
}

h1 {
    font-family: Verdana,Arial,Helvetica,Sans-serif,sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	margin-left: 32px;
}

a { 
    font-size: 15px; 
    font-family: Arial,Helvetica,Sans-serif,sans-serif;    
    font-weight: bold; 
    color: #FFFFFF; 
    text-decoration: none; 
}

a:vlink { 
    font-size: 15px; 
    font-family: Arial,Helvetica,Sans-serif,sans-serif;    
    font-weight: bold; 
    color: #FFFFFF; 
    text-decoration: none; 
}

a:alink { 
    font-size: 15px; 
    font-family: Arial,Helvetica,Sans-serif,sans-serif;    
    font-weight: bold; 
    color: #FFFFFF; 
    text-decoration: none; 
}

a:hover { 
    font-size: 15px;
    font-family: Arial,Helvetica,Sans-serif,sans-serif;    
    text-decoration: none; 
    font-weight: bold; 
    color: #000000; 
} 
  
div#top {  
    width: 920px;
    min-height: 155px;
    margin-left: auto;  
    margin-right: auto; 
    margin-top: 6px;
    border: 0px solid black;
} 

div#main {
    clear: both;
    width: 920px;
    margin-top: 0px;
    left: 0;  
    border: 0px solid black;  
}

*+html div#main, * html div#main {
    margin-top: 10px;
}

div#main > div#content { /* nur Firefox */
    top: 22px;
}

* html div#content { /* nur IE */
    top: 0px;
}

div#bottom {
    width: 920px; 
    margin-top: 15px;
    margin-left: auto;  
    margin-right: auto;
    text-align:center;
    border: 0px solid black;
}

div#top>div#navi_block {
    margin-top: 8px;   
    border: 1px solid #B03B44;  
}

*+html div#navi_block, * html div#navi_block {
    margin-top: 8px;   
    border: 1px solid #B03B44;  
} 
  
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; /* Umrandung Dropdownebene */
    padding: 0;
}
  
* 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.3em;
}

ul#Navigation li ul {
    margin: 0; 
    padding-left: 5px; /* Ausrichtung Dropdownebene Text - links */
    position: absolute;
    top: 1.5em; /* Ausrichtung Dropdownebene - von oben */
    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: #B03B44; 
    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.1em; /* Abstand zw. Listenelementen der Dropdownebene vertikal */
}

ul#Navigation a, ul#Navigation span { /* Ebene Hauptnavigation */
    display: block;
    width: 7.5em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.3em 0.2em 0.3em; /* Ausrichtung Text */
    text-decoration: none;
    text-align: left; 
    font-weight: bold;
    color: #FFFFFF; 
    background-color: transparent;
    z-index: 100;
}
  
ul#Navigation li ul li a, ul#Navigation li ul li span { /* Dropdownebene */
    display: block;
    width: 11em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.3em 0.2em 0.3em; /* Ausrichtung Text */
    text-decoration: none; 
    font-weight: bold;
    text-align: left;
    color: #FFFFFF; 
    background-color: #B03B44;
    z-index: 100;
}
  
* html ul#Navigation a, * html ul#Navigation span {
    width: 7.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.0em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}
  
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: black;
}