/* Stylesheet fuer http://www.tstein.net */

/*
Gültige Farben:

    Farbe           RGB-Triplet
    Weiß            #ffffff
    Silber          #c0c0c0
    Grau            #808080
    Schwarz         #000000
    Rostbraun       #800000
    Lila            #800080
    Rot             #ff0000
    Pink            #ff00ff
    Gelb            #ffff00
    Grün            #008000
    Hellgrün        #00ff00
    Olivgrün        #808000
    Blau            #0000ff
    Marineblau      #000080
    Dunkeltürkis    #008080
    Hellblau        #00ffff
*/

/* BODY - Definition */
body {font-family: Arial, Helvetica, sans-serif;
      font-size:12pt;
      background-color: #b0c4de;
      color: #000000}

/* Header - Definition */
h1, h2, h3, h4, h5 {text-align:center;
                    font-family: Arial, Helvetica,sans-serif;
                    font-style: italic;
                    background-color: #b0c4de;
                    color: #000000}
h1 {font-size: 20pt}
h2 {font-size: 18pt}
h3 {font-size: 16pt}
h4 {font-size: 14pt}
h5 {font-size: 12pt}

/* Table - Definition */
table {text-align:left;
       border:0;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12pt;
       background-color: #b0c4de;
       color: #000000}

/* allgemeine Tags */
img {border:0}
a {border:0}
