@charset "utf-8";
/* CSS Document */

/************************************** Menü rechts - Grundkonstruktion*************************/

#menu_rechts {
	float:left;
	width:157px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-bottom:5px;
	padding-left:5px;
	margin: 10px 0px 10px 0px;
	font-style:normal;
	color:#000000;
	font-size:98%;
	
}
#menu_rechts #list {
	width:157px;
	float:left;
	margin:0px;
}

#menu_rechts #list li {
	
	list-style-type:none;
	margin:0px;
}

#menu_rechts  #list li.title {
	float:left;
	width:157px;
	height:10px;
	background-image: url(../images/menue/menu_top_1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_rechts #list li.middle {
	float:left;
	width:157px;
	min-height:100px;
	height:auto !important;
	height:100px;
	background-image: url(../images/menue/menu_bg_1.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#menu_rechts  #list li.bottom {
float:left;
	text-align:center;
	width:157px;
	height:10px;
	background-image: url(../images/menue/menu_down_1.gif);
	background-repeat: no-repeat;
}

/*******************************************************************************/
/*Menü rechts - Listenmenü*/

/* 1. Ebene Menü links */
#menu_rechts #list ul.ebene_1 {
	clear:both;
	text-align: left;
	margin: 7px 8px 8px 10px;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#menu_rechts #list ul.ebene_1 li {
	clear:left;
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
* html body #menu_rechts #list ul.ebene_1 li {
	height: 1%;
}
#menu_rechts #list ul.ebene_1 li a {
	text-decoration: none;
	color: #000000;
	border: none;
	display: block;

}
#menu_rechts #list ul.ebene_1 li a:hover {
	color: #477915;
	background-color: #ffce73;
	border: none;
background-image:none;
}
#menu_rechts #list ul.ebene_1 li.active_ebene {
	font-weight:normal;
	background: url(../images/menue/pfeil_7.gif) no-repeat;
	background-position:0px 0px;
	padding-left:17px;
	color: #477915;
	}
#menu_rechts #list ul.ebene_1 li.active_seite {
	font-weight:bold;
	background-image:none;
	padding-left:17px;
	color: #FEC861;
	background:none;
	}

/*2. Ebene Menü links*/
#menu_rechts #list ul.ebene_2 {
	font-weight:normal;
	text-align: left;
	margin: 7px 8px 8px 5px;
	padding: 0;			
	text-decoration: none;	
}
#menu_rechts #list ul.ebene_2 li {
	list-style: none;
	padding: 2px 0 2px 5px;
	margin: 0 2px;
	/*border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FEC861;*/
}
* html body #menu_rechts #list ul.ebene_2 li{
	height: 1%;
}
#menu_rechts #list ul.ebene_2 li a {
	text-decoration: none;
	font-size:12px;
	color: #000000;
	border: none;
	display: block;
	
}
#menu_rechts #list ul.ebene_2 li a:hover {
	color: #477915;
	/*background-color: #FEC861;*/
	border: none;
}

#menu_rechts  #list ul.ebene_2 li.active_seite{
	color:#477915;
	padding-left:4px;
	font-weight:bold;
	background:none;
	background-image:none;

	/*background-color:#e7f0f6;*/

	}
#menu_rechts  #list ul.ebene_2 li.active_ebene{
padding:0px;
	font-weight:bold;
	background:none;
	color: #477915;
	/*background-color:#e7f0f6;*/

	}	
/*3. Ebene Menü links*/
#menu_rechts #list ul.ebene_3 {
	border:0;
	font-weight:normal;
	font-size:13px;
	text-align: left;
	margin: 7px 8px 8px 8px;			
	text-decoration: none;	
}
#menu_rechts #list ul.ebene_3 li {
	list-style: none;
	padding: 2px 0 2px 5px;
	margin: 0 2px;	
	border:0;		
}
* html body #menu_rechts #list ul.ebene_3 li{
	height: 1%;
}
#menu_rechts #list ul.ebene_3 li a {
	text-decoration: none;
	color:#477915;
		border:0;
	display: block;
}
#menu_rechts #list ul.ebene_3 li a:hover {
	color: #477915;
	/*background-color: #FEC861;*/
	border: none;
}
#menu_rechts  #list ul.ebene_3 li.active_seite a{
	text-decoration: none;
	color:#477915;
	border:0;
	display: block;
	}

/*Menü Links - Ende*/



