/*  ############ Definition zum Hauptmenu ############ */

.navi {
 	list-style-type: none;
 	list-style-position: outside;
 	font-size: 0.8em;
 	margin: 0;
 	padding: 0;
	}


.navi li {
 	margin-top: 2px;
 	padding: 2px 0 2px 8px;
	}
	
.navi1 {
 	border-left: 15px #c2c2c2 solid;
 	background-color: #dededc;
	}

.navi1_CUR, .navi1_ACT, .navi2_ACT {
 	border-left: 15px #660000 solid;
 	background-color: #ffffff;
	}
	
.navi2 {
 	border-left: 15px #dededc solid;
 	background-color: #ffffff;
	}

/* #### Farbe 2.ebene #### */
.navi2_CUR, .navi2_ACT {
 	border-left: 15px #993333 solid;
 	background-color: #ffffff;
  	}

.navi3 {
 	border-left: 15px #dededc solid;
 	background-color: #ffffff;
 	text-indent:15px;
	}
 

/* #### Farbe 3.ebene #### */
.navi3_CUR, .navi3_ACT {
 	border-left: 15px #cc6666 solid;
 	background-color: #ffffff;
 	text-indent:15px;
  	}
  	
.navi4 {
 	border-left: 15px #dededc solid;
 	background-color: #ffffff;
 	text-indent:20px;
	}
 

/* #### Farbe 3.ebene #### */
.navi4_CUR, .navi4_ACT {
 	border-left: 15px #cc9999 solid;
 	background-color: #ffffff;
 	text-indent:20px;
  	}


a.navi_a{
 	text-decoration:none;
 	font-weight:bold;
 	color:#000000;
 	}
 
a.navi_a:hover, a.navi_a:focus, a.navi_a:active{
 	color:#006400;
 	}
 	

