#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: #3D6791;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#menue-box { 
	background: #ffffff; 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	overflow:auto; 
	}

/***************************************************
  Menü / Navigation Standard Links
 ***************************************************/
#menu_standard { text-align: left; padding-left: 20px; }
#menu_standard li { list-style: url(images/next.gif) outside; margin: 0 1.5em 0 1.5em }
#menu_standard ul { padding-bottom: 1em; list-style: none; margin: 0 0 0px 0px;}
#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; }

ul {
    list-style: none;
    margin: 0 0 0px 20px;
}
li {
    list-style: square;
    padding-left: 5px;
    margin-bottom: 3px;
}

/***************************************************
  Menü / Navigation Landingpages
 ***************************************************/

#landingpages {padding-top: 5px; text-align: center; font-weight: none;}
#landingpages li { list-style: none; border-right: 2px solid; color:#000000; font-size: 10px;}
#landingpages ul { margin: 0; padding: 0; list-style: none; }
#landingpages ul ul { padding-bottom: 0; }
#landingpages ul li { display: inline; text-decoration: none;}
#landingpages ul li a{color: #000000; text-decoration: none; }
#landingpages ul li a:hover{ color: #950203;}
#landingpages li.active  a{ color: #ffffff;}
#landingpages li.last { border:none;}


/***************************************************
  Menü / Navigation untermenue
 ***************************************************/
#untermenue {text-align: left; font-family: Verdana; font-size: 12px; padding-top: 10px;}
#untermenue li {list-style: square;}
#untermenue ul { margin: 0; padding-left: 15px; list-style: none; }
#untermenue ul ul { padding-bottom: 0; }
#untermenue ul li { text-decoration: none;}
#untermenue ul li a{ color: #000067; text-decoration: none; vertical-align:middle;}
#untermenue ul li a:hover{ color: #F7D261; list-style: url(images/aufz1.jpg) outside;}
#untermenue li.active  a { list-style: url(images/aufz1.jpg) outside;}

