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

#recaptcha_response_field
{
	margin-left: -7px;
	margin-right: -30px;
}
	
.f-text, .f-textarea, #recaptcha_response_field
	{
	width: 250px;
	}
	
.f-textarea
{
	width: 386px;
}

.f-textarea
	{
	height: 100px;
	}

.f-cmd
	{
	width: 120px;
	background-color: #787878;
	color: #E2E2E2;
	}
	
/* 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_textarea
	{
	vertical-align: top;
	white-space: pre;
	padding-top: 6px;
	}
	
.td_lable_text, .td_lable_textarea
	{
	width: 133px;
	}
	
/*  tabelle zeug ende ####### */


/* suche */
.tx-indexedsearch-searchbox-sword, .tx-indexedsearch-searchbox-button
	{
	margin-left: 6px;
	}
	
.mandatory
	{
	color: #990000;
	}
	
fieldset
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

legend
{
	
}

.form_container
{
	width: 410px;
	margin-left: 130px;
	background-color: #E2E2E2;
	padding: 0px 15px 15px 20px;
}

.form_text
{
	width: 386px;
}