/* Schrift normal */
td { font-size:13px; font-family:Arial,sans-serif; }

/* Schrift - Fehlermeldung */
.tdf { font-size:13px; font-family:Arial,sans-serif; color:#FF0000; }

/* einzelige Textfelder */
.tf { border: #96E100 1px solid; font-family:Arial,sans-serif; font-size: 13pt; color: #000000; background-color: #FFFFFF; height:18px; }

/* mehrzeiliges Textfeld */
.tf1 { border: #96E100 1px solid; font-family:Arial,sans-serif; font-size: 13pt; color: #000000; background-color: #FFFFFF; }

/* Button im Normalzustand */
.bt { border: #96E100 2px solid; font-family:Arial,sans-serif; font-size: 10pt; color:#0000C4; background-color:#DCDCDC; height:22px;}

/* Button beim ueberfahren mit der Maus */
.bt:hover { border: #96E100 2px solid; font-family:Arial,sans-serif; font-size: 10pt; color:#FF0000; background-color:#DCDCDC; height:22px;}

/* sonstiges */
a:link { color:#0000C4; }
a:visited { color:#0000C4; }
a:focus { color:#0000C4; }
a:hover { color:#FF0000; }
a:active { color:#0000C4; }
#space {font-size:1px;}
