/* DATEI: formate_CH.css */

/* Hauptfarben: #990000 = dunkelrot, #FFFFCC = hellgelb, fast beige */

body { margin-top:2px;
margin-bottom:10px;
background-color:#990000;
background-image:url(../Bilder/H_rot.jpg);
background-attachment:fixed;
font-family:Arial,Helvetica;

  scrollbar-base-color:#BF0000;
  scrollbar-arrow-color:#FFFFCC;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#BF0000;
  scrollbar-highlight-color:#FFFFCC;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#990000;
}


p { font-family:Arial,Helvetica; font-size:12pt; line-height:14pt; text-align:left; color:#FFFFCC; }
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:#FFFFCC; }
dl,dt,dd { font-size:10pt; line-height:12pt;}
li.gross { font-size:12pt }

h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,table,td,br { font-family:Arial,Helvetica;color:#FFFFCC; }

.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:#EFEFEF; } /* #EFEFEF = hellgrau */
.dunkel { color:#000000; }
.unten { vertical-align:bottom;}
.frage { font-size:10pt;letter-spacing:1pt; background-image:url(../Bilder/H_rot_h.jpg); 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:#990000; }
.duenn { font-weight:normal; }

table,td,tr { font-size:12pt; vertical-align:top; text-align:left; color:#FFFFCC;}
th { font-size:12pt; font-weight:normal;}

table.hell { background-image:url(../Bilder/H_rot_h.jpg) }
table.dark { background-image:url(../Bilder/H_rot_d.jpg) }
table.kein { background-image:none } /* klappt nicht */

/* für den nach-oben-Pfeil: */
.noben { margin-left:5px ; margin-top:5px; margin-bottom:5px ; border: none; }

hr { color:#FFFFCC; height:2px; }
hr.teilen { width:100%; color:#FFFFCC; background-color:#FFFFCC; height:5px; text-align:left; border:0px}

h1 { font-size:24pt;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:#FFFF99; text-decoration:underline; }
a:visited { color:#FFCC99; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#000000; 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 */
