
/***************************************************/
/* Hauptmenue                                      */
/***************************************************/
.menu {
	position:relative;
	float:left;
	display:block;
	font-size:11px;
	padding-left:1px;
	width: 320px;
	height:25px;
	top:0px;
	z-index:1;
	color:#fff;
}

* html #mainnavi {
	padding-top:69px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding-right:15px;
	margin:0;
	list-style-type:none;
	z-index:1;
	cursor:default;
}

.menu ul ul {
	width: 90px;
	z-index:1;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index:1;
	list-style-type:none;
	font-size:13px;
	display:block;
	margin:0;
	text-align:center;
	line-height:18px;
	padding-bottom:8px;
	float:left;
}


.menu ul ul li {
	float:left;
	position:relative;
	z-index:1;
	list-style-type:none;
	font-size:13px;
	display:block;
	margin:0;
	text-align:center;
	line-height:20px;
	padding-bottom:0px;
	float:left;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	text-align:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	margin:0;
	font-size:11px;
	float:none; 
	/* padding-left:15px;*/
	padding-right: 5px; 
	display:block;
	}
#aktiv{
	margin:0;
	padding:0;
	color: #ffffff ! important; 
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position:center;
	background-repeat:no-repeat;
	/*padding-left:15px;*/
	padding-right: 5px; 
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:1px;
	}

/* style the third level background */
/*.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}*/

/* style the third level hover */
/*.menu ul ul ul a:hover {
	background:#9bb2dc;
}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:19px;
	left:0; 
	width: 62px; /*190*/
	height:25px;
	display:block;
	z-index:1;
	}


/* position the third level flyout menu */
/*.menu ul ul ul{
	left:150px; 
	top:0;
	width:117px;
}*/

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left {
	left:-150px;
}*/

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	z-index:1;
}

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited {
	color:#006ab3; 
	height:15px;
	text-align:left;
	line-height:15px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0px;
	width: 62px;
	margin-bottom:-1px;

/* yet another hack for IE5.5 */
}

/* style the top level hover */
.menu ul ul a:hover{
	color: #006ab3; 
	background-color: #fefefe;
	height: 15px;
	text-align: left;
	line-height: 15px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0px;
	width: 62px;
	margin-bottom:-1px;
}
* + html .menu ul ul a:hover,* + html .menu ul ul a, 
* + html .menu ul ul a:visited {
	height:17px;
	line-height:17px;
	}
.menu a:hover{
	margin:0;
	padding:0;
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-position:center;
	background-repeat:no-repeat;
	/*padding-left:15px;*/
	padding-right: 5px; 
}

.menu :hover > a{
	color: #000000;
	visibility:visible; 
}

.menu ul ul :hover > a {
	color:#006ab3;
	background-color: #fdfefe;
	visibility:visible; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
.menu ul #aktiv > a:hover ul{
	visibility:visible; 
}

.menu ul ul {
	top: 26px;
}
.erster {
	background-color: #e8f2f8;

	border-left-style: solid;
	border-left-color: #046cb3;
	border-left-width: 1px;
	
	border-right-color: #046cb3;
	border-right-width: 1px;
	border-right-style: solid;
}
.letzter {
	width: 73px;
	height: 19px;
	background-image:url(../img/unten.gif);
	background-repeat: no-repeat;
	clear:both;
	padding-left: 1px;
	}
	
.letzter a {
	border-right:0px;
	
}

.normal {
	background-color: #e8f2f8;

	border-left-style: solid;
	border-left-color: #046cb3;
	border-left-width: 1px;
	
	border-right-color: #046cb3;
	border-right-width: 1px;
	border-right-style: solid;
}

#login li {
list-style-image:none;
list-style-type:none;
}




