/* Farben: */
/* #FFFFFF = weiss */
/* #000000 = schwarz */
/* #CCCCCC = hellgrau */
/* #999999 = dunkelgrau */
/* #E99E54 = orange */
/* #6699CC = hellblau */


body { background-color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; }

a:link { color: #CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:active { color: #CCCCCC; text-decoration: none; }
a:hover { color: #E99E54; text-decoration: none; }

.navigation {					/* Hauptnavigation oben */
	font-size: 13px;
	color: #CCCCCC;
	text-align: middle;
	font-variant:small-caps;
}

.navigation_aktiv {				/* Hauptnavigation oben für die gerade aktive Seite */
	font-size: 13px;
	color: #999999;
	text-align: middle;
	font-variant:small-caps;
}

.navigation_klein a:link, .navigation_klein a:visited, .navigation_klein a:active {		/* Hover-Effekte für Navigation [DETAIL] */
	font-size: 10px;
	color: #CC3300;
	text-transform:uppercase;
}

.navigation_klein a:hover {		/* Hover-Effekte für Navigation [DETAIL] */
	font-size: 10px;
	color: #E99E54;
	text-transform:uppercase;
}

.ueberschrift {					/* Seitenüberschrift */
	font-size: 18px;
	color: #CCCCCC;
	text-transform:uppercase;
}

.tabelle_zahlen {				/* Jahreszahlen im Hauptteil der Seiten (links) */
	font-size: 12px;
	color: #999999;
	vertical-align:top;
}

.tabelle_seitenzahlen {				/* Seitenzahlen bei Detailseiten */
	font-size: 12px;
	color: #CCCCCC;
	vertical-align:bottom;
}

.tabelle_inhalt {				/* Text im Hauptteil der Seiten */
	font-size: 14px;
	color: #FFFFFF;				
	vertical-align:top;
}

.tabelle_inhalt_detail {		/* Text im Hauptteil der Detailseiten */
	font-size: 12px;
	color: #FFFFFF;				
	vertical-align:top;
	text-align:justify;
}

.tabelle_aufzaehlung {			/* Formatierung für Aufzählungen */
	font-size: 12px;
	color: #FFFFFF;
	vertical-align:top;
	text-align:right
}

.tabelle_kontakt {				/* Formatierung der Kontaktseite*/
	font-size: 14px;
	color: #FFFFFF;
	vertical-align:bottom;
	text-align:right
}

.tabelle_indexinhalt {				/* Text im Hauptteil der Seiten */
	font-size: 12px;
	color: #999999;				
	vertical-align:bottom;
	text-transform:uppercase;
	text-align:justify;
}

