.text_klein {
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.text_klein_rot {
	font-size: 9px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.text_klein_rot_underline {
	font-size: 9px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}	
.bodytext_green {
	font-size: 12px;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
}	
.bodytext_rot {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.head_bold_black {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.head_bold_grey {
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.head_bold_green {
	font-size: 13px;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;