h2
{
	font-size:16px;
    font-family:Verdana;
    color:#00066;
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
}

table
{
    font-size:12px;
    font-family:Verdana;
    color:#FFFFFF;
}

table.black
{
    font-size:12px;
    font-family:Verdana;
    color:#FF0000;
}

table.inhalt
{
    font-size:12px;
    font-family:Verdana;
    color:#000066;
    vertical-align:top;
    line-height:1.8em;
}
#-----------------------------------------------------------------
#-----------------------------------------------------------------

ul#Navigation
{
    margin: 0;
    padding: 0;
    text-align: left;
    background-color:#000066;
}

ul#Navigation li
{
    list-style: none;
    position: relative;
    left:-10px; top:5px; width:0px;
    padding: 1;
    background-color:#000066;
}

ul#Navigation li ul
{
    margin: 0; padding: 0;
    display: none;  /* Unternavigation ausblenden */
}

ul#Navigation li:hover ul
{
	display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#Navigation li ul li
{
    float: none;
    display: block;
    margin: 0em;
}

ul#Navigation li ul li a
{
    float: none;
    display: block;
    margin: 0em;
    margin-left:3.75em;
    margin-top:-6;
    margin-bottom:4;
    width:10em;
    text-align:right;
}

ul#Navigation a, ul#Navigation span
{
    display: block;
    width:13em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #2b5f99;
    margin:0;
    text-align:right;
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell
{
    color: #ffffff;
    background-color: #000066;
}

li a#aktuell
{  /* aktuelle Rubrik kennzeichnen */
	color: #ffffff;
	background-color: #2b5f99;
}

ul#Navigation li ul span
{  /* aktuelle Unterseite kennzeichnen */
	background-color: #2b5f99;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

* html ul#Navigation li
{  /* Korrektur fuer den IE 5 und 6 */
	margin: 0em;
	margin-left:-30;
}

*:first-child+html ul#Navigation li
{  /* Korrektur fuer den IE 7 */
	margin: 0em;
}

*:first-child+html ul#Navigation ul
{  /* Workaround fuer den IE 7 */
	padding-bottom:0.4em;
}

* html ul#Navigation a, * html ul#Navigation span
{
    width: 15.7em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 15.7em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

* html ul#Navigation ul li a, * html ul#Navigation ul li span
{
    width: 11em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 11em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
    padding:0.5em;
    padding-top:0.7em;
}

