<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Schriftfarbe, Schriftgröße, Schriftfamilie */
body 	{ color: #000000; font-family: Verdana, Helvetica, Sans-Serif; font-size: 12px }
tr 	{ color: #000000; font-family: Verdana, Helvetica, Sans-Serif; font-size: 12px }
td 	{ color: #000000; font-family: Verdana, Helvetica, Sans-Serif; font-size: 12px; font-weight:normal }
p 	{ color: #000000; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 20px; font-weight:normal; line-height: 30px }

/* Kopfzeile */
.kopf {color: #666666; font-family: Arial; font-size: 12px; font-weight:normal}

/* Fusszeile */
.fuss {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:normal; line-height: 150%}

/* linke Spalte */
.linkeSpalte {color: #0066cc; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold}

/* linke Spalte */
.ueberschrift {color: 000000; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold}

/* Zeilenhöhe */
.zeilenHoehe {line-height: 150%;}

/* Zeilenhöhe */
.zeilenHoehe1 {color: #000000; font-family: Verdana, Arial; font-size: 14px; font-weight:normal; line-height: 150%; text-align: justify}

/* Auswahl */
.auswahl {color: #FFFFFF; font-family: Arial; font-size: 12px; font-weight:normal}
.auswahl1 {color: #000000; font-family: Arial; font-size: 12px; font-weight:normal}

/* Text */
.text {color: #000000; font-family: Verdana, Arial; font-size: 11px; font-weight:normal; line-height: 150%; text-align: justify}

/* Link ohne Unterstrich */
a:link 		{ color:#f58112; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:normal }
a:visited 	{ color:#f58112; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:normal }
a:active 	{ color:#f58112; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:normal }
a:hover 	{ color:#f58112; font-family: Verdana, Arial; font-size: 12px; text-decoration: none; font-weight:normal }


/* Formularfelder definieren */
input, select, textarea { font-family: Arial, Helvetica, Sans-serif; font-size:11px; font-weight:normal; } 

/* Bild bei Online-Meldungen wird vom Text umlaufen. */
.float_left {
	float:left;
	margin-right:7px;
}


</pre></body></html>