form input, form select{
	margin: 0;
	padding: 0;
	margin-left: 7px;
}
form em, form l {
	font-style: normal;
	display: block;
	margin-bottom: 5px;
}

form em b{
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
form fieldset{	
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	margin-left: 0;
	float: left;
	/*height: 130px;
	overflow: hidden;*/
	/*border-top: 1px solid #666666; */
}

fieldset.mytyFormFieldset-first{
	border: 0;
	margin-right: 10px;
	width: 230px;
	/*height: 130px;*/
}
#Anfrage fieldset.mytyFormFieldset-first{
	/*height: 240px;*/ 
	
	/*border-bottom: 1px solid #666666; */
	
	margin-left: 0;
}
#Anfrage fieldset{

	float:left;
}

form u {
/*	display: block; */
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	margin-left: 3px;
} 


form .input-text, .div-captcha input, .input-check{
	width: 215px;
	margin-bottom: 5px; 
	overflow: hidden;
	border: 0;
	size: 10px;	
	
	background-color:#fff;

	color:#0218C4;
	font-size:11px;
	height:15px;
	padding-left:5px;
	padding-top:3px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
}
.input-check{
	height: 22px;
	padding-left: 2px;
	width: 222px;
}

form div.left{
	float:left;
	clear:none;
}

form div.right{
	/*margin-left: 180px;*/
	float:right;
	clear:none;

}

form textarea{
	width: 538px;
	height: 100px;
	background-color:#fff;
	border: 1px solid #000;
	
	color:#0218C4;
	font-size:11px;
	margin-left:7px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:3px;
}

#Email .input-text, #Email .div-captcha input, #Newsletter .input-text, #Newsletter .div-captcha input{
	width: 538px;
}

form div.div-input-radio, form div.div-input-check{
	width: 320px;
	clear:both;
	
	/*margin-bottom: 10px;*/
	
	
}
form .div-input-text, form .div-mytyFormBox{
	widht: 250px;
	margin-bottom: 2px;
	/*padding-left: 5px;*/
}
form div.field-input-check{
	
}

form div.field-input-check .form-label, form div.field-input-check .form-label{
	width: 295px;
	/*clear:both;*/
	margin:0;
	
	float:left;
	margin-left: 5px;
	
	padding-bottom: 5px;
}
label{
	padding: 0;
	margin: 0;
	margin-left: 7px;
}
form div.field-input-radio{
	height: 160px;
	overflow: hidden;
}

form div.field-input-radio .form-label, form div.field-input-check .form-label{	
	width: 285px;	
	float:left;	
	display: block;
}
form div.field-input-radio {
clear:both;
float: none;
}
form div.field-input-radio .form-label label, form div.field-input-check .form-label label{	
	margin: 0;
	padding: 0;
}

form div.field-input-radio .form-label label em, form div.field-input-check .form-label label em{	
	line-height: 15px;
}

form div.field-input-radio label em, form div.field-input-check label em{	
	padding: 5px 0 0 0;
}
form input.input-radio, form input.input-check{	
	float:left;
	width: 20px;
	cursor: pointer;
	margin-top: 1px;	
}
.mytyFormCheckbox-headline{
	display:  none;
}
legend {
	display: none;
}

.div-captcha div {
	float:left;
	width: 155px;
}
.div-captcha div.form-label {
	float: none;
	width: auto;
}
.div-captcha div.form-label{
	
	clear:both;
}
.div-captcha input{
	width: 100px;
	margin-top: 5px;
}
form div.buttons{
	text-align:right;
	height: 30px;
	clear:both;
	/*border-bottom: 1px solid #666666; */
}
button.submit{
	margin: 0;
	margin-left: 15px;		
	margin-top: 3px;
	background-color: transparent;
	border:0 none;
	color:#4695ee;
	height:20px;
	padding-left:5px;
	padding-top:0;			
	font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   button.submit{
   font-size: 11px;
   }
}
.tyFmError{
	color: red;
}

