/*normale schrift*/
font { font-family:Arial; font-size:10pt; color:#000000; }

/*normale schrift fett*/
.fett { font-family:Arial; font-size:10pt; color:#000000; font-weight:bold; }

/*normale schrift feuerrot*/
.feuerrot { font-family:,Arial; font-size:10pt; color:#FF0000; }

/*normale schrift feuerrot fett*/
.feuerrot_fett {
	font-family:Arial;
	font-size:10pt;
	color:#FF0000;
	font-weight:bold;
}

/*normale schrift rot*/
.rot { font-family:Arial; font-size:10pt; color:#CC3333; }

/*normale schrift rot fett*/
.rot_fett { font-family:Arial; font-size:10pt; color:#CC3333; font-weight:bold; }

/*normale schrift weiss*/
.weiss { font-family:Arial; font-size:10pt; color:#FFFFFF; text-decoration:none;}

/*normale schrift weiss fett*/
.weiss_fett { font-family:Arial; font-size:10pt; color:#FFFFFF; font-weight:bold; }

/*normale schrift blau fett*/
.blau_fett { font-family:Arial; font-size:10pt; color:#003366; font-weight:bold; }

/*normale schrift visionrot fett*/
.visionrot_fett { font-family:Arial; font-size:10pt; color:#960000; font-weight:bold; }

/*ueberschriften*/
.head { font-family:Arial; font-size:11pt; color:#CC3333; font-weight:bold; }

/*Hervorhebungen rot fett*/
.wichtig_r { font-family:Arial; font-size:11pt; color:#CC3333; font-weight:bold; }

/*Hervorhebungen schwarz fett*/
.wichtig_sch { font-family:Arial; font-size:11pt; color:#000000; font-weight:bold; }

/*klein rot fett*/
.klein_r_f {
	font-family:Arial;
	font-size:9pt;
	color:#CC3333;
	font-weight:bold;
	list-style : disc;
}

/*klein weiss fett*/
.klein_weiss_f { font-family:Arial; font-size:9pt; color:#FFFFFF; font-weight:bold; }

/*klein schwarz fett*/
.klein_sch_f { font-family:Arial; font-size:9pt; color:#000000; font-weight:bold; }

/*klein rot*/
.klein_r { font-family:Arial; font-size:9pt; color:#CC3333; }

/*klein schwarz*/
.klein_sch { font-family:Arial; font-size:9pt; color:#000000; }

/*kleine schrift weiss*/
.klein_weiss { font-family:Arial; font-size:9pt; color:#FFFFFF; }

/*links halt*/
a:link { font-family:Arial; font-size:10pt; color:#CC3333; }
a:visited { font-family:Arial; font-size:10pt; color:#CC3333; }
a:active { font-family:Arial; font-size:10pt; color:#CC3333; }