/* CSS Document - balken_menue */

/* für Ebene 1 */

#balken_menue {
 position:relative;
 top:90px;
 left:15px;
 z-index:200;
 height:30px; 
 color:#FFFFFF; 
 font-family:Arial, Helvetica, sans-serif;
 font-style:normal;
 /* font-variant:small-caps; */
 font-weight:bold;
 font-size:0.95em;
 letter-spacing:0.0em;
 text-decoration:none;
 text-align:center;
}
#balken_menue ul {
 width:100%;
	list-style:none;
 white-space:nowrap;
 text-align:center;
 background-color:transparent;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
#balken_menue ul.ebene2 {
 width:97%;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 3%;
}

#balken_menue li {
 list-style:none;
 display:inline-block;
 display:inline;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
}
#balken_menue span {
 position:absolute !important;
 top:-2000px !important;
 left:-2000px !important;
 height:1px !important;
 width:1px !important;
}

/* --- Formatierung erste Ebene --- */

#balken_menue a {
 display:block;
 line-height:30px;
 text-decoration:none;
 color:#FFFFFF;
 background:url(../image/balken_menue_ebene-1_a_rechts.png) no-repeat right top;
 padding:0px 20px 0px 0px;
 margin:3px 10px 0px 10px;
}
#balken_menue a b {
 display:block;
 line-height:30px;
 width:100%;
 background:url(../image/balken_menue_ebene-1_a_links.png) no-repeat left top;
 padding:0px 0px 0px 10px;
 margin:0px 0px 0px 0px;
}
#balken_menue a:hover {
 background:url(../image/balken_menue_ebene-1_b_rechts.png) no-repeat right top;
 color:#FFFF66; /* hellgelb */
}
#balken_menue a:hover b {
 background:url(../image/balken_menue_ebene-1_b_links.png) no-repeat left top;
}

/* --- Formatierung zweite Ebene --- */

#balken_menue ul.ebene2 a {
 display:block;
 line-height:27px;
 text-decoration:none;
 color:#333333;
 background:url(../image/balken_menue_ebene-2_a_rechts27.png) no-repeat right top;
 padding:0px 20px 0px 0px;
 margin:1px 10px 1px 10px;
}
#balken_menue ul.ebene2 a b {
 display:block;
 line-height:27px;
 width:100%;
 background:url(../image/balken_menue_ebene-2_a_links27.png) no-repeat left top;
 padding:0px 0px 0px 10px;
 margin:0px 0px 0px 0px;
}
#balken_menue ul.ebene2 a:hover {
 background:url(../image/balken_menue_ebene-2_b_rechts27.png) no-repeat right top;
 color:#FFFF66; /* hellgelb */
}
#balken_menue ul.ebene2 a:hover b {
 background:url(../image/balken_menue_ebene-2_b_links27.png) no-repeat left top;
}








