#menu_ueberschrift {
text-align :left;
font-family:Arial, Helvetica, Sans Serif;
padding: 3px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: bold;
background-color: #B90606;
border-left: 1px solid #000000;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

/***************************************************
  Menü / Navigation Standard Links
 ***************************************************/
#menu_standard { text-align: left; padding-left: 5px; }
#menu_standard li { list-style: url(images/next.gif) outside; margin: 0 1.5em 0 1.5em }
#menu_standard ul { padding-bottom: 1em }
#menu_standard ul ul { padding-bottom: 0; }
#menu_standard ul li { text-decoration: none; font-weight: bold; font-family: Arial; font-size: 11px; color: #000000; }
#menu_standard ul li a{ color: #000000; font-weight: bold; text-decoration: none }
#menu_standard ul li a:hover{ color: #B90606; font-weight: bold; }

/***************************************************
  Menü / Navigation Oben
 ***************************************************/
#menu_kopf ul { margin: 0; padding: 0; list-style: none; }
#menu_kopf li { list-style: url(images/next.gif) }
#menu_kopf ul li { 
	position: relative;
	float: left;
	width: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	padding-left: 8px;
	font-family: Arial; 
	font-size: 11px;
}
#menu_kopf ul li a{ color: #062E4B; font-weight: bold; text-decoration: none }
#menu_kopf ul li a:hover{ color: #B90606; font-weight: bold; }
#menu_kopf ul li ul { position: absolute; left: 0; top:28px; line-height: 16px; }



