.contactformErrorsDIV {
	text-align:			center;
	color:				#FF0000;
	font-family:		arial, helvetica, sans-serif;
	font-size: 			12px;
	font-weight:		bold;
}


.contactformDIV {
  width: 380px;
  margin-left:10px;
  margin-right:10px;
	/*text-align:			center; */
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;
	/* border:1px solid pink;*/
}


.contactformTABLE {
	width:				100%;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;
}


/*Die Formatierung des Submitbuttons*/
.contactformINPUTSUBMIT {
	font-family:		arial, helvetica, sans-serif;
	font-size: 			1.0em;
	font-weight:		bold;
	width:          120px;
	border:				  1px solid #D5D5D5;
	background:			#F18932;
	color:				  #000000;

}

/*Die normalen input text*/
.contactformINPUTTEXT {
	width:				100%;
	padding-left: 3px;
	border:				  1px solid #CCCCCC;
	background:			#FFFFFF;
	color:           #1B337A;
}

/*fuer anzahl, datum und beginn - KEINE Breite angeben*/
.contactformINPUTTEXTextra {
	border:				  1px solid #A2CA81;
	color:           #000000;
}



.contactformTEXTAREA {
	width:				99%;
	height:				80px;
	font-size:     12px;
	border:				  1px solid #CCCCCC;
	background:			#FFFFFF;
	color:           #1B337A;
	padding:0 2px 0 3px;

}


.contactformLABEL {
	font-size: 			11px;
	font-weight:		bold;
	color:          #1B337A;
	font-family:		arial, helvetica, sans-serif;
}

.contactformLABELTDsmall {
	font-size: 			11px;
	font-weight:		normal;
	font-family:		arial, helvetica, sans-serif;	
}


.contactformErrorLABEL {
	color:				#FF0000;
	font-size: 			12px;
	font-weight:		bold;
	font-family:		arial, helvetica, sans-serif;	
}

/*Die Bezeichnungen der Felder*/
.contactformLABELTD {
	width:				60px;
	padding:			1px;
text-align:left;
	vertical-align:		middle;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;		
}

/*Das TD in denen die input-Felder stehen   z.B. bei cf_form u  cf_sent*/
.contactformINPUTTD {
	width:				305px;        /**/
	text-align:   left;
	padding:			3px;
	color:				#000000;
	font-family:		arial, helvetica, sans-serif;
}


/*EXTRA für PLZ und ORT		 Beginn*/
.contactformINPUT_TD_PLZ {  /*Das td*/
	background:			none;
}

.contactformINPUT_PLZ {  /*Das input feld*/
	width:				  70px;
	margin:1px 3px 1px 3px;
	padding-left: 3px;
	text-align:     left;
	color:				  #1B337A;
	font-family:		arial, helvetica, sans-serif;	
	border:				  1px solid #CCCCCC;
}

.contactformINPUT_TD_ORT {  /*Das td*/
	background:			none;
}

.contactformINPUT_ORT {  /*Das input feld*/
	width:				  230px;
	margin:1px 0 1px 3px;
	padding-left: 3px;	
	text-align:     left;
	color:				  #1B337A;
	font-family:		arial, helvetica, sans-serif;	
	border:				  1px solid #CCCCCC;
}

/*EXTRA für PLZ und ORT		 Ende */

