/* CSS Document */
a{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

a:hover{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-decoration:underline;
}

a:visited{
	font-family: Arial;
	font-size: 12pt;
	color: #e74539;
	text-decoration: underline;
}

.normaler_text {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}
