/******
Allgemeine Listenformatierung für Navigation
******/

#navi {
	font-family: arial,sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	border: 1px solid #ddd;
}
#navi ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi ul li {
	position: relative;
	display: block;
	background-color: #0f0;
	background: url(../img/icon_e2-minus-sw_200x5.gif) no-repeat 0 50%;
}
#navi ul li a {
	position: relative;
	color: #c03;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 2em;
	width: 200px;
}


/******
EBENE 1
******/

ul#ebene1 .navi_NO a, ul#ebene1 .navi_IFSUB a {
	text-indent: 1em;
	color: #000;
	background-color: #ddd;
	font-size: 12px;
	font-weight: bold;
	background-image: none;
}

ul#ebene1 .navi_ACT a {
	text-indent: 1em;
	background-color: #ddd;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 12px;
	font-weight: bold;
}

ul#ebene1 .navi_CUR {
	text-indent: 1em;
	color: #c03;
	background-color: #ddd;
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 2em;
}


/******
EBENE 2
******/

ul#ebene2 .navi_NO a {
	text-indent: 2em;
	color: #000;
	background-color: #eee;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
	
}
ul#ebene2 .navi_IFSUB a {
	text-indent: 2em;
	color: #000;
	background-color: #eee;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
}

ul#ebene2 .navi_ACT a {
	text-indent: 2em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
}

ul#ebene2 .navi_CUR {
	text-indent: 2em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size: 11px;
	font-weight: normal;
	/*line-height: 2em;*/
}


/*
ul.ebene2 .navi_NO {
	background: url(../img/icon_e2-minus-sw_200x5.gif) no-repeat 0 50%;
}*/


/******
EBENE 3
******/

ul#ebene3 .navi_NO a{
	text-indent: 3em;
	color: #000;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 1em 50%;
	/*background-color: #eee;*/
}
ul#ebene3 .navi_IFSUB a {
	text-indent: 3em;
	color: #000;
	/*background-image: url(../img/icon_e2-plus-sw_200x5.gif);*/
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 1em 50%;
}

ul#ebene3 .navi_ACT a {
	text-indent: 3em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
}

ul#ebene3 li.navi_CUR {
	text-indent: 3em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;	
	font-size: 11px;
	font-weight: normal;
}



/******
EBENE 4
******/

ul#ebene4 .navi_NO a{
	text-indent: 4em;
	color: #000;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 2em 50%;
	/*background-color: #fff;*/
}
ul#ebene4 .navi_IFSUB a {
	text-indent: 4em;
	color: #000;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 2em 50%;
}
ul#ebene4 .navi_ACT a {
	text-indent: 4em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
}
ul#ebene4 li.navi_CUR {
	text-indent: 4em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;	
	font-size: 11px;
	font-weight: normal;
}


/******
EBENE 5
******/

ul#ebene5 .navi_NO a{
	text-indent: 5em;
	color: #000;
	background-image: url(../img/icon_e2-minus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 3em 50%;
	/*background-color: #fff;*/
}
ul#ebene5 .navi_IFSUB a {
	text-indent: 5em;
	color: #000;
	background-image: url(../img/icon_e2-plus-sw_200x5.gif);
	background-repeat: no-repeat;
	background-position: 3em 50%;
}
ul#ebene5 .navi_ACT a {
	text-indent: 5em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 11px;
	font-weight: normal;
}
ul#ebene5 li.navi_CUR {
	text-indent: 5em;
	color: #c03;
	background-color: #eee;
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;	
	font-size: 11px;
	font-weight: normal;
}







/* ACT - Der Menüpunkte, der die momentan geöffnete Seite als Unterseite hat. 
div.navi ul li.navi_ACT {
	display: block;
	text-indent: 10px;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
div.navi ul li.navi_ACT a {
	display: block;
	background-image: url(../img/icon_pfeil_ru_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
div.navi ul li.navi_ACT a:hover {
	color: #fff;
	background-color: #c03;
}


/* CUR - Der Menüpunkt mit der aktuell geöffneten Seite. 
div.navi ul li.navi_CUR {
	display: block;
	height: 2em;
	line-height: 2em;
	
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	
	text-indent: 1em;
	color: #c03;
	border-right: 0px solid #c03;
}

li.navi_CUR {
	background-image: url(../img/icon_pfeil_re_200x10.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: normal;
}

.navi_ACT .naci_NO {
	border: 1px solid #f60;
}

/* NO - Ein einfacher Menüpunkt
div.navi ul li.navi_NO {
	background-color: #0f0;
	background: url(../img/icon_e2-minus-sw_200x5.gif) no-repeat 0 50%;
}
div.navi ul li.navi_NO a {
	text-indent: 1em; background-image: none;
}*/
div#navi ul#ebene1 li a:hover {background-color: #ccc;}
div#navi ul#ebene2 li a:hover {background-color: #fff;}