td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
a.blau:link {
	color: #0099CC;
	text-decoration: underline;
}
a.blau:visited {
	color: #0099CC;
	text-decoration: underline;
}
a.blau:hover {
	color: #333333;
	text-decoration: none;
}
a.blau:active {
	color: #0099CC;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.farbegrau {
	color: #666666;
}
.headlinesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.grossbuchstaben {
	text-transform: uppercase;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text12ohnefarbe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

