/* DATEI: formate_CH.css */

/* Hauptfarben: #cc0000 = rot, #ffcb23 = gelb , #e8e8e8 = grau (Tabellen u. a.)*/

body { margin-top:2px;
margin-bottom:10px;
background-color:#FFFFFF;
/* background-image:url(../Bilder/H_rot.jpg);*/
background-attachment:fixed;
font-family:Arial,Helvetica;

  scrollbar-base-color:#ffffff;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFFF;
}



p { font-family:Arial,Helvetica; font-size:12pt; line-height:14pt; text-align:left; color:#000000; }
p.link { font-size:10pt; }
p.linkm { font-size:10pt; text-align:center}
p.link2 { font-size:8pt; text-align:center }

li,ul,ol { font-size:10pt; line-height:14pt; text-align:left; color:#000000; }
dl,dt,dd { font-size:10pt; line-height:12pt;}
li.gross { font-size:12pt }

h1,h2,h3,h4,h5,h6 { font-family:Arial,Helvetica;color:#cc0000; }
ul,ol,li,div,td,th,address,blockquote,nobr,b,i,table,td,br { font-family:Arial,Helvetica;color:#000000; }

.normal { font-size:12pt }
.klein { font-size:10pt }
.kleiner { font-size:8pt }
.kleinerre { font-size:8pt; text-align:right }
.zentriert { text-align:center }
.hell { color:#7c7c7c; } /* #7c7c7c = dunkelgrau; für Hervorhebung vo Wörtern bei lose, luege, ... */
.dunkel { color:#000000; }
.unten { vertical-align:bottom;}
.frage { font-size:10pt;letter-spacing:1pt; background-color:#e8e8e8;  padding:5px;  }
.antwort {font-size:10pt; margin-left:15px; margin-bottom:30pt}
.weit { letter-spacing:1pt; }
.rechts { text-align:right }
.gross { font-size:14pt; }
.hgrot { background-color:#FFFFFF; } /*Relikt, deshalb jetzt #ffffff trotz Name*/
.duenn { font-weight:normal; }
.klein-re { font-size:8pt; text-align:right; line-height:8pt;  vertical-align:middle;}
.mitte  { vertical-align:middle;}

.anz  {  font-size:8pt; text-align:right; line-height:9pt;  vertical-align:middle; }

table,td,tr { font-size:12pt; vertical-align:top; text-align:left; color:#000000;}
th { font-size:12pt; font-weight:normal;}

table.hell { background-color:#e8e8e8; }
table.dark { background-color:#e8e8e8;}
/*.hell und .dark sind noch Relikte aus der Urzeit, als es noch 2 verschiedene grafische Hintergründe gab; deshalb nun gleiche Farbe*/


/* für den nach-oben-Pfeil: */
.noben { margin-left:5px ; margin-top:5px; margin-bottom:5px ; border: none; }

hr { color:#ffcb23; background-color:#ffcb23; height:2px; border:0px}
hr.teilen { color:#ffcb23; background-color:#ffcb23; height:5px; text-align:left; border:0px}

h1 { font-size:20pt;font-weight:bold}
h2 { font-size:18pt;font-weight:bold}
h3 { font-size:16pt;font-weight:bold}
h4 { font-size:14pt;font-weight:600;}
h5 { font-size:12pt;font-weight:600;}
h6 { font-size:12pt; font-weight:normal;}

/* bold = fett; bolder=fetter wird von Netscape nicht interpretiert, dann wird normal angezeigt */

a h1, a h2, a h3, a h4, a h5, h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration:none; }
/* Kombinationen von jeweils zwei zusammen vorkommenden TAGs; sonst werden bei <A NAME= ... - also den Verweiszielen -  diese (nur in Netscape) wie a:link bzw. a:visited (was von beiden gerade als erstes steht) formatiert */

blockquote { font-size:10pt; font-family:Verdana }
/* Zitat */

a:link { color:#cc0000; text-decoration:underline; }
a:visited { color:#cc0000; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#880000; text-decoration:none; }
/* a:link = noch nicht besucht, a:visited = bereits besucht, a:active = gerade angeklickt (bei Netscape andere Farbe -bei mir rot, woher ?), a:hover = Maus drüber */
/* Farben:  #FFFF99 = kraeftigeres gelb, #FFCC99 = blasses gelb, #000000 = schwarz */