body     { font-size: 10pt; font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; background-color: #eeffdd; margin-top: 2px; margin-bottom: 2px }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* font-family = Schriftart fuer Textelemente */
/* Arial, Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift */

a:link  { color: #8d3100; text-decoration: underline }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* color = Farbe */
/* #AA5522 = beige */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

a:visited {color:#800030; text-decoration:underline; }
/* a:visited = Verweise zu bereits besuchten Seiten */
/* color = Farbe */
/* #800030 = weinrot */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

a:active {color:#CC0000; text-decoration:none; }
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #CC0000 = rot */
/* text-decoration = Textstil */
/* none = nicht unterstrichen */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  { font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif }
/* font-family = Schriftart fuer Textelemente */
/* Arial, Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift */

h1,h2,h3,h4,h5 {color:#800030;}
/* color = Farbe */
/* #800030 = weinrot */

h1    { font-weight: bold; font-size: 32pt }
/* gilt nur fuer den Titel auf der Einstiegsseite */
/* font-size = Schriftgroesse */

h2  { font-weight: bold; font-size: 24pt }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */

h3    { font-weight: bold; font-size: 18pt }
/* Zwischenueberschriften */
/* font-size = Schriftgroesse */

h4   { font-weight: bold; font-size: 12pt }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

h5   { font-weight: bold; font-size: 10pt }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

div {font-size:12pt; }
/* hervorgehobener Text */
/* font-size = Schriftgroesse */

p,ul,ol,li,td,th,nobr,b,i {font-size:10pt; }
/* normaler Text */
/* font-size = Schriftgroesse */

address {font-size:8pt; }
/* Adressen */
/* font-size = Schriftgroesse */

pre  { color: navy; font-size: 10pt; font-family: "Courier New", Courier }
/* Zitate */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten */
/* font-size = Schriftgroesse */
/* color = Farbe */
/* #0000C0 = blau */

.klein  { font-size: 8pt; line-height: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.gross { font-size: 12pt }

.box {background-color:#DDDDDD; }
.grau { background-color: #dddddd }
.dkl {background-color:#BBBBBB; }
.schwarz  { color: yellow; background-color: #000000 }
/* Boxen mit farbigem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #dddddd = grau */
/* #BBBBBB = dunkelgrau */
/* #000000 = schwarz */

.kopf    { color: #800030; font-weight: bold; background: url(bilder/veseli_bg.jpg) no-repeat }
/* Body Kopf */
/* background-color = Hintergrundbild */
/* color = Farbe */
/* #800030 = weinrot */
/* font-size = Schriftgroesse */
/* font-weight: bold = Schrift fett */
