.hauptmenue_links a:link {
	color: #5D5D5D;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	font-family: "Courier New", Courier, mono;
	display:block;
	width:100%;
	margin:0;
	text-indent: 3px;
}
.hauptmenue_links a:visited {
	color: #5D5D5D;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	font-family: "Courier New", Courier, mono;
	display:block; width:100%; margin:0;
	text-indent: 3px;
}
.hauptmenue_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	font-family: "Courier New", Courier, mono;
	background-color: #fa8120;
	text-indent: 3px;
	display:block
}

