@charset "UTF-8";
/* Diese CSS-Datei enthaelt alle Style-Sheets fuer das Menue */
/* Letzte Aenderung: 18.4.2009, Thilo Schneider */
/* Zuletzt Validiert: 18.4.2009 (CSS2.1, CSS2) */
/* Browserkompatibilitaet: 18.4.2009 (Ueberprueft durch Dreamweaver, ab IE5 & gaengige andere Browser */

/* -----------------------------------------------------------------
                             Ebene 1
   ----------------------------------------------------------------- */
/* Listenumgebung */
.menu_level1_ul {
	margin: 0px;
	padding: 0px 20px 0px 20px;	
	font-size: 14px;
}

/* Normalzustand */
.menu_level1 {
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}
.menu_level1 a {
	position: relative;
	height: 100%;
	margin: 0px;
	display: block;
	z-index: 3;
	padding: 5px 8px 5px 8px;
	background: url(../images/menu_level1_line.gif) no-repeat;
	background-color: rgb(248,241,215);
	color: rgb(0,0,60);
	text-decoration: none;
}
.menu_level1 a:hover {
	background: url(../images/menu_level1_bg.gif) repeat-y;
	color: #FFF;
}

/* Aktuell selektiert */
.menu_level1_selected {
	padding: 0px;
	list-style: none;
	margin: 0px;

}
.menu_level1_selected a {
	position: relative;
	display: block;
	z-index: 3;
	padding: 5px 0px 3px 8px;
	background: url(../images/menu_level1_bg.gif) repeat-y;
	background-color: rgb(248,241,215);
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* Unterpunkt selektiert */
.menu_level1_expanded {
	padding: 0px;
	list-style: none;
}
.menu_level1_expanded a {
	position: relative;
	display: block;
	padding: 5px 0px 3px 8px;
	z-index: 3;
	background: url(../images/menu_level1_line.gif) no-repeat;
	background-color: rgb(248,241,215);
	color: rgb(0,0,60);
	text-decoration: none;
	font-weight: bold;
}
.menu_level1_expanded a:hover {
	background: url(../images/menu_level1_bg.gif) repeat-y;
	color: #FFF;
}

/* Popup-Liste */
.menu_level1_slider {
	position: absolute;
	margin:0px;
	top: 0px;
	left: 50px;
	width: 150px;
	padding: 5px;
	z-index: 2;
	background-color: rgb(189,170,189);
	list-style: none;
}
.menu_level1_slider li {
	list-style: none;
}
.menu_level1_slider a {
	padding: 2px 0px 2px 20px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-color: rgb(189,170,189);
	font-size: 13px;
}
.menu_level1_slider a:hover {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-color: rgb(223,216,190);
	color: rgb(0,0,60);
}

/* -----------------------------------------------------------------
                             Ebene 2
   ----------------------------------------------------------------- */
/* Listenumgebung */
.menu_level2_ul {
	margin: 0px;
	padding: 0px 0px 0px 11px;
	background-color: rgb(248,241,215);
}

/* Normalzustand */
.menu_level2_ul a {
	padding: 5px 0px 5px 11px;
	background-image: none;
	background-color: rgb(248,241,215);
	color: rgb(0,0,60);
	font-size: 13px;
	font-weight: normal;
}
.menu_level2_ul li {
	padding: 0px;
	list-style: none;
}
.menu_level2_ul a:hover {
	background-image: none;
	background-color: rgb(189,170,189);
	color: rgb(0,0,60);
}


/* Aktuell selektiert */
.menu_level2_selected {
	padding: 0px;
	list-style: none;
}
.menu_level2_selected a {
	background-color: rgb(189,170,189);
	font-weight: bold;
}

/* Aktuell selektiert und Untermenue vorhanden*/
.menu_level2_selected_expanded {
	padding: 0px;
	list-style: none;
}
.menu_level2_selected_expanded a {
	background-color: rgb(189,170,189);
	font-weight: bold;
}
.menu_level2_selected_expanded a:hover {
	background-image: none;
	background-color: rgb(189,170,189);
}

/* Unterpunkt selektiert */
.menu_level2_expanded {
	padding: 0px;
	list-style: none;
	
}
.menu_level2_expanded a {
	padding: 5px 0px 5px 11px;
	background-color: rgb(223,216,190);
	font-weight: bold;
}
.menu_level2_expanded a:hover {
	background-image: none;
	background-color: rgb(189,170,189);
	color: rgb(0,0,60);
}

/* -----------------------------------------------------------------
                             Ebene 3
   ----------------------------------------------------------------- */
/* Listenumgebung */
.menu_level3_ul {
	padding: 0px 0px 0px 10px;	
	background-color: rgb(223,216,190);
	margin: 0px;
}
.menu_level3_ul a {
	padding: 3px 0px 3px 10px;
	background-color: rgb(223,216,190);
	font-size: 12px;
}
.menu_level3_ul a:hover {
	background-image: none;
	background-color: rgb(189,170,189);
	color: rgb(0,0,60);
}

/* Normalzustand */
.menu_level3 {
	list-style: none;
}
.menu_level3 a {
	font-weight: normal;
}

/* Aktuell selektiert */
.menu_level3_selected {
	padding-left: 0px;
	list-style: none;
	font-weight: bold;
}
.menu_level3_selected a {
	background-image: none;
	background-color: rgb(189,170,189);
}

/* Unterpunkt selektiert */
.menu_level3_expanded {
	list-style: none;
}
.menu_level3_expanded a {
	font-weight: bold;
}


/* -----------------------------------------------------------------
                             Ebene 4
   ----------------------------------------------------------------- */
/* Listenumgebung */
.menu_level4_ul {
	padding: 0px 0px 0px 10px;
	background-color: rgb(223,216,190);
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
   
/* Normalzustand */
.menu_level4 {
	padding: 0px;
	list-style: none;
}

.menu_level4 a {
	padding: 1px 0px 1px 10px;
	background-color: rgb(223,216,190);
	font-weight: normal;
}

/* Aktuell selektiert */
.menu_level4_selected {
	padding: 0px;
	list-style: none;
}

.menu_level4_selected a {
	padding: 1px 0px 1px 10px;
	background-color: rgb(189,170,189);
	font-weight: bold;
}


/* -----------------------------------------------------------------
                               Sonstiges
   ----------------------------------------------------------------- */
/* Erzeugt letzte Linie unter Menue */
#last_menu {
	position: relative;
	margin:0px 20px 0px 20px;	
	height:100px;
	z-index:3;
	background:url(../images/menu_level1_line.gif) no-repeat;
	background-color: rgb(248,241,215);
}
