body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
/*Eine Rote Box, Verwendung für Rahmen, Fehler*/
.rotebox 
{
	border: thin groove #FF0000;
}
/*Alle Eingabefelder*/
input 
{
	border: thin solid #336699;
	font-size: 11px;
	color: #000033;
}
/*Alle Textfelder*/
textarea 
{
	border: thin solid #336699;
	font-size: 11px;
	color: #000033;
}
/*Ein Link*/
a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
}
/*Ein Link Hover*/
a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
}
/*Dick geschriebener Text*/
.dick {
	font-size: 12px;
	font-weight: 900;
	color:#336699;
}

/*noch dicker geschriebener Text*/
.dicker {
	font-size: 15px;
	font-weight: bold;
}
/*Normer Text*/
.normal {
	font-size: 13px;
}
/*Hilfstext*/
.hilfstext {
	font-size: 11px;
}
/*normalertext*/
.ueberschrift{
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}
/*Hilfstext Fehler*/
.hilfstexterror {
	font-size: 11px;
	color:#FF0000;
}
/*Hilfstext*/
.hilfstextok {
	font-size: 11px;
	color:#006600;
}
/*Fehlerliste im Formular*/
ul#fehlerliste{
	font-size: 13px;
	color:#FF0000;
	list-style-position: outside;
	list-style-type: square;
}.abstandZumHeader {
padding-top:30px;
}
.referenzPadding {
	padding-left: 10px;
}
.aufzaehlung {
	line-height: 5px;
	padding-left: 15px;
	min-height:inherit;

}