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