.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

//FORMULARFELDER
.tfieldBlank { background-color:#FFCC66; font-size:9pt; font-weight:bold; color:#007600 }
.tfield { background-color:#FFCC66; font-size:9pt; font-weight:bold; color:#007600; width:80px; }
.tfieldLong { background-color:#FFCC66; font-size:9pt; font-weight:bold; color:#007600; width:120px; }
.tfieldExtra { background-color:#FFBE00; font-size:9pt; font-weight:bold; color:#990000; width:270px; }
.tfieldShort { background-color:#FFCC66; font-size:9pt; font-weight:bold; color:#007600; width:30px; }
.tarea { background-color:#FFBE00; font-size:9pt; font-weight:bold; color:#990000;width:400px;height:70px }
.select {  background-color:#FFCC66; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal; text-transform: capitalize; color:#007600; }
.darkSubmit { background-color:#990000; font-family: Arial, Helvetica, sans-serif;font-size:14px; font-size:9pt; font-weight:bold; color:#FFBE00; width:180px}
.darkSubmitKnapp { background-color:#007600; font-family: Arial, Helvetica, sans-serif;font-size:14px; font-size:9pt; font-weight:bold; color:#FFCC66}
.tfieldNeg { background-color:#007600; font-size:9pt; font-weight:bold; color:#FFCC66; width:80px; }
.tfieldLongNeg { background-color:#007600; font-size:9pt; font-weight:bold; color:#FFCC66; width:120px; }
.tfieldExtraNeg { background-color:#007600; font-size:9pt; font-weight:bold; color:#FFCC66; width:180px; }
.tfieldShortNeg { background-color:#007600; font-size:9pt; font-weight:bold; color:#FFCC66; width:30px; }
.tareaNeg { background-color:#007600; font-size:9pt; font-weight:bold; color:#FFCC66;width:380px;height:70px }
.selectNeg {  background-color:#007600; font-size: 9pt; font-style: normal; font-weight: bold; font-variant: normal; text-transform: capitalize; color:#FFCC66; }
.NegSubmit { background-color:#FFCC66; font-family: Arial, Helvetica, sans-serif;font-size:14px; font-size:9pt; font-weight:bold; color:#007600; width:180px}
.darkredSubmit { background-color:#630031; font-family: Arial, Helvetica, sans-serif;font-size:14px; font-size:9pt; font-weight:bold; color:#FFCC66}

a.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        text-decoration:none;
        color:#990000
}
a.red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        text-decoration:none;
        color:#990000
}
a.red:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        text-decoration:none;
        color:#990000
}
a.red:hover {
        background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        text-decoration:none;
        color:#FFCC66
}
