/* Stilvorlage zu Andreas Meiles Homepage
   Geprueft mit http://www.htmlhelp.com/tools/csscheck/ */

/* Gesamtes Aussehen */
BODY { background-color: rgb(43, 69, 157);
       color: rgb(155, 240, 225) }

/* Nur wegen eines Bugs in Netscape 4.0x noetig! => die Farbe muesste 
   normalerweise vom BODY vererbt werden */
P { color: rgb(155, 240, 225);
    background-color: transparent }
ADDRESS { color: rgb(155, 240, 225);
          background-color: transparent }

/* Titel */
H1, H2, H3, H4, H5, H6 { text-align: center;
                         font-family: sans-serif;
                         color: rgb(249, 143, 254);
                         background-color: transparent }

/* Links farbig */

A:link { color: rgb(251, 144, 61);
         background-color: transparent }
A:visited { color: rgb(196, 206, 34);
            background-color: transparent }
A:active { color: rgb(255, 29, 160);
           background-color: transparent }

/* Tabellen */

CAPTION { color: rgb(249, 143, 254);
          background-color: transparent }

TH { background-color: rgb(254, 147, 149);
     color: rgb(12, 7, 3) }

TD { background-color: rgb(251, 252, 252);
     color: rgb(12, 7, 3) }

/* Tastendarstellung */
KBD.Taste { background-color: rgb(233, 203, 163);
            color: rgb(5, 4, 2);
            font-family: sans-serif;
            font-style: normal;
            font-weight: bold }

/* uebrige Computereingaben allgemein */
KBD { color: rgb(254, 162, 158);
      background-color: transparent;
      font-family: Courier, monospace }

/* Variablen in Programmen */

VAR.Prg { color: rgb(193, 187, 255);
          background-color: transparent;
          font-style: normal;
          font-family: Courier, monospace }

/* Anmerkungen in Code */
SPAN.Bemerkung { color: rgb(234, 187, 165);
                 background-color: transparent }

/* Spezialformate fuer farblich getrennte Serien */
SPAN.FarbSerie1 { color: rgb(205, 43, 37);
                  background-color: transparent }
SPAN.FarbSerie2 { color: rgb(207, 202, 47);
                  background-color: transparent }
SPAN.FarbSerie3 { color: rgb(56, 196, 42);
                  background-color: transparent }

/* Code-Abschnitte */
CODE { color: rgb(227, 227, 227);
       background-color: transparent;
       font-style: normal;
       font-family: Courier, monospace }

SAMP, PRE { color: rgb(207, 207, 207);
            background-color: transparent;
            font-family: Courier, monospace }

/* In Programmcode hervorgehobenes */

PRE EM { color: rgb(251, 247, 13);
         background-color: transparent;
         font-style: normal }

/* In Tabellen dunklere Farbe verwenden */
TD CODE, TD KBD, TD VAR.Prg, TD SAMP { color: rgb(3, 137, 6);
                                       background-color: transparent }

/* Randfreie Bilder */
A.RandFrei { border-width: 1px;
             border-style: none }

HR { display: none }

/* Extra starke Hervorhebung (war frueher blinkend) */
STRONG.ExtraStark { color: rgb(255, 255, 0);
                    background-color: rgb(255, 0, 0) }

/* Smileys :-) */
SPAN.Gesicht { font-family: sans-serif;
               font-style: normal;
               color: rgb(232, 204, 154);
               background-color: transparent }

P.Warnung { border-width: 5px;
            padding: 0.3em;
            border-color: rgb(251, 12, 32);
            background-color: rgb(0, 0, 0);
            color: rgb(249, 251, 6);
            border-style: solid }

P.Hinweis { border-width: 3px;
            padding: 0.3em;
            border-color: rgb(73, 214, 17);
            background-color: rgb(93, 102, 184);
            color: rgb(185, 249, 242);
            border-style: solid }

P.Merksatz { border-width: 4px;
             padding: 0.3em;
             border-color: rgb(239, 143, 36);
             background-color: rgb(143, 22, 13);
             color: rgb(195, 240, 185);
             border-style: solid }

/* die Fettschrift ist nur fuer nicht CSS-faehige Browser */
P.Merksatz STRONG,
P.Warnung STRONG { font-weight: normal }

/* Bilder */
P.BildAbsatz { text-align: center; }

/* Ruecksprung-Verweis unten */
P.ZurueckVerweis { text-align: center;
                   border-style: none;
                   border-width: 1px;
                   color: rgb(76, 12, 15);
                   background-color: rgb(232, 204, 154);
                   padding: 8px;
                   margin: 10px; }

P.ZurueckVerweis  A:link,
P.ZurueckVerweis  A:visited { color: rgb(154, 12, 2);
                              background-color: transparent;
                              text-decoration: none }

/* Bilder mit Legende */
P.BildMitLegende { text-align: center;
                   font-style: italic }

/* Direktwahlmenues bei den gefuehrten Ausstellungen (z.B. Spaziergang durch
   das Dorf */
P.VerweisAbsatz { text-align: center }

/* Aenderungsdatum */
P.Aenderung { text-align: left;
              color: rgb(132, 249, 16);
              background-color: transparent }

/* Vorwort-Schluss */
P.VorwortSchluss { text-align: right }

/* Herunterlade-Link */
P.DownloadVerweis { text-align: center;
                    font-size: 200% }

/* Grosser Hinweis */
P.GrosserHinweis { text-align: center;
                   font-size: 250%;
                   font-weight: bold  }

/* fuer Urhebervermerk */
ADDRESS { text-align: center;
          font-style: italic  }
