/* STYLES FORMULARDATEN */
	
	div.formular input,
	div.formular select,
	div.formular textarea {
	margin-left: 160px;
	}
	
	.form_mandatory {
	font-size: 101%;
	font-weight: bold;
	color: #f00;
	margin-bottom: 15px;
	}
	
	label.labelform { 
	float: left; 
	width: 10.5em; 
	margin-right: .3em;
	_clear: both;
	line-height: 1.7em;
	font-weight: normal;
	}
	
	.text {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	padding: 2px 2px 2px 3px;
	}
	
	.textarea {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	}
	
	.select {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	}
	
	div.formular div.radio {
	font-size: 11px;
	border: 0px;
	margin-bottom: 5px;
	line-height: 1.7em;
	text-align: left;
	width: 100%;
	display: block;
	}
	
	div.formular div.radio label {
	text-align: left;
	width: 160px;
	margin-top: 1px;
	float: left;
	}
	
	div.formular div.radio input {
	text-align: left;
	margin:  0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
	
	.checkbox {
	font-size: 11px;
	border: 0px;
	margin-bottom: 5px;
	margin-left: 9em;
	line-height: 1.7em;
	}
	
	.checkbox input {
	margin-top: 1px;
	}
	
	.submit {
	float: right;
	display: block;
	clear: both;
	margin: 10px 10px 10px 0px;
	}
	
	.info_mandatory {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	}
