/* standard HTML Tags */
DIV, P, blockquote, DT, DL, DD, LI, UL, OL, TD     { color: black; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
TH    { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: gray }
H1, H2, H3, H4    { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
PRE   { color: black; font-size: 9pt; font-family: Monaco, monospace, Courier, "Courier New" }

/* spezielle Klassen */
.legende    { color: black; font-style: italic; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.fett   { color: black; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sichtbar { visibility: visible }
.versteckt { visibility: hidden }
.inhalt   { }
