/* horizontale Navigation 
****************************************************/
#navi_top ul {
	list-style : none;
}

#navi_top ul a {
	color : #869a99;
	text-decoration : none;
}

#navi_top ul a:hover{
	color : #940002;
}

#navi_top .activ_link{
	color : #940002;
}

#navi_top ul li {
	display : inline;
	font-size : 0.85em;
	padding-left : 10px;
	line-height : 20px;
}

/* vertikale Navigation 
****************************************************/
#navi_left a {
	color : #929394;
	font-size : 0.85em;
}

/*--- Level 1 ---*/
#navi_left .Level_1_NO {
	width : 195px;
	padding-top : 7px;
	padding-bottom : 7px;
	font-weight : bold;
	border-bottom : 1px solid #929394;
	background-color : #eaebec;
	text-align : center;
}

/*--- Level 2 ---*/
#navi_left .Level_2_NO {
	width : 185px;
	padding-top : 7px;
	padding-bottom : 7px;
	border-bottom : 1px dotted #929394;
	padding-left : 10px;
}

#navi_left .Level_2_NO_a {
	text-decoration : none;
}

#navi_left .Level_2_CUR_a {
	font-weight : bold;
	text-decoration : none;
}

/*--- Level 3 ---*/
#navi_left .Level_3_NO {
	width : 160px;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-left : 35px;
	background-image : url(../img/list_point.png);
	background-repeat : no-repeat;
	background-position : 25px 13px;
}

#navi_left .Level_3_NO_a {
	text-decoration : none;
}

#navi_left .Level_3_CUR_a {
	font-weight : bold;
	text-decoration : none;
}

/* Pfadnavigation 
****************************************************/
#pfad_menue {
	margin-bottom : 20px;
	font-size : 0.95em;
}

#content #pfad_menue a {
	margin-right : 5px;;
	margin-left : 5px;
}

/* Druck- und Pagetopnavigation 
****************************************************/
#page_to_top {
	display : inline;
	margin-right : 15px;
	margin-top : 15px;
}
 
#content #page_to_top a{
	text-decoration : none;
	font-size : 0.8em;
	font-weight : bold;
 }
 
#print_button {
 	display : inline;
	margin-top : 15px;
 }

#content #print_button a{
 	padding-left : 20px;
	text-decoration : none;
	font-size : 0.95em;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight : bold;
	background-image : url(../img/print.gif);
	background-position : 0 0px;
	background-repeat : no-repeat;
}