
/*  Farbklima:	Rot
	Definition: Vollton #EE0000   Dunkel #F56666   Hell #FAB3B3   Transparent #FDE6E6       */


/* Text */

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

.textvollton			{ color : #ee0000; }
.textdunkel				{ color : #F56666; }
.texthell				{ color : #FAB3B3; }
.texttransparent		{ color : #FDE6E6; }


/* Flaechen */

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

.flaechevollton			{ background-color : #EE0000; }
.flaechedunkel			{ background-color : #F56666; }
.flaechehell			{ background-color : #FAB3B3; }
.flaechetransparent		{ background-color : #FDE6E6; }


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