.Titel_1{
	font-family: Arial;
	font-size: 20px;
	color: #000000;
}
.Titel_2{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}
.Titel_3{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
}
.Titel_4{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
	text-decoration: underline;
}
.Titel_5{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.Lauftext{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.Text_klein{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.Text_sehr_klein{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
a{
	text-decoration: none;
	color: #FF0000;
}
a:hover{
	text-decoration: underline;
	color: #FF0000;
}