#navigation { 
	position: absolute;
	top: 0px;
}

#navi li { 
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	background-image: url(verlauf.jpg);
	background-repeat: repeat-x;
	border: 1px solid #f7f7f7;
	border-left: none;
	border-top: none;
	display: block;
	width: 103px;
	height: 45px;
	float: left;
	padding: 5px;
	padding-top: 22px;
}

#navi .active a { 
	color: #666;
}

#navi a { 
	color: #fff;
	text-decoration: none;
}

#navi a:hover { 
	color: #000;
	text-decoration: none;
}
