body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body { margin: 5px; }

.rosa { color: #FF9999; }
.schrift8 { font-size: 8px; }
.schrift9 { font-size: 9px; }
.schrift10 { font-size: 10px; }
.schrift10fett { font-size: 10px; font-weight: bold; }
.schrift10fettrosa { font-size: 10px; font-weight: bold; color: #FF9999; }
.schrift11 { font-size: 11px; }
.schrift11fett { font-size: 11px; font-weight: bold; }
.schrift12 { font-size: 12px; }
.schrift12fett { font-size: 12px; font-weight: bold; }
.schrift24fett { font-size: 22px; font-weight: bold; }
.schrift18fett { font-size: 16px; font-weight: bold; }
.schrift30fett { font-size: 30px; font-weight: bold; }
.schrift18rosa { font-size: 16px; font-weight: bold; color: #FF9999; }
.schrift20rosa { font-size: 20px; font-weight: bold; color: #FF9999; }
a.schwarz:link { color: #000000; }
a.schwarz:hover { color: #000000; }
a.schwarz:visited { color: #000000; }
a.schwarz:active { color: #000000; }
a.rosa:link { color: #FF9999; }
a.rosa:hover { color: #FF9999; }
a.rosa:visited { color: #FF9999; }
a.rosa:active { color: #FF9999; }

.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.table_border {
	border: 1px solid #000000;
}
.table_row {
	border-bottom: 1px dashed #000000;
}

input {
	height: 20px;
}

select {
	height: 20px;
}

option {
	height: 20px;
}

input.button {
	height: 24px;
}
