/*************************************************
		Algemeine Styles f&uuml;r das Formular
 *************************************************/


#anfrage_formular {	
	margin:0px 0 25px 0px;
	padding:0;
	width:670px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:20px;
	float:left;
}
.back {margin-top:20px;margin-bottom:20px;}

 fieldset {
	color:#333;
	font-size:10px;
	border:1px solid #999;
	
	width:300px;
	display:inline;
	padding-bottom:10px;
		
}
fieldset.daten {
	float:left;
	margin-right:10px;}
	
fieldset.daten label {
	width:85px;
}
fieldset.daten input {
	width:190px;
}
fieldset.angaben {
	float:left;
	}
fieldset legend{
	font-size:14px;
	padding:0px;
	font-weight:bold;
	margin:0;
	color:#3989AA;
}

fieldset input, fieldset select { 
	border:none; 
	border: 1px solid #bbb; 
	background-color:#eaeaea; 
	color:#666; 
	width:170px; 
	margin-top:10px; 
	height:24px;
	text-indent:3px;
	cursor:pointer; 
	float:left;
	padding-top:3px;
	margin-right:5px;}



fieldset select { width:170px; padding-bottom: 3px; padding-right: 6px;}
	
fieldset input:hover, fieldset select:hover { 
	border:none; 
	border: 1px solid #888; }	

fieldset input:focus { 
	border:none; 
	border: 1px solid #6FB1CC; 
	background-color:#C9DFE8; 
	color:#000000;
	text-indent:15px;
	background: url(../images/anfrage_input.gif) 1px 4px no-repeat;
}

fieldset select:focus { 
	border:none; 
	border: 1px solid #6FB1CC; 
	background-color:#C9DFE8; 
	color:#000000;
	text-indent:15px;
	padding-right:17px;
	background: url(../images/anfrage_input.gif) 1px 4px no-repeat;
}



fieldset label{
	cursor:pointer; 
	margin-top:10px; 
	margin-left:10px;
	float:left; 
	display:inline; 
	font-size:10px; 
	width:105px;
	height:24px;
	line-height:24px;
	clear:both;
	}

fieldset.code {
	float:left;
	clear:left;
	margin-right:10px;

}

fieldset.code img{clear:both; float:left; display:inline; font-size:10px; margin-right:10px; margin-left:10px;  width:100px; }
fieldset.code label{cursor:pointer; clear:both; float:left; display:inline; font-size:10px; width:200px;  margin-top:0px; }
fieldset.code input, fieldset.code input:hover, fieldset.code input:focus {  
	width:100px; height:31px; padding-top:3px;  padding-top:5px;  cursor:pointer; font-size:18px; margin-top:0px; line-height:24px;text-align:center;
	text-indent:0px;
	background: none;
	}

fieldset.button {
	border:none;
	padding:10px;
	padding-top:0px;
	background-color:transparent;
	text-align:center;
	float:left;

}

fieldset.button input {
border:1px solid #333; 
float:none; 
border: 1px solid #bbb; 
background-color:#eaeaea; 
color:#666; 
width:120px; 
padding:2px;  
cursor:pointer; 
font-size:14px; 
text-align:center; 
margin-top:20px;

}

fieldset.button input:hover, fieldset.button input:focus, fieldset.button input:focus:hover { 
	border:none; 
	border: 1px solid #6FB1CC; 
	background-color:#C9DFE8; 
	color:#000000;
	text-indent:3px;
	background: url(../images/anfrage_input.gif) 1px 4px no-repeat;
}

#info {

	/**/float:left;
	width:300px;
	margin-top:10px;
	border:1px solid #6B6A6B;
	padding:3px;
	line-height:16px;
	font-size:10px;
	color: #6B6A6B; 
	text-align:center;
	
	
}


#msg {
	float:left;
	border:1px solid #6B6A6B;
	padding:3px;
	line-height:16px;
	font-size:12px;
	color:#00CC33;
	text-align:center;
}

#kontakt_formular form {
	margin:0;
	padding:0;
}

.warn {color:#000; font-weight:bold; background: url(../images/anfrage_input.gif) center right no-repeat;}
.sonstiges {margin-top:10px; }

.sonstiges textarea{
	width:280px;  padding:3px;
	border: 1px solid #bbb; 
	background-color:#eaeaea; 
	color:#666; 
	
	float:left;
	margin-right:5px;
	margin-left:10px;
	
}