/*Farbschema:
  weiß :   E7E7E7
  links:   009966
  hell:    EECC33
  dunkel:  007733
  schwarz: 000000
*/
/* Schriftarten für alle Seiten und Bereiche - sollte nicht geändert werden. */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	background-color: #E7E7E7;
        color: #000000;
}
hr {
	color: #007733;
} /*Trennstrich in dunkler Farbe. */

/* Leuchtende Farbe für Links vor hellem (weiß und hell) Hintergrund. (nicht ändern)*/
a:link    { color:#009966; text-decoration:none }
a:visited { color:#009966; text-decoration:none }
a:hover   { text-decoration: underline; }

H4, H3, H2, B, strong {
	color: #007733;
 /* Textfarbe= Dunkle Hintergrundfarbe s.u. */
      }
/* fett heißt größere Schrift ('small',bold),  Textfarbe= Dunkle Hintergrundfarbe s.u. */
.fett {
	font-size: small;
	font-weight: bold;
	color: #007733; /* Textfarbe= Dunkle Hintergrundfarbe s.u. */
     }

/* Matt-helle Hintergrundfarbe, sollte farblich abgestimmt sein. */
.hell { font-size: smaller;
        color: #000000;
        background-color: #EECC33; }           /* je nach Kategorie ändern, sollte farblich abgestimmt sein. */

/* Dunkle Hintergrundfarbe, Text weiß und fett. */
.dunkel {
	background-color: #007733;
	color: #E7E7E7;
	font-size: smaller;
	line-height: normal;
	font-weight: bold;
}
.dunkel a:link    { color:#E7E7E7; text-decoration:none }
.dunkel a:visited { color:#E7E7E7; text-decoration:none }
.dunkel a:hover   { text-decoration: underline; }

/* nicht ändern */
.hell a:link    { color:#009966; text-decoration:none }
.hell a:visited { color:#009966; text-decoration:none }
.hell a:hover   { text-decoration: underline; }

