/* Allgemeine Seitenstyles */
BODY {	BACKGROUND-COLOR: #FFFFFF}
TD { font-family: Verdana,Arial,Helvetica,sans-serif;FONT-SIZE: 11px; color: #000000; }
A {	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-SIZE: 11px; COLOR: #D6553D}
A:active {	COLOR: #D6553D}
A:visited {	COLOR: #D6553D}
A:hover {	COLOR: black}

/* Textstyles */
.headline {FONT-SIZE: 14px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #D6553D; }
.subhead {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; }
.txt {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: 000000; }
.txt10px {FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: 000000; }

/* Farbwelt */
.orange0 { background-color: #FFCC99; }
.orange1 { background-color: #FEF5E4; }
/* Textfarben */
.rot {color: #DC2300; }

/* Formular Styles */

input, textarea, select {
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #f7f7f7;
}

.noBorder{
	margin-bottom: 0px;
	margin-top: 0px;
}

.inputOnFocus {
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}

.inputOnBlur {
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #f7f7f7;
}