@charset "utf-8";

div.form {
	width:			365px; 
	height: 		100%;
	margin:			9px;
	background:		#798e77; 
	color:			#fff; 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px;
	line-height:	16px;
	padding:		7px;
	border:			1px solid #fff;
	text-align:		left;
}

div.label {
	width:		120px;
	float:		left;
	clear:		both;
	text-align:		left;
}
div.gutschein div.label {
	width:		160px;
	height:		25px;
	float:		left;
	clear:		both;
	text-align:		left;
	border:		0px solid #fff;
}
div.field {
	width:		320px;
	height:		25px;
	text-align:		left;
	float:		right;
}
div.formhead {
	width:			350px;
	padding-top: 	20px;
	float:			left;
	font-weight:	bold;
	text-align:		left;
}
div.error {
	width:			340px;
	color:			#fc0;
}
input.input {
	width:			220px;
}
div.textblock {
	float:			left;
	clear:			both;
	width:			500px;
	height:			30px;
	display:		block;
	border:			0px solid #fff;
	margin-bottom:	5px;
}


h1 {
	font-family: 		Tw Cen MT Condensed, Geneva, Arial, Helvetica, sans-serif;
	font-size:			22pt;
	font-weight:		normal;
	line-height:		22pt;
	color: 				#fc3;
	text-align:			left;
	margin:				0px 0px 20px 0px;
}
h2 {
	font-family: 		Tw Cen MT Condensed, Geneva, Arial, Helvetica, sans-serif;
	font-size:			18pt;
	line-height:		20pt;
	font-weight:		normal;
	color: 				#fc3;
	text-align:			left;
	margin:				0px 0px 20px 0px;
}

/*****************/
div.formular {
	width:			310px;
	margin:			9px;
	margin:			20px 0px 20px 0px;
	background:		#798e77; 
	color:			#fff; 
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px;
	line-height:	16px;
	padding:		7px;
	text-align:		left;
	border:			1px solid #fff;
}

div.formular div.label {
	width:		100px;
	float:		left;
	height:		25px;
	clear:		both;
	text-align:		left;
}

div.formular div.field {
	width:		230px;
	height:		25px;
	margin-top: 0px;
	text-align:		left;
}
div.formular div.space {
	float:		left;
	clear:		left;
	width:		100%;
	height:		10px;
}



