/* DATEI: Format.css */


body { background-color:#F0F0F0; margin-top:10px; margin-bottom:10px; }

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



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
      { FONT-FAMILY: "ARIAL", "HELVETICA" }



h1 { font-size:18pt; color:#000080 }
h2 { font-size:16pt; color:#000080 }
h3 { font-size:12pt; color:#000080 }
h4 { font-size:10pt; color:#000080 }


p.klein { font-size:10pt; color:#000080 }
p { font-size:12pt; color:#000080 }
p.gross { font-size:16pt; color:#000080 }
p.xgross { font-size:18pt; color:#000080 }
/* Anwendung: <P CLASS="KLEIN">Text</P> */


td.klein { font-size:9pt; color:#000080 }
td { font-size:11pt; color:#000080 }
td.gross { font-size:12pt; color:#000080 }
td.xgross { font-size:16pt; color:#000080 }
th { font-size:11pt; color:#000080; font-weight:bold }


ol, ul, li { font-size:12pt; color:#000080 }


#markiert { color:#9900FF; text-decoration:none; }
/* Anwendung: <EM ID="MARKIERT">Text</EM> */


/* fett:   font-weight:bold   */
/* kursiv: fonst-style:italic */


a:link { color:#B22222; text-decoration:none; }
a:visited { color:#772200; text-decoration:none; }
a:active { color:#FF0000; text-decoration:none; }   

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = beige, Wert aenderbar */  
/* #772200 = braun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */



