/*****************************/
/*     NAVIGATION            */
/*****************************/

.menu_ebene1 a{
	float:right;
	width:163px;
/* 	height:30px; */
 	padding-top:5px;
 	padding-bottom:0px;
	margin-left:50px;
	background-color:transparent;
	font-size: 16px;
	font-weight:bold;
	color: #412d24;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:bottom;
}
.menu_ebene1 a:hover{
	background-color:#d7c595;
	text-decoration: none;
	color: #FFFFFF;
}
.menu_ebene1_active a{
	float:right;
	width:163px;
/* 	height:30px; */
	padding-top:5px;
	padding-bottom:0px;
	margin-left:50px;
	background-color:#d7c595;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
.menu_ebene1_active a:hover{
	background-color:#d7c595;
	text-decoration: none;
	color: #FFFFFF;
}


.menu_ebene2 a {
	float:right;
	width:155px;
/* 	height:15px; */
	background-color:#d8c696;
	font-size:12px;
	font-weight:bold;
	color: #412d24;
	text-align:left;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	/*padding-left:8px;*/
}
.menu_ebene2 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
.menu_ebene2_active a {
	float:right;
	width:155px;
/* 	height:15px; */
	background-color:#d8c696;
	font-size:12px;
	font-weight:bold;
	color: #f57d1e;
	text-align:left;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	/*padding-left:8px;*/
}
.menu_ebene2_active a:hover{
	color:#FFFFFF;
	text-decoration: none;
}


.menu_ebene3 a {
	float:right;
	width:163px;
	height:20px;
	background-color:#4581B9;
	border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
.menu_ebene3 a:hover{
	background-color:#182763;
	text-decoration: none;
}
.menu_ebene3_active a {
	float:right;
	width:163px;
	height:20px;
	background-color:#182763;
	border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
.menu_ebene3_active a:hover{
	background-color:#182763;
	text-decoration: none;
}



/*****************************/
/*   BREADCRUMB-NAVIGATION   */
/****************************


div.breadcrumbNavigation_frame {
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
 	border-bottom-style: transparent;
	border-top-width: 1px;
 	border-top-style: transparent;
	border-color: #afafaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 1px 0px 1px 0px;
	text-align:right;
	text-decoration: none;
}



a.breadcrumbNavigation_menuItems {
	font-size: 12px;
	font-weight:bold;
}

a.breadcrumbNavigation_menuItems:hover {
}

*/