/* DATEI: main.css */

/* p = Absatz */
/* pre = Formatiert */
/* address = Aresse */
/* h6 ... h1 = Überschriften klein ...gross */
/* ul = Liste mit Punkten */
/* dir = Verzeichnisliste */
/* menu = Menüliste */
/* ol = numerierte Liste */
/* li = Liste mit Punkten */
/* dl = Definitionsliste, Termliste */
/* td = Tabelleneintrag */
/* b = Bold */
/* i = Italic */
/* u = Underline */

body { margin-top:10px; margin-bottom:10px; margin-left:20px; background-color:#800040; }
/* Definition für den Menü-Frame background-color:#A40052; */

body,p,pre,address,h6,h5,h4,h3,h2,h1,ul,dir,menu,ol,li,dl,td,b,i,u { font-family:Avantgarde,sans-serif; color:#C0C0C0; }
body,p,address,ul,dir,menu,ol,li,dl,td,b,i { font-size:10pt; }
h6 { font-size:12pt; }
h5 { font-size:14pt; }
h4 { font-size:16pt; }
h3 { font-size:18pt; }
h2 { font-size:20pt; }
h1 { font-size:22pt; }
pre { font-family:Courier New,Courier; font-size:10pt; }

a:link { font-family:Avantgarde,sans-serif; font-weight:bold; color:#C0C0C0; }
a:active { font-family:Avantgarde,sans-serif; font-style:italic; color:#808080; }
a:visited { font-family:Avantgarde,sans-serif; color:#C0C0C0; }

