/* Diese Seite enthaelt die Informationen fuer die normalen Inhalts- */
/* (Haupt-)Seiten. */


body {margin-top:20px; margin-bottom:0px; margin-left:20px; margin-right:50px; background-color:#EEEEEE;}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */
/* background-color:#F0F0F0 = mattes weiss */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i
     { font-family:Verdana, Arial, Helvetica, sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Verdana, Arial, Helvetica, sans-serif = serifenlose Schrift,  */


h1 { font-size:16pt; color:#505050; font-weight:lighter; margin-bottom: 30px; margin-top: 15px}

/* Hauptueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt */
/* color = Farbe der Ueberschriften, dunkles Grau  */

h2 { font-size:14pt; color:#505050; font-weight:lighter; margin-top:5mm; margin-bottom: 5mm; }

h3 { font-size:12pt; color:#252525; font-weight:lighter; margin-bottom: 5mm; margin-top: 5mm;}

h4 { font-size:10pt; color:#252525; font-weight:lighter;}

ol,li,th,address,b,i { font-size:10pt; margin-top:15px;}

p { font-size:10pt; margin-top:0px;; margin-right: 0px; margin-bottom: 20px; margin-left: 0px} 
ul { font-size:10pt;margin-top:15px;} 

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */

p.zit {font-style:italic; color:"blue"; text-align:justify; }

p.bildunter {font-size:8pt;}


a:link { color:#3333FF; text-decoration:none; }
a:visited { color:#9696FA; 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 */
/* #000000 = schwarz */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen*/
/* none = nicht unterstrichen */div { font-size:10pt; margin-top:0px; ; margin-right: 0px; margin-bottom: 0px; margin-left: 0px} td { font-size:10pt; margin-top:0px; ; margin-right: 0px; margin-bottom: 0px; margin-left: 0px} 