/* DATEI: zformate.css */

body { margin-top:10px; margin-bottom:10px; }

p,h1,h2,h3,h4,h5,h6,hr,td,tr,body
     { font-family:Helvetica,Arial,Sans-Serif; font-size:12pt; }
/*h5 { background-color:#FFFFE0; } */

/* Überschrift */
h1 { font-size:14pt; font-style:normal; font-weight:bold; text-align:center; }
h2 { font-size:12pt; font-style:italic; font-weight:normal; text-align:center; }
h3 { font-size:10pt; font-style:normal; font-weight:normal; }
h4 { font-size:8pt; font-style:italic; font-weight:normal; text-align:center; }
/* Verweise */
h5 { font-size:9pt; font-style:italic; font-weight:normal; text-align:center;}
/* Presse */
h6 { font-size:8pt; font-style:italic; font-weight:normal;text-align:left; background-color:yellow }
}

/* normaler Text */
p { font-size:10pt; }

a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#AA5522; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */