/* anylinkcss befindet sich im jeweiligem Browser-Style*/

.anylinkcss a:link{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #5c84b4;;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:visited{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #5c84b4;;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #59a7c4;
	text-decoration: none;
	color: white;
}