.normaleschrift
{ font-size:14.75px; font-family:arial,helvetica,sans-serif; }

.kleineschrift  { font-size:12.75px; font-family:arial,helvetica,sans-serif;}
.sehrkleineschrift { font-size:10.75px; font-family:arial,helvetica,sans-serif;}
.grosseschrift    { font-size:16.75px; font-weight:bold; font-family:arial,helvetica,sans-serif;}
.sehrgrosseschrift { font-size:18.75px; font-weight:bold; font-family:arial,helvetica,sans-serif;}

.ueberschrift1 {
	font-family:arial,helvetica,sans-serif;
	font-size:22.75px; font-weight:bold;
}
.ueberschrift2 {
	font-family:arial,helvetica,sans-serif;
	font-size:20.75px; font-weight:bold;
}
.ueberschrift3 {
	font-family:arial,helvetica,sans-serif;
	font-size:18.75px; font-weight:bold;
}
.ueberschrift4 {
	font-family:arial,helvetica,sans-serif;
	font-size:16.75px; font-weight:bold;
}

.fhgrau1 {
	color : #e6e6e6;
}

.fhgrau2 {
	color : #f0f0f0;
}

.fhgruen {
	color : #009966;
}

.fhblau {
	color : #006699;
}

.fhgrau1hintergrund {
	background-color : #e6e6e6;
}

.fhgrau2hintergrund {
	background-color : #f0f0f0;
}

.fhgruenhintergrund {
	background-color : #009966;
}

.fhblauhintergrund {
	background-color : #006699;
}

.quelltext { font-family:"courier new",courier,monospace; font-size:14px; white-space:pre;}

.yellow1	{ color:#f6ef9a; }.yellow1_b	{ background-color:#f6ef9a; }.yellow2	{ color:#f0e758; }.yellow2_b	{ background-color:#f0e758; }

a:link    { color:#004080; text-decoration:underline; }
a:visited { color:#008040; text-decoration:underline; }
a:active  { color:#004080; text-decoration:underline; } 
a:hover   { color:#ffffff; text-decoration:underline; background:#0088aa; }
/* Links */

body,p,ul,ol,li,div,blockquote,span,table,td,th,nobr,select,input,textarea
{ font-size:14.75px; font-family:arial,helvetica,sans-serif; }
/* Standardschrift */ 
/* 10/2001 select und input hinzugef. Fru */
/* table statt td,th 03/2002 kla*/

body { margin: 0pt; background-color:white; color:black;}
/* kein Rand */

b,strong,i
{ font-family:arial,helvetica,sans-serif; }
/* spezielle Schrift */

pre { font-family:"courier new",courier,monospace; font-size:14px; white-space:pre;}
/* pre-formatted */

l     { list-style-type:square;  color:#003366; }
ul ul  { list-style-type:disc; color:#006633; }
/* Listen */
/* 03/2002 dunkler */
