@charset "utf-8";
/* CSS Document */

.menu_lbase {
	height:1%;
	font-size:90%;
	margin:0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_lbase ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:90px;
}

/* style the list items */
.menu_lbase li {
	height:25px;
	background:none;
	/* for IE7 */
	float:left;
}
.menu_lbase li li{
	height:25px;
	/*background:#c3e922 url(shade.gif);*/
}
.menu_lbase li li.oben{background-color:#ffffff;}
.menu_lbase li li.mitte{background-color:#ffffff;}
.menu_lbase li li.unten{background-color:#ffffff;}

.menu_lbase li.sub_lbase {background:none;} 
.menu_lbase ul ul{
	background:#fff;
}
/* get rid of the table */
.menu_lbase table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu_lbase a, .menu_lbase a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:90px;
	color:#58585a;
	border:0px solid #fff;
}
/* style the links */
.menu_lbase li li a, .menu_lbase li li a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:90px;
	color:#58585a;
}
/* hack for IE5.5 */
* html .menu_lbase a, * html .menu_lbase a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu_lbase a:hover {color:#fff; background:#58585a; position:relative;}

.menu_lbase li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu_lbase a:active, .menu_lbase a:focus {color:#fff; background:#58585a;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu_lbase li:hover > a {color:#fff; background:#58585a;}
.menu_lbase li li:hover > a {color:#fff; background-color:#58585a;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_lbase li ul {
	visibility:hidden;
	position:absolute;
	/*position:relative;*/
	top:0px;
	/* set up the overlap (minus the overrun) */
	left:90px;
	/* set up the overrun area */
	border: solid 1px #c8c8c8;
	/* this is for IE to make it interpret the overrrun padding */
	background-color:#fff;
	color: #58585a;
}

/* for browsers that understand this is all you need for the flyouts */
	.menu_lbase li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */
/* keep the third level+ hidden when you hover on first level link */
.menu_lbase ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu_lbase ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu_lbase ul a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* make the second level visible when hover on first level link */
.menu_lbase ul a:hover ul {
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu_lbase ul a:hover ul a:hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu_lbase ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu_lbase ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}




.navi_no a{
	display: block;
	color: #585858;
	padding-top:5px;
}
.navi_no a:hover{
	text-decoration:none;
	color: #585858;
	font-weight: bold;
}
.navi_act a{
	display: block;
	color: #585858;
	font-weight: bold;
	padding-top:5px;
}
.navi_act a:hover{
	text-decoration:none;
	color: #585858;
	font-weight: bold;
}

.sub_navi_no a{
	padding-left: 15px;
	font-weight: normal;
	padding-top:2px;
}
.sub_navi_no a:hover{
	padding-left: 15px;
	font-weight: bold;
}
.sub_navi_act a{
	padding-left: 15px;
	font-weight: bold;
	padding-top:2px;
}