/* Schriftfarbe-generell Hintergrundfarbe */
/*    BODY {color: 0 0 0;} */
/*  */
     B {font-family: Tahoma, Helvetica, sans-serif;
     font-style: normal; font-size: 10pt; font-weight: bold}
/*  */
     BIG B {font-family: Tahoma, Helvetica, sans-serif;
     font-style: normal; font-size: 12pt; font-weight: bold}
/*  */
     TT {font-family: Helvetica, Lucida, serif;
     font-style: normal; font-size: 10pt; font-weight: normal}
/*  */
     SMALL {font-family: Tahoma, Helvetica, Lucida, serif;
     font-style: normal; font-size: 8pt; font-weight: normal}
/* LINKS GENERELL */
a:hover { color:#ffffff; background-color:#000099; text-decoration: underline; }

/* GREEN CLASS */
.color_green {color: #1ba300}
/* BLUE CLASS */
.color_blue {color: #000099}
/* ORANGE CLASS */
.color_orange {color: #ff9900}