BODY {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
}
.ueberschrift_tvc {
	font-family : Verdana, Arial, sans-serif;
	font-size : 35px;
	text-align: justify;
	color:darkblue;
	font-weight:900
}
.ueberschrift_groß {
	font-family : Verdana, Arial, sans-serif;
	font-size : 16px;
	text-align: justify;
	color:darkblue;
	font-weight:900
}
.ueberschrift {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	text-align: justify;
	color:black;
	font-weight:900
}
.ueberschrift_mittig {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	text-align: center;
	color:black;
	font-weight:900
}
.text {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	text-align: justify;
	color:black;
}
.text_fett {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	text-align: justify;
	color:black;
	font-weight:600
}
.text_kursiv {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-style: italic;
	text-align: justify;
	color:black;
	font-weight:600
}





A:link {
	text-decoration: underline;
	color: #0000CD;
}

A:visited {
	text-decoration: none;
	color: #4B0082;
}

A:active {
	text-decoration: none;
	color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #3E3FFF;
}


