/* Die Angabe der Hintergrundfarbe fehlt bei einigen Attributen */
body{font-family: arial,verdana,helvetica,sans serif;
    color: black;
    background: #e0e0e0;
    background-image: url(bilder3/graufhin.jpg);
    text-align: center;
}

h1, h2, h3, h4, h5, h6{font-family: arial,verdana,helvetica,sans serif;
}

.c {text-align: center;}

table{background: #e0e0e0;
}

p {font-family: arial,verdana,helvetica,sans serif;
  font-size: 11pt;
  line-height: 14pt;
}

td {font-family: arial,verdana,helvetica,sans serif;
  font-size: 11pt;
}


.knopf{font-size: 11pt;
       text-align: center;
       background: #e0e0e0;
       border-top: 1px solid white;
       border-left: 1px solid white;
       border-bottom: 1px solid gray;
       border-right: 1px solid gray;
       padding-left: 2px;
       padding-right: 2px;
}

.link{font-size: 9pt
}

.b {font-weight: bolder
}

.copy    {font-size: 9pt;
          color: #c0c0c0;
}

.gross{font-size: 18pt;
       font-weight: bolder
}

.auf {color: red;
      font-family: fantasy
     }

.birte{font-size: 13pt;
       font-weight: bolder;
}

/*dunkel-türkis*/
a:link    {color: #0099cc;
}

/*ultramarin*/
a:visited {color: #0000ee;
}

/*pink*/
a:active  {color: #cc00cc;
}

/*grün*/
a:hover   {color: #009e00;
}