/* CONTAINER ------------------------------------------------------------------------------------------------ */


#navigation {
	width:196px;
	margin-left:32px;
	background-color:#ffffff;
	margin-top:32px;
	font-size:11px;
	margin-bottom: 32px;
	text-align: left;
	position:absolute;
	top:234px;
	z-index:22;
	}



/* EBENE1 -------------------------------------------------------------------------------------------------- */

/* Ebene1 No Ebene2 */
.ebene1 {
	background-image:url(../img/subnavi/point.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:normal;
	background-color:#ffffff;
	color:#5f6973;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 0px;
	text-decoration: none;
	height:25px;
}
.ebene1:hover {
	background-image:url(../img/subnavi/point.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:normal;
	background-color:#999999;
	color:#5f6973;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 0px;
	text-decoration: none;
	height:25px;
}


a.ebene1 {
	display:block;
	text-decoration: none;
	color:#5f6973;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadde0;
}
a.ebene1:link, a.ebene1:visited, a.ebene1:active {
	color:#5f6973;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadde0;
}
a.ebene1:hover {
	text-decoration:none;
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* Ebene1 No Ebene2 Active*/
.ebene1_act {
	background-image:url(../img/navi/minus.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#c80f0f;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color:#ffffff;
}
.ebene1_act:hover {
	background-image:url(../img/navi/plus_red.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#c80f0f;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color:#ffffff;
}
a.ebene1_act {
	display:block;
	text-decoration: none;
	color:#c80f0f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
a.ebene1_act:link, a.ebene1_act:visited, a.ebene1_act:active {
	color:#c80f0f;
}
a.ebene1_act:hover {
	text-decoration:none;
	color:#c80f0f;
	background-color:#ffffff;
}

/* Ebene1 Last*/

.ebene1_last {
	background-image:url(../img/navi/plus.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:normal;
	background-color:#ffffff;
	color:#5f6973;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 0px;
	text-decoration: none;
	height:24px;
}
.ebene1_last:hover {
	background-image:url(../img/navi/minus_grey.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:normal;
	background-color:#5f6973;
	color:#5f6973;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 0px;
	text-decoration: none;
	height:24px;
}

a.ebene1_last {
	display:block;
	text-decoration: none;
	color:#5f6973;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadde0;
}
a.ebene1_last:link, a.ebene1_last:visited, a.ebene1_last:active {
	color:#5f6973;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadde0;
}
a.ebene1_last:hover {
	text-decoration:none;
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f6973;
}

/* Ebene2 Last*/

.ebene1_last_act {
	background-image:url(../img/navi/minus.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#c80f0f;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color:#ffffff;
}
.ebene1_last_act:hover {
	background-image:url(../img/navi/plus_red.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#c80f0f;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-color:#ffffff;
}
a.ebene1_last_act {
	display:block;
	text-decoration: none;
	color:#c80f0f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadde0;
}
a.ebene1_last_act:link, a.ebene21_last_act:visited, a.ebene1_last_act:active {
	color:#c80f0f;
}
a.ebene1_last_act:hover {
	text-decoration:none;
	color:#c80f0f;
	background-color:#ffffff;
}



