#navigation a {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	display: block;
	height: 17px;
	width: 200px;
	padding-left: 5px;
	text-decoration: none;
	outline: none;
	float: none;
	padding-right: 16px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/navihighlight.png);
}
#navigation a:active {
	color: #000000;
	cursor: wait;
	background-image: url(../images/navihighlight.png);
	
}
#navigation a:focus {
	color: #000000;
	cursor: wait;
	background-image: url(../images/navihighlighthover.png);
	
}
#datum-zeit {
	position: absolute;
	height: 15px;
	width: 200px;
	left: 30px;
	top: 309px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #999;
}

