
.td_input,
.td_lable_text, .td_lable_textarea {
	padding: 5px;
}

/* agmeine form einstellungen */
.f-text, .f-textarea, .f-cmd, .f-checkbox, .f-radio, #recaptcha_response_field
	{
	/* border-color: #003A96 !important; */
	border-color: #003A96;
	border-style: solid;
	border-width: 1px;
	/* margin: 5px; */
	}

#recaptcha_response_field
{
	margin-left: -7px;
	margin-right: -30px;
}
	
.f-text, .f-textarea, #recaptcha_response_field
{
	/* width: 350px !important; */
	width: 335px;
}

.f-textarea
	{
	height: 100px;
	}

.f-cmd
	{
	width: 100px;
	}
	
/* Kontaktformulare */

#contact_form
	{
	
	}
	
#contact_form TD, #contact_form TR
	{
	padding-left: 0px;
	margin-left: 0px;
	}

#contact_form TABLE
	{
	border: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	}

.td_lable_text, .td_lable_textarea
	{
	vertical-align: top;
	/* white-space: pre; */
	}
	
.td_lable_text, .td_lable_textarea
{
	width: 104px;
}
	
/*  tabelle zeug ende ####### */


/* suche */
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-searchbox-button
	{
	margin-left: 6px;
	}
	
.mandatory
	{
	color: #990000;
	}
	
.f3-form-error {
	border-color: #990000;
}