
.secureInput {
  width:50px;
  border:	 1px solid #0A2F5C;
}

/*Newsletter*/
.NewsContactformINPUTSUBMIT {
	font-family:		arial, helvetica, sans-serif;		
	font-size: 			1.0em;
	font-weight:		bold;
	width:          	130px;
	border:				1px solid #B1D3FE;
	background:			#F1CB04;
	color:				#003F8B;		

}

/*Die normalen input text*/
.NewsContactformINPUTTEXT {
	border:				1px solid #B1D3FE;
	background:			#FFFFFF;
	color:           	#003399;
	/* border:				1px solid #FCDC7E; */
}

/*Ende Newsletter*/




.contactformErrorsDIV {
	text-align:			left;
	color:				#FF0000;
	font-family:		arial, helvetica, sans-serif;
	font-size: 			12px;
	font-weight:		bold;	
}


.contactformDIV {
	width: 				100%;

	color:				#5c5c5c;
	background-color:	#FFFFFF;
	font-family:		Verdana, sans-serif;	
		
}


.contactformTABLE {
	width:				96%;
	color:				#000000;
	font-family:		Verdana, sans-serif;
}


/*Die Formatierung des Submitbuttons*/
.contactformINPUTSUBMIT {
	font-family:		Verdana, sans-serif;		
	font-size: 			1.0em;
	font-weight:		bold;
	width:         		140px;
	height:				20px;
	border:				0px;
	background:			#ff9900;
	color:				#ffffff;		

}

/*Die normalen input text*/
.contactformINPUTTEXT, .contactformSELECT {
	width:				98%;
	border:				1px solid #FFC266;
	background:			#FFFFFF;
	color:           	#5c5c5c;
	font-size : 		11px;
}

.contactformSELECT {
	width:				99%;
}

/*fuer anzahl, datum und beginn - KEINE Breite angeben*/
.contactformINPUTTEXTextra {
	border:				1px solid #B1D3FE;
	background:			#FFFFFF;
	color:           	#5c5c5c;
}


.contactformMIXEDTD {
  margin-left:0;
  padding-left:0;
}

.contactformTEXTAREA {
	width:				96%;
	height:				80px;
	font-size:     		12px;
	border:				1px solid #FFC266;
	background:			#FFFFFF;
	color:           	#5c5c5c;
  margin-left:			10px;
	/* border:				1px solid #FCDC7E; */
}



.contactformLABEL {
	font-size: 			12px;
	font-weight:		normal;
	color:				#5c5c5c;  
	font-family:		Verdana, sans-serif;
	padding-left:		10px;
}

.contactformErrorLABEL {
	color:				#FF0000;
	font-size: 			12px;
	font-weight:		bold;
	font-family:		Verdana, sans-serif;	
}

/*Die Bezeichnungen der Felder*/
.contactformLABELTD {
	width:				20%;
	padding:			1px;
	text-align:			left;
	vertical-align:		middle;
	color:				#5c5c5c;
	font-family:		Verdana, sans-serif;		
}

/*Das TD in denen die input-Felder stehen   z.B. bei cf_form u  cf_sent*/
.contactformINPUTTD {
	width:				50%;
	text-align:         left;
	padding:			3px;
	color:				#000000;
	font-family:		Verdana, sans-serif;		
}




/*EXTRA für PLZ und ORT		 Ende */


