/* Version modified and corrected 26. Nov 2003 by Thomas Mayr */

/* Hintergrundfarbe */
body { background-color: #FFFFFF }
table { border=0 }

/* Schriftformatierung für das Hauptframe  Hintergrundfarbe:#EFEFEF */
/* Standard */
#s { font-family: arial;
	font-size: 13pt; 
	text-decoration: none}

/* Ueberschriften */
#u1 { font-family: tahoma; 
	font-size: 20pt; 
	color: #000000;		/* schwarz */
	margin-top: 0.7cm; 
	align: "center";
	margin-bottom: 14pt; }
#u2 { font-family: Tahoma;
	font-weight: bold; 
	font-size: 17pt; 
	color: #000000;		/* schwarz */
	margin-bottom: 6pt; 
	margin-top: 0.4cm; }
#u3 { font-family: tahoma; 
	font-size: 14pt; 
	font-weight: bold; 
	color: #000000; 	/* schwarz */
	margin-bottom: 6pt; 
	margin-top: 0.4cm; }

/* Links */
a { font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #0080C0;} 	/* blue */

/* Tabellen */
th { font-family: tahoma;
	font-size: 13pt; 
	font-weight: bold; 
	align: center;
	color: #000000; 	/* wieß (Table Head)*/
	background-color: #C0C0C0 } 	 /* Schwarz (table head) */
td { font-family: arial; 
	font-size: 13pt }
#y { background-color: #e0e0e0 } /* weiß (table data) */


