/* Schrift normal */
td { font-family:Arial; font-size:10pt; color:#000000; }

/* Schrift - Fehlermeldung */
.tdf { font-family:Arial; font-size:10pt; color:#7F0000; }

/* einzelige Textfelder */
.tf { border: #000000 1px solid; font-family: Verdana; font-size: 8pt; color: #000000; background-color: #FFFFFF; height:18px; }

/* mehrzeiliges Textfeld */
.tf1 { border: #000000 1px solid; font-family: Verdana; font-size: 8pt; color: #000000; background-color: #FFFFFF; }

/* Button im Normalzustand */
.bt { border: #000000 1px solid; font-family: Verdana; font-size: 8pt; 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: 8pt; 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;}
