<!--/* In dieser Datei style.css werden Formate für die gesamte *//* Homepage definiert. Auf jeder Seite werden diese zentralen*//* Formatierungen eingelesen. Auf diese Weise kann hier zentral *//* das Layout verändert werden. *//* Diese Zeilen sind Bemerkungen und kommentieren die einzelnen *//* Style-Definitionen in der jeweils vorangehenden Zeile *//* Schriftart *//* @font-face { font-family:Verdana; src:url(../Verdana.ttf); }*//* @font-face { font-family:Garamond; src:url(garamond.eot), */ url(garamond.pfr); }p,h1,h2,h3,h4,ul,ol,li,a,div,td,th,blockquote,nobr,b,i     { font-family:Verdana,Arial,sans-serif,"Comic Sans MS"; }/* Überschriften *//* Seitenüberschrift */h1 { font-size:18pt;     font-weight:lighter;     font-family:Verdana,"Comic Sans MS",Arial;     color:#000000;/*   background-color:#FFFFFF; */     text-align:left;     margin-top:0.6cm;     margin-bottom:0.3cm; }/* Abschnittsüberschriften auf Seite, linksbündig */h2 { font-size:12pt;     font-style:normal;     color:#000000;/*   background-color:#FFFFFF; */     text-align:left;     margin-top:1cm;     margin-bottom:0.5cm; }/* Zwischenüberschriften */h3 { font-size:12pt;     font-style:normal;     color:#000000;/*   background-color:#FFFFFF; */     text-align:left;     margin-top:0.2cm;     margin-bottom:0.2cm; }h4 { font-size:10pt;     font-style:normal;     color:#000000;/*   background-color:#FFFFFF; */     text-align:left;     margin-top:0.2cm;     margin-bottom:0.2cm; }/* normaler Text */p,ul,ol,li,div,a,td,th,address,nobr,b,i { font-size:10pt; }/* Listenformatierung, Abstände */li { margin-top:0.1cm;     margin-bottom:0.1cm; }/* Linkeinstellungen */a:link { color:#0000FF; text-decoration:none;}a:visited { color:#0000FF; text-decoration:none;}a:active { color:#FF0000; text-decoration:none;}a:hover { color:#0000FF; text-decoration:underline;}/* Hintergrundfarbe bzw grafik, Ränder, Rahmenart und -stärke, ... */body { background-image:url(http://www.keplerweb.de/img/hgrund.jpg);}body  { margin-top:5px; margin-bottom:10px; border-style:none;}/* Style-Unterklassen *//* einzelne Bereiche mit farbigem Hintergrund *//* z.B. mit <div class="grau">...</div> oder <td class="grau"> */td.grau { background-color:#EFEFEF; border-style:solid; border-width:1}div.grau { background-color:#EFEFEF; border-style:none; border-width:thin; }all.grau { background-color:#EFEFEF; border-style:none; border-width:thin; }all.gelb { background-color:#FFFFCC; border-style:none; border-width:thin; }/* border-style und border-width muss man wegen netscape angeben *///-->
