body, td { font-family: helvetica, arial, verdana, helvetica, serif; font-size:12px; line-height:130%; color:#444444; }
h1         { font-family: arial, helvetica, arial, helvetica, serif; font-size:18px; color:#344B81;  font-weight: normal; }
h2         { font-family: helvetica, arial, helvetica, serif; font-size:12px; color:#000000; font-weight: normal; }
.nav        { font-family: helvetica, Verdana,arial, helvetica, serif; font-size:11px; color:#FFFFFF; font-weight:bold;}
.hnav        { font-family: helvetica, Verdana,arial, helvetica, serif; font-size:12px; color:#344B81; font-weight:bold;}
.mnav        { font-family: helvetica, Verdana,arial, helvetica, serif; font-size:11px; color:#FFFFFF; font-weight:bold;}
.suche      { font-family: helvetica, Verdana,arial, serif; font-size:12px; color:#344B81; font-weight:bold;text-transform:uppercase;}
.menu { text-decoration:none;}
.bu { font-family: helvetica, Verdana; font-size:12px; color:#000000;}
a { font-family: Verdana,arial, helvetica, serif; font-size:12px; color:#FFFFFF; text-decoration:none;}
a.bu { font-family: helvetica, Verdana,arial, helvetica, serif; font-size:12px; color:#344B81; text-decoration:none; }
a.hnav:active        { color:#FF9900; }
a.hnav:hover        { color:#FF9900; }

a.mnav:hover        { color:#FF9900; }
a.bu:hover        { color:#FF9900; }




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
               padding:1px;
               display:block;              
               text-decoration:none;
               width:100%;

}


#nav li { /* all list items */
	float: left;
	width: 100%; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	margin: -2.3em 0 0 6.6em; /* Höhe der des Eintragblocks */
	position: absolute;
	background: ;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -3em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
