/* DATEI: whc.css */

body { margin-top:10px; margin-bottom:10px; background-color:rgb(251,243,237); }


#dunkelbraun { background-color:rgb(255,205,147) }
#mittelbraun { background-color:rgb(246,216,175) }
#hellbraun   { background-color:rgb(249,231,209) }
#lichtbraun  { background-color:rgb(249,233,222) }

#logoblau    { background-color:rgb(0,71,120) }
#dunkelblau  { background-color:rgb(105,130,170) }
#mittelblau  { background-color:rgb(163,174,205) }
#hellblau    { background-color:rgb(202,212,230) }
#lichtblau   { background-color:rgb(231,234,242) }

#textinaktiv { font-family:"Courier New",Courier; color:rgb(0,71,120);
    font-size:12pt; font-weight:bold; text-decoration:none; }
#textaktiv { font-family:"Courier New",Courier; color:rgb163,174,205);
    font-size:12pt; font-weight:bold; text-decoration:none; }

   
#preisauszeichnung { font-family:Verdana,sans-serif; color:rgb(0,71,120);
    font-size:14pt; font-weight:bold; }
	
#blau_klein { font-family:Verdana,sans-serif; color:rgb(0,71,120);
    font-size:11pt; font-weight:bold; }	

#deppi { font-family:Verdana,sans-serif; color:rgb(0,71,120);
    font-size:14pt; font-weight:bold; }


h1,h2,h3,h4
     { font-family:Verdana,sans-serif; color:rgb(0,71,120); }

p, ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Tahoma,sans-serif; }

/* Die eigentliche Hauptueberschrift jeder Seite als Grafik (Rotis Semiserif/Dorchester Script) */

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:10pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */


td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#772200; text-decoration:underline; }
a:visited { color:mittelbraun; text-decoration:underline; }
a:active { color:hellbraun; 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 */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }