@charset "ISO-8859-1";
<!--


/* Navigation 1 (Menue) */

#navi, #navi ul
{
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
}


#navi a {
	display: block;
}

* html #navi a {
	display: block;
	width:1%; /* nur für IE<7 nötig! */
}


#navi li {
	float: left;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: #ddd;
}

#navi li a {
	display: block;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	text-align: left;
	height: 12px;
	padding: 7px 15px 7px 15px;
}

#navi li b { /*für leere felder*/
	display: block;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	text-align: left;
	height: 12px;
	padding: 7px 15px 7px 15px;
	white-space: nowrap;
	width:1%; /* nur für IE<7 nötig! */
}

#navi li a:hover {
	background-color: #000;
	color: #C71010;
}

#navi li ul {
	position: absolute;
	margin: 0;
	width: 135px;
	margin-left:-2px;
	border-top: #aaa 1px solid;
	border-right: #ddd 2px solid;
	border-bottom: #ddd 2px solid;	
	background-color: #000;
	white-space: nowrap;
	left: -999em;
	font-size:12px;
	color: #DDDDDD;
}

#navi li:hover ul, #navi li.sfhover ul {
	left: auto;
	width: 135px;
	background-color: #000;
	color: #C71010;
}


-->