ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
	text-align: center;
	}

ul a {
	color: #444;
	}

ul a:focus,
ul a:active,
ul a:hover {
	color: #fff;
	}

li { /*bestandteile der navi*/
	float: left; /*float right dreht die navi komplett um *grins**/
	position: relative;
	padding: 0 20px 0 0px; /*regelt den wortabstand*/
	/*width: 10em;*/
}

#navohnepadright { /*damit der rechte navipunkt kein padding right hat und somit weit genug rechts positioniert werden kann*/
	padding: 0px; /*regelt den wortabstand*/
}

li a {
	text-decoration:none;
	}
	
li a:hover {
	font-weight: bold;
	color: #fff;
	}

li ul { /*ausklappnavis*/
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/*width: 220px;*/
	background: url(bilder/navibg1.gif) bottom left no-repeat;
	line-height: 24px;
	font-weight: normal;
	border-left: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	border-right: 1px solid #fc0;
}

li li a {
	display: block;
	font-weight: normal;
	padding: 0 10px;	
}

li li a:hover {
	font-weight: normal;
	padding: 0 10px 0 6px;
	border-left: 4px solid #c00;
	color: #c00;
	}

li>ul { /* positionierung der ausklappnavis */
	top: 14px;
	left: 0px;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

div#navigation {
 height: 18px;
 color:#fff;
 margin:auto;
 margin-top: -8px;
 margin-bottom: 5px;
 font:bold 12px Verdana,sans-serif;
 text-align: center;
 padding-left: 12px;
 }
