body { font-size: 100.1%; background-color: silver; margin-top: 5px; margin-bottom: 5px; font-family: Verdana, Helvetica, Arial, sans-serif; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* font-family = Schriftart fuer Textelemente */

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,address,blockquote { color: #ddd !important; font-family: Verdana, Helvetica, Arial, sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial, Helvetica,sans-serif = Arial, Helvetica und serifenlose Schrift */

p,ul,ol,td,th { font-size: 0.9em; margin-top: 0; margin-bottom: 0.75em; }
/* normaler Text */
/* font-size = Schriftgroesse */

ul,ol { margin-left: 0.6em; padding-left: 0.6em }
/* normaler Text */
/* font-size = Schriftgroesse */

li { margin-top: 0.5em; margin-bottom: 0.75em; list-style: url(/bilder/punkt.gif); }
/* normaler Text */
/* font-size = Schriftgroesse */

td,th { vertical-align: top; }
/* normaler Text */
/* font-size = Schriftgroesse */

h1,h2,h3,h4,h5  { color: silver; font-weight: 500; margin-top: 0.75em; margin-bottom: 0.5em; }
/* color = Farbe */
/* silver = hellgrau */

h1 { font-size: 2.01em; }
/* gilt nur fuer die erste Ueberschrift auf der Einstiegsseite */
/* font-size = Schriftgroesse */

h2 { font-size: 1.5em; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */

h3 { font-size: 1.25em; }
/* Zwischenueberschriften */
/* font-size = Schriftgroesse */

h4 { font-size: 1.12em; }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

h5 { font-size: 1em; }
/* Absatzueberschriften */
/* font-size = Schriftgroesse */

.klein { font-size: 0.75em; line-height: 1.25em; }
/* kleine Schrift */

.gross { font-size: 1.12em; line-height: 1.5em; }
/* grosse Schrift */

.navizeile { color: #084a0b !important; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: 400; }
/* Schrift fuer Fuss */

.bildtext { color: silver !important; font-size: 0.75em; margin-bottom: 1em; text-align: center; margin-top: 0.5em; }
/* kleine Schrift */

a:link { color: lime; text-decoration: none; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* color = Farbe */
/* #0f4 = hellgruen */
/* text-decoration = Textstil */
/* none = nicht unterstrichen */

a:visited { color: lime; text-decoration: none; }
/* a:visited = Verweise zu bereits besuchten Seiten */
/* color = Farbe */
/* white = weisst */
/* text-decoration = Textstil */
/* none = nicht unterstrichen */

a:hover { color: black; background-color: silver; text-decoration: none; }
/* a:link = Verweise bei Mauskontakt */
/* color = Farbe */
/* #0f0 = hellgruen */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

a:active { color: black; background-color: white; text-decoration: none; }
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #000 = schwarz */
/* background-color = Hintergrund-Farbe */
/* #0f0 = hellgruen */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */

.box { color: black; font-size: 0.75em; background-color: silver; }
/* Boxen mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* silver = hellgrau */

.grau { background-color: #dddddd; }
/* Boxen mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #DDDDDD = grau */

.dkl { background-color: #bbbbbb; }
/* Boxen mit dunkelgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #bbbbbb = dunkelgrau */

.menue, .menue_aktiv, .menue_aus { font-size: 0.75em; font-weight: 600; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.2em; padding: 0.25em 0.5em; }

.menue { color: white !important; background-color: gray; }

.menue_aktiv { color: black !important; background-color: green; }

.menue_aus { color: silver !important; background-color: gray; }

.center { text-align: center; }

