
/*  Farbklima:	Blau
	Definition: Vollton #0000CC   Dunkel #6666E0   Hell #B3B3F0   Transparent #E6E6FA       */


/* Text */

.textschwarz			{ color : #000000; }
.textneutral			{ color : #999999; }
.textweiss				{ color : #ffffff; }

.textvollton			{ color : #0000CC; }
.textdunkel				{ color : #6666E0; }
.texthell				{ color : #B3B3F0; }
.texttransparent		{ color : #E6E6FA; }


/* Flaechen */

.flaecheschwarz			{ background-color : #000000; }
.flaecheneutral			{ background-color : #999999; }
.flaecheneutralhell		{ background-color : #eeeeee; }
.flaecheweiss			{ background-color : #ffffff; }

.flaechevollton			{ background-color : #0000CC; }
.flaechedunkel			{ background-color : #6666E0; }
.flaechehell			{ background-color : #B3B3F0; }
.flaechetransparent		{ background-color : #E6E6FA; }


/* Sonstige */
a			{ color : #0000CC; }
a:hover		{ color : #000000; }
