/* format.css *//* ----- Allgemeine Anweisungen ----- */body { margin:0px; color: #000000; font: 12px verdana, arial, sans-serif;
 line-height: 120%;
 background: #F8F8E8;
  
 scrollbar-arrow-color:#949400;            /* Scroll-Leisten für Internet Explorer ab 5.5 */ scrollbar-base-color:#F8F8E8; scrollbar-highlight-color:#808080; scrollbar-shadow-color:#000000; }table,tr,td { font-size: 12px;       /* Tabellen ignorieren in manchen Browsern die allgemeine Schriftgröße der body-Anweisung */ }
 
ul, li 
 {
 font-size: 12px;
 }
 a 
 {                /* Eigenschaften für ALLE Links, spezielle Formatierungen folgen (Menue ...) */ color: black; }
a:active, a:hover 
 { color: #0099CC; }/* ----- Spezielle Linkformatierungen ----- */

#menu1             /* Menue */
 {
 font-size: 13px;
 }
 #menu1 a { font-weight: bold; }#menu1 a:hover 
 { color: black; }#haupt a           /* Aktuell ausgewaehlter Menuepunkt */ { color:#FF8C00; text-decoration:none;
 font-size:14px; }#main1 a           /* kleine Links am Seitenende */ { font-size: 9px; }/* ----- Schriftgroessen ----- */
.s-5 { font-size:23px; font-family: 'Garamond',verdana,sans-serif,arial; font-weight:bold;
 padding:8px; }.s-4 { font-size:17px;   }.s-3 { font-size:15px;  }.s-2 { font-size:12px;  }.s-1 { font-size:9px;  }
