@charset "utf-8";
#hauptnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	height: 25px;
	width: 200px;
	padding-top: 8px;
	padding-left: 10px;
	text-decoration: none;
}
#hauptnavigation a:hover {
	color: #990000;
	background-color: #DFFFDF;
}
