/*Farbschema:
  weiß :   FFFFEE
  links:   993399
  hell:    FFCCCC
  dunkel:  330099
  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: #FFFFEE;
        color: #000000;
}
hr {
	color: #330099;
} /*Trennstrich in dunkler Farbe. */

/* Leuchtende Farbe für Links vor hellem (weiß und hell) Hintergrund. (nicht ändern)*/
a:link    { color:#993399; text-decoration:none }
a:visited { color:#993399; text-decoration:none }
a:hover   { text-decoration: underline; }

H4, H3, H2, B, strong {
	color: #330099;
 /* 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: #330099; /* Textfarbe= Dunkle Hintergrundfarbe s.u. */
     }

/* Matt-helle Hintergrundfarbe, sollte farblich abgestimmt sein. */
.hell { font-size: smaller;
        color: #000000;
        background-color: #FFCCCC; }           /* je nach Kategorie ändern, sollte farblich abgestimmt sein. */

/* Dunkle Hintergrundfarbe, Text weiß und fett. */
.dunkel {
	background-color: #330099;
	color: #FFFFEE;
	font-size: smaller;
	line-height: normal;
	font-weight: bold;
}
.dunkel a:link    { color:#FFFFEE; text-decoration:none }
.dunkel a:visited { color:#FFFFEE; text-decoration:none }
.dunkel a:hover   { text-decoration: underline; }

/* nicht ändern */
.hell a:link    { color:#993399; text-decoration:none }
.hell a:visited { color:#993399; text-decoration:none }
.hell a:hover   { text-decoration: underline; }

