#links a:link {
	color: black;
	text-decoration: none;
}
#links a:visited {
	color: black;
	text-decoration: none;
}
#links a:hover {
	color: #542D81;
	text-decoration: none;
}
#links a:active {
	color: black;
	text-decoration: none;
}

#rechts a:link {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#rechts a:visited {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#rechts a:hover {
	color: #BF0042;
	text-decoration: none;
	/*font-weight: bold;*/
}
#rechts a:active {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#inhalt a:link {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#inhalt a:visited {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#inhalt a:hover {
	color: #BF0042;
	text-decoration: none;
	/*font-weight: bold;*/
}
#inhalt a:active {
	color: #542D81;
	text-decoration: none;
	/*font-weight: bold;*/
}
#header a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#header a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#header a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}