body { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2 { color: #c00; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h3 { font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
p { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

td { font-size: 10pt; }

a:link { color: #accd34; font-size: 10pt; font-weight: bold; text-decoration: none; }

a:visited { color: #accd34; font-size: 10pt; font-weight: bold; text-decoration: none; }

a:hover { color: #accd34; font-size: 10pt; font-weight: bold; text-decoration: underline overline; }

a:active { color: #accd34; font-size: 10pt; font-weight: bold; text-decoration: none; }
.small { font-size: 8pt; }
/*=
*************  Mailform ************=*/
input:focus, select:focus, textarea:focus {
	outline:0px solid #ffff99;
	background-color:#EEE;
	color:black;
	outline:0;
} 
.mf-input {
border: 1px solid #D3D706;
background-color: #999;
margin-bottom: 10px;

}

div.headline{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 550px; /*width of form rows*/
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	list-style-type: square;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; /*0.95em; (alt)*/
	font-weight: bold;
}
div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 550px; /*width of form rows*/
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	list-style-type: square;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*0.95em; (alt)*/
	font-weight: normal;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 155px; /*width of label (left column)*/
	text-transform: none;
	margin-right: 10px; /*spacing with right column*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; /*0.9em; (alt)*/
	text-align: right;
}

div.fieldwrapper label.styledzahl{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 50px; /*width of label (left column)*/
	text-transform: none;
	margin-right: 15px; /*spacing with right column*/
	font-family: BookI, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*0.85em; (alt)*/
	text-align: right;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
	font-size: 10pt; /*leer (alt)*/
}
div.fieldwrapper div.thefieldzahl{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.thefieldperson{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 200px;

}
div.fieldwrapper div.thefieldzahl input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 60px;

}
div.fieldwrapper div.thefieldperson input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 20px;

}
div.fieldwrapper div.item{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
	font-size: 9pt; /*leer (alt)*/
}
div.fieldwrapper div.itemzahl{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.itemperson{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px;
}
div.fieldwrapper div.item input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 55px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
	width: 370px;
	height: 75px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	outline:0;
	margin-left: 165px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 200px;
background: #e1dfe0;
outline:none 0;
}
</style>
.col-2S {
	width: 564px;
}
   
