/* DATEI: formate.css */


body { margin-top:-1px; margin-bottom:1px; margin-left:-1px;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

a:link { color:#7065AB; text-decoration:none; }
a:visited { color:#959595; text-decoration:none; }
a:active { color:#7065AB; text-decoration:none; }
a:hover { color:#7065AB; text-decoration:underline; }


a.index:link { color:#7065AB; text-decoration:underline; }
a.index:visited { color:#7065AB; text-decoration:underline; }
a.index:active { color:#7065AB; text-decoration:underline; }
a.index:hover{ color:#7065AB; 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 */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,i
 { font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; font-size:10pt}



h1 { font-size:12pt; font-weight:bold; color:#000000}
h3 { font-size:12pt; font-weight:800; color:#000000}



address { font-size:8pt; font-style:normal}

cite { font-size:8pt; font-style:italic}
