/* Schrift normal */
td { font-family:Arial; font-size:12pt; color:#d7d163; }

/* Schrift - Fehlermeldung */
.tdf { font-family:Arial; font-size:12pt; color:#d7d163; }

/* einzelige Textfelder */
.tf { border: #000000 1px solid; font-family: Verdana; font-size: 10pt; color: #000000; background-color: #FFFFFF; height:20px; }

/* mehrzeiliges Textfeld */
.tf1 { border: #000000 1px solid; font-family: Verdana; font-size: 10pt; color: #000000; background-color: #FFFFFF; }

/* Button im Normalzustand */
.bt { border: #000000 1px solid; font-family: Verdana; font-size: 10pt; font-weight:bold; color: #000000; background-color:#CFCFCF; height:22px; cursor:pointer;}

/* Button beim ueberfahren mit der Maus */
.bt:hover { border: #000000 1px solid; font-family: Verdana; font-size: 10pt; font-weight:bold; color: #000000; background-color:#AFAFAF; height:22px; cursor:pointer;}

/* sonstiges */
a { font-family:Arial; font-size:9pt; color:#AFAFAF; text-decoration:none;}
#space {font-size:1px;}
