.text {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-color: black;
	font-weight: normal;
}

H1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-color: black;
	font-weight: bold;
}

H2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-color: black;
	font-weight: bold;
}

a:link {
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.navi:link {
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.navi:visited {
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.navi:hover {
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5c5c5c;
	text-decoration: underline;
}

a.navi:active {
	font-family:arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #c0c0c0;
	text-decoration: underline;
}

.ueberschr2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-color: black;
	font-weight: bold;
}