#inhalt a:link,
#inhalt a:visited,
#backlink a:link,
#backlink a:visited {
	color: #005f65;
	font-weight: bold;
	text-decoration: none;
}

.boxTeaserRow a:link,
.boxTeaserRow a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #005f65;
}

#inhalt a:hover,
#inhalt a:focus,
#backlink a:hover,
#backlink a:focus,
.boxTeaserRow a:hover,
.boxTeaserRow a:focus {
	color: #000;
	text-decoration: underline;
}

#footer a:link,
#footer a:visited {
	color: #004f70;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}