#navi {
	position: relative;
	display: block;
	height: 42px;
	font-size: 13px;
	font-weight: bold;
	background: transparent url(../bilder/background.gif) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
}
#navi ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#navi ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	border-right: 1px dotted #ddd;
}
#navi ul li a {
	display: block;
	float: left;
	color: #ddd;
	text-decoration: none;
	padding: 12px 22px 0 22px;
	height: 28px;
}
#navi ul li a:hover, #navi ul li a.current {
	color: #fff;
	background: transparent url(../bilder/background_hover.gif) no-repeat top center;
}
#navi ul.rechts {
	float: right;
	font-size: 11px;
}
#navi ul.rechts li {
	border-left: 1px dotted #ddd;
	border-right: none;
	padding: 0px ;
	line-height:160%;
}
