.titel {
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
}

.untertitel {
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	font-weight: 700;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-size: 9pt;
	
}

.ueberschrift {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.ueberschrift2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

a.navi:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.navi:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.navi:focus {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
	
a.navi:hover {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}



a.navi:active {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}