/* ACHTUNG bei Änderungen: Netscape mag keine Unterstriche in den Bezeichnern! */

/* Vordergrundfarben-Klassen */
.weiss { color:whitesmoke; }
.hgrau { color:#BBBBBB; }

/* Hintergrundfarben-Klassen */
.bghweiss { background-color:#FFFFFF; }
.bgweiss { background-color:whitesmoke; }

/* Schriftgrößen-Klassen */
.klein { font-size:8pt; }
.kleinleicht { font-size:8pt; font-weight:normal; }
.kleinfett { font-size:8pt; font-weight:bold; }

/* Links */
A:LINK { color:#404040; text-decoration:none; }
A:VISITED { color:#404040; text-decoration:none; }
A:ACTIVE { color:#404040; text-decoration:none; }

/* Header */
H1 { font-size:24pt; }
H2 { font-size:20pt; }
H3 { font-size:16pt; }
H4 { font-size:12pt; }
H5 { font-size:10pt; }
H6 { font-size:8pt; }

/* Schriftarten */
P,UL,LI,TD  { font-size:10pt; }
P,UL,LI,H1,H2,H3,H4,H5,H6,TD { font-family:Verdana,Arial; }

.text { color:#404040;font-family:verdana,arial;font-size:10px;font-weight:normal; }
.textfett { color:#404040;font-family:verdana,arial;font-size:10px;font-weight:bold; }

.header { color:#003333;font-family:verdana,arial;font-size:16px;font-weight:bold; }
.texthell { color:#FFCB99;font-family:verdana,arial;font-size:10px;font-weight:normal; }
.textgross { color:#003333;font-family:verdana,arial;font-size:12px;font-weight:bold; }
.trenner { background-color:#003333;color:#FFCB99;font-family:verdana,arial;font-size:12px;font-weight:bold; }

