/* NAVIGATION */

.navigationbox {
	left: 157px;
	top: 58px;
	position: absolute;
	width: 613px;
	height: 96px;
}

.naviebene1 {
	width: 613px;
	height: 30px;
	background: #ebebeb url('../bilder/elemente/background_navigation_top.gif');
	background-repeat: no-repeat;
}

.naviebene1aktiv{
	background-image: url('../bilder/elemente/reiter_ebene1_aktiv.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	text-align:center;
	float:left;
	margin-right: 1px;
	font-weight:bold;
}

.naviebene1inaktiv{
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	text-align:center;
	float:left;
	cursor: pointer;
	margin-right: 1px;
}

.naviebene1 p { /* ABSTANDHALTER INNERHALB DER REITER 1.EBENE */
	margin:8px 0 0 0;
	padding:0px;
}


.naviebene2 {
	width: 613px;
	height: 25px;
	background: #b9b9b9;
	background-repeat: no-repeat;
}

.naviebene2empty { /* wird geladen, wenn keine reiter vorhanden sind */
	width: 613px;
	height: 10px;
	background: #b9b9b9;
	background-repeat: no-repeat;
}

.naviebene2aktiv{
	background-image: url('../bilder/elemente/reiter_ebene2_aktiv.gif');
	background-repeat: no-repeat;
	width: 65px;
/*
	width: 89px;
*/
	height: 25px;
	text-align:center;
	float:left;
	margin-right: 1px;
	font-weight:bold;
}

.naviebene2inaktiv {
	width: 65px;
/*
	width: 89px;
*/
	height: 25px;
	text-align:center;
	float:left;
	cursor: pointer;
	margin-right: 1px;
}

.naviebene2 p { /* ABSTANDHALTER INNERHALB DER REITER 2.EBENE */
	margin:4px 0 0 0;
	padding:0px;
}




.naviebene3 {
	width: 610px;
	height: 25px;
	position:relative;
}

.naviebene3aktiv { /* DEFINITION UND ABSTANDHALTER INNERHALB DER REITER 3.EBENE */
	font-weight: bold;
	color: #000000;
	margin:0 0 0 20px;
}

.naviebene3inaktiv{
	color: #000000;
	margin:0 0 0 20px;
}

.positioner3 {
	position:relative;
	width:610px;
	height:23px;
	margin:6px 0 0 0;
}





/* SPEZIALANGABEN FUER DARSTELLUNG DES LINKEN NAVIGATIONSRANDES */

.navigationabdecker1 {
	background: url('../bilder/elemente/navigationabdecker1.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 3px;
	position: absolute;
	left: 157px;
	top: 57px;
}

.navigationabdecker2 {
	background: url('../bilder/elemente/navigationabdecker2.gif');
	background-repeat: no-repeat;
	width: 7px;
	height: 4px;
	position: absolute;
	left: 157px;
	top: 60px;
}

.navigationabdecker3 {
	background: url('../bilder/elemente/navigationabdecker3.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 78px;
	position: absolute;
	left: 157px;
	top: 64px;
}


