.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

div.field {
	float:left;
	width:300px;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

.person {
	padding:10px 0 20px 0;
}


.checkText {
	float:left;
	width:400px;
	font-size:1.4em;
	overflow:hidden;
	line-height:1.4em;
}

.pflicht {
	color:#826D5A;
	border-top:1px solid #F3EFEC;
	padding-top:3px;
}
.stern {
	color:#826D5A;
	font-size:14px;
	line-height:14px;
}

.inputBlock {
	margin-bottom:7px;
	position:relative;
	font-size:11px;
	line-height:17px;
	clear:both;
}
.inputBlockFirst {
	margin-bottom:20px;
	overflow:hidden;
}
.inputBlockFirst input {
	width:13px !important;
	height:13px !important;
	padding-top:3px;
}
.inputBlockFirst .label {
	width:30px !important;
	float:left;
	padding-top:3px;
}
.inputBlockFirst p {
	display:none;
}
.inputBlockFirst .status {
	float:none;
	padding:0;
}


input.error,
textarea.error {
	background-color:#826D5A !important;
	color:#FFF !important;
}

.status {
	float:left;
	width:21px;
	height:21px;
	padding:1px 0 0 3px;
}

label.error {
	float:left;
	width:21px !important;
	height:21px !important;;
	background:url(../../../galleries/basics/form_error.gif) no-repeat;
}
.inputBlockFirst label.error {
	margin-top:3px;
}


label.checked {
	background:none;
}



.kontakt form {
	margin-bottom:30px;
}
.kontakt fieldset {
	margin-bottom:10px;
}


input.text, select, textarea {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8E8E8E;
	height:17px;
	padding:3px 5px 2px;
	background-color:#EEE;
	border:none;
	border-left:1px solid #CFC8C0;
	border-top:1px solid #CFC8C0;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	float:left;
}

input.text_typ1 { width:272px; }
input.text_typ2 { width:193px; }
input.text_typ3 { width:56px; }
input.text_typ4 { width:60px; }
input.text_typ5 { width:150px; }
input.text_typ6 { width:311px; } 
input.text_typ7 { width:229px; } 


textarea {
	width:272px;
	height:132px;
	overflow:auto;
}

.kontakt label {
	color:#000;
	display:block;
	/*font-weight:bold;*/
	margin-bottom:2px;
	float:left;
	width:120px;
	font-size:1.4em;
	overflow:hidden;
}

.kontakt select { 
	width:100px;
	padding:0;
	height:auto;
	color:#000;
}

.kontakt .radio {
	display:inline;
	vertical-align:middle;
	margin:0 2px 2px 0;
}
* html .kontakt .radio { margin:0 -2px 2px -3px; }
*+html .kontakt .radio { margin:0 -2px 2px -3px; }


.kontakt input.button {
	border:0 none;
	color:#000 !important;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:125px;
	height:25px;
	line-height:25px;
	margin:0;
	overflow:hidden;
	vertical-align:middle;
	text-align:center;
	background:#EEE;
}



