/* Datei main.css */
a:link { color:#0000ff; text-decoration:none; }
 a:visited { color:#0000ff; text-decoration:none; }
 a:hover { color:#0000ff; text-decoration:none; font-weight:bold; }
 a:active { color:#0000ff; text-decoration:none; font-weight:bold;}

.überschrift {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.normaltext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.unterpunkt {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
