/* allgemeines */


body		{ background:url(bilder/background.gif) }
	/* hintergrundbild */

body,td 	{ font-family:arial; font-size:11pt; font-weight:normal; margin-left:0cm; margin-top:0cm;}
	/* schriftart, größe, farbe allgemein */



/* table zeug */

table		{ color:#000000; }
	/* schriftfarbe in tabellen */

.alles		{ width:1000px; color:#ffffff; } 
	/* übertabelle */

.oben		{ text-align:center; }
	/* tabelle oben */

.links		{ width:160px; color:#ffffff;  }
	/* tabelle links und td von übertabelle */

.mitte		{ color:#000000; font-size:10pt; }
	/* tabelle mitte */



/* td zeug */

.ueberli	{ background:#ffffff; font-weight:bold; color:#222222; text-align:center }
	/* überschrift tabelle links */

.uebermi	{ background:#ffffff; font-weight:bold; color:#222222; width:1000px; }
	/* überschrift tabelle mitte */


.unli		{ text-align:center; line-height:14pt; font-size:10pt; }
	/* links auf der linken seite */


.archiv1		{ color:#000000; font-size:10pt; width:300px; }
	/* Abstand der Bilderleiste */



.presse1		{ color:#000000; font-size:10pt; width:350px; }
	/* Abstand der Bilderleiste */

.archiv		{ color:#000000; font-size:10pt;  }
	/* archiv und presse */


/* anderes */

.wkk		{ font-size:30pt;  color:#111111; }
	/* überschrift wkk */



/* links */

a		{ color:#333333; text-decoration:none; cursor:hand }
a:hover		{ color:#3700ff; text-decoration:underline; cursor:hand }
	/* standartlink */


.a		{ color:#0000ff; text-decoration:none; cursor:hand }
a:hover.a	{ color:#0000ff; text-decoration:underline; cursor:hand }
	/* link mit class a */

