/* NAVIGATION */

/* Navigationsebene 1 */
/* table.navi_ebene1 { margin-bottom:1px; } */

#navi_ebene1 {
	height: 24px;
	margin-bottom: 1px;
}

table.navi_ebene1 td.abschluss_inaktiv,
table.navi_ebene1 td.abschluss_aktiv {
	background-image: url(pics/ecke_rechts_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	width: 3px;
	border-right: 1px solid #FFF;
}

table.navi_ebene1 td.anfang_aktiv,
table.navi_ebene1 td.anfang_inaktiv {
	background-image: url(pics/ecke_links_oben.gif);
	background-repeat: no-repeat;
	height: 24px;
    text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	white-space: nowrap;
}

table.navi_ebene1 td.anfang_inaktiv a, table.navi_ebene1 td.anfang_aktiv a {
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
	text-transform: uppercase;
}

table.navi_ebene1 td.nav_ebene1_erstes_element {
    width: 158px;
}


/* Navigationsebene 2 */

#navi_ebene2 {
	height: 24px;
	margin-bottom: 1px;
}

div.navi_ebene2_inhalt {
	position: absolute;
	display: none;

}

table.navi_ebene2 {
	height: 24px;
}

table.navi_ebene2 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

td.navi_ebene2 {
 	padding-left:17px;
}

/* pulldown-Menu  */

div#navi{
	clear: both;
}
div#navi div.aktiv {
	display: block;
}

div#navi div.inaktiv {
	display: none;
}

div#navi_ebene3{
	width: 150px;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	display: none;
	left: 1px;
	position: absolute;
	top: 1px;
	z-index: 299;
}

div#navi_ebene3 div.menuepunkt{
	cursor: default;
	float: none;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

.trenner{
	border-bottom-width: 1px;
	border-bottom-style:  solid;
}

a.pulldown {
	text-decoration: none;
	display:block; 
}

a.pulldown:hover {
	 text-decoration:none;
}
