	/**************************************************/
	/* Name:     STYLE.CSS                            */
	/* Funktion: Definiert zentral die Formateigen-   */
	/*           schaften von HTML-Elementen          */
	/*           im Administrationsbereich            */
	/**************************************************/
	/* Autor/in: Martina Gruber                       */
	/* Erstellt: 19/04/2004                           */
	/**************************************************/
		<!--

		/* Formate für Text */
		.headln { color:#AA2B38; font-family:Verdana,Arial; font-size:13pt; font-weight:bold;   }
		.plain  { color:#191919; font-family:Verdana,Arial; font-size: 11pt; font-weight:normal; }
		.bold   { color:#AA2B38; font-family:Verdana,Arial; font-size: 12pt; font-weight:bold;   }
		body, td { color:#000000; font-family:Verdana,Arial; font-size: 11pt; font-weight:normal;}

		/* Formate für Links */
		a:link    { color:#52719C; font-family:Verdana,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:visited { color:#52719C; font-family:Verdana,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:hover   { color:#AA2B38; font-family:Verdana,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }
		a:active  { color:#52719C; font-family:Verdana,Arial; font-size:9pt; font-weight:normal; text-decoration:none; }

		-->
