body {
  scroll:auto; scrolling:auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #663300;
        scrollbar-face-color : #E9A700;
        scrollbar-shadow-color : #E9A700;
        scrollbar-track-color : #E9A700;
        scrollbar-arrow-color : #CC3300;
}
p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px
        }
.b {
        font-weight: bold
        }
.f120rotb {
        font-size: 14px;
        font-weight: bold;
        color: #990033
        }
.f120b {
        font-size: 14px;
        font-weight: bold
        }
.f120 {
        font-size: 14px
        }


.f100 { font-size: 12px}
.f80 { font-size: 10px}
.rot-b80 { font-weight: bold; color: #CC0000 ; font-size: 10px}
.rot80 { color: #CC0000 ; font-size: 10px}
.orange80 { color: #FF6600; font-size:10px }
.orange80_f { color: #FF6600; font-size: 10px ; font-weight: bold}
.orange100 { color: #FF6600; font-size: 12px}
.orange100_f { color: #FF6600; font-size: 12px; font-weight: bold }
.orange120_f { color: #FF6600; font-size: 14px; font-weight: bold }
.grau80_f { font-weight: bold; color: #CCCCCC; font-size: 10px }
.grau_du80_f { font-weight: bold; color: #999999; font-size:10px }
.or_he80 { font-weight: normal; color: #FF9900; font-size: 10px }
.or_he80_f { font-weight: bold; color: #FF9900; font-size: 10px }
.or_he100_f { font-weight: bold; color: #FF9900; font-size: 12px }
.s80 { font-size: 10px }
.s80_f { font-size: 10px ; font-weight: bold}
.grau80 { font-size: 10px ; color: #CCCCCC}
.gelb80 { font-size: 10px ; color: #FFCC33}
.rot100 { color: #CC0000 ; font-size: 12px}
.rot100_f { color: #CC0000 ; font-size: 12px ; font-weight: bold}
.rot120 { color: #CC0000 ; font-size: 14px}
.rot120_f { color: #CC0000 ; font-size: 14px ; font-weight: bold}
.s100 { font-size: 12px}
.s100_f { font-size: 12px; font-weight: bold }
.gelb100 { font-size: 12px; color: #FFCC33 }
.gelb100_f { font-size:12px; color: #FFCC33 ; font-weight: bolder}
.s60 { font-size: 9px;}
.br100_f { font-size: 12px; font-weight: bold ; color: #663300}
.br100 { font-size: 12px; font-weight: normal; color: #663300 }
.br120_f { font-size: 14px; font-weight: bold ; color: #663300}
.br140_f { font-size: 16px; font-weight: bold ; color: #663300}
.br140 { font-size: 16px; font-weight: normal ; color: #663300}
.gelb100_2 { font-size: 12px; color: #FFFF66}
.gelb100_2f { font-size: 12px; color: #FFFF66 ; font-weight: bold}
.gelb120_2 { font-size: 14px; color: #FFFF66}
.gelb120_2f { font-size: 14px; color: #FFFF66 ; font-weight: bold}
.gelb80_2 { font-size: 10px; color: #FFFF66 ; font-weight: normal}
.weiss100 { font-size: 12px; color: #FFFFFF}
.weiss120f { font-size: 14px; color: #FFFFFF ; font-weight: bold}
.gruen100_f { color: #009900; font-size: 12px; font-weight: bold }
.gruen120_f { color: #009900; font-size: 14px; font-weight: bold }
.gruen100_2f { color: #158815; font-size: 12px; font-weight: bold }
.gruen100_3f { color: #097F09; font-size: 12px; font-weight: bold }
.blau100_f { color: #0066FF; font-size: 12px ; font-weight: bold }
.rot80 { color: #CC0000 ; font-size: 10px}
.rot120_f { color: #CC0000 ; font-size: 14px; font-weight: bold }

a {
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}

a:link {
 font-weight: bold;
 color: #CC0000;
}
a:hover {
        color: #CC0000;
         font-weight: bold; font-family: Verdana;
; text-decoration: none
         }
a:active {
        color: #000000;
        font-weight: bold; font-family: Verdana;
; text-decoration: none
        }

                  /*
Erläuterung:
Alle Klassen, die mit "f" beginnen, beziehen sich auf Font, also die Schrift.
Darauf folgt die Grössenangabe in Prozent, z.B. f120.
Daran angehängt sind weitere Formatierungen wie "rot" und "fett" , z.B. f120rotb
WICHTIG:
Bei Schriftformatierung mit Prozentangaben sollte diese immer im P-Tag
(und nicht in irgendwelchen Tabellen-Tags) statfinden,
um Probleme mit verschachtelten Prozentangaben zu vermeiden.
Also: Text in die Tabellenzelle eingeben, "Enter" und "Return" drücken - fertig.
UND:
Klassenangaben zur Schriftgrösse im P-Tag beziehen sich direkt auf die
Original-Schriftgrösse (100%) und nicht auf die im StyleSheet für P angegebene!
Wird dagegen der Span-Tag verwendet, bezieht sich die Grössenangabe
auf die im übergeordneten Tag (z.B. P), d.h. 120% von 80% = 96%!
*/.br80 { font-size: 10px; font-weight: normal; color: #663300 }
