/* DATEI: formate.css */


/* body { margin-top:2px; margin-bottom:2px; background-color:#BDCCE8;} */
body { margin-top:2px; margin-bottom:2px; background-color:#FFFFFF;}



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,helvetica,sans-serif; }



h1 { font-size:18pt; }
h2 { font-size:14pt; }
h2.sh2 { font-size:16pt; margin-bottom:4px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; margin-bottom:6px; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */

td {  vertical-align:top}


h4 { font-size:10pt; margin-bottom:8px; }

p,ul,ol,li,div,td,th,address,nobr,b,i { margin-bottom:2px; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche */
/* color = Farbe */
/* #FF0000 = schwarz, Wert aenderbar */

a:link { color:Black  ; text-decoration:none;font-weight: normal; }
a:visited { color:Black; text-decoration:none;font-weight:normal; }
a:active { color: Red; text-decoration:none;font-weight:normal; }


A
{
}

