<style type="text/css">
<!--
a: { font-weight:bold; color:#990000; }
a:link { font-weight:bold; color:#990000; } /*  Normale Link Farbe */
a:visited { font-weight:bold; color:#990000; }  /*  Normale Link Farbe nach ersteraktivierung */
a:hover { font-weight:bold; background-color:#FFCC99; } /* Linkhintergrund Farbe */
a:active { font-weight:bold; background-color:#FFCC99; }  /* Die aktuelle aktive Linkhintergrund Farbe */

/* a:active { text-decoration:none; font-weight:bold; background-color:#FFCC99; } */  /* Link ohne Unterstreich */

table {	          				 	 /* 	Das Tag Atribut "stong" wird definirt. In der Ansicht für text= S */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {	                		/* 	Das Tag Atribut "stong" wird definirt. In der Ansicht für text= S */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

#time								/*ein fest gelegter Bereich im Dockument namens time */
{
    color:990000;
	font-size:8pt;
	font-face:Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#bereich {						/*ein fest gelegter Bereich im Dockument namens bereich */
    color:990000;
	font-size:9pt;
	font-face:Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#ueberschrift {				/*ein fest gelegter Bereich im Dockument namens ueberschrift */
	color:990000;
	font-size:11pt;
	font-face:Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#text {						/*ein fest gelegter Bereich im Dockument namens text */
	color:000000;
	font-size:9pt;
	font-face:Arial;
	font-family: Arial, Helvetica, sans-serif;
}
-->
</style>