.Hauptlinks {
	font-family: "Segoe UI", Arial;
	font-size: 18px;
	font-weight: bold;
	background-color: #009900;
	display: block;
	width: 250px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}

.Hauptlinks:hover {
	font-family: "Segoe UI", Arial;
	font-size: 18px;
	font-weight: bold;
	background-color: #00CC00;
	display: block;
	width: 250px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}

