/* normale hyperlinks */
a:link, a:visited { color: #276694; text-decoration: none; }
a:hover	{
	text-decoration: underline;
	color: #276694;
	}
a:active { color: #276694; text-decoration: none; }
/* startseite links */
a:link.start, a:visited.start { color: #fff; text-decoration: none; }
a:hover.start	{
	text-decoration: underline;
	color: #276694;
	}
a:active.start { color: #fff; text-decoration: none; }
/* inhalt links */
a:link.inhalt, a:visited.inhalt { color: #276694; text-decoration: none; }
a:hover.inhalt	{
	text-decoration: underline;
	color: #276694;
	}
a:active.inhalt { color: #276694; text-decoration: none; }
