﻿/*-------------------------------Kontaktformular--------------------------------------*/

#multicontactform
{
	border: 0px solid #c0c0c0;
	padding-left: 0px; padding-top: 10px; padding-bottom: 10px;
	clear: both; width: 740px; height: auto; font-size: 12px; /*background-color:#CCCCCC;*/
	overflow:hidden;
	/*background-image:url(layout_default/contact_bg.jpg);*/
}

.formrow
{
	clear: both; 	margin: 0px; overflow: hidden; border: 0px solid #c0c0c0; width:600px;
}

.inputtext
{
	padding: 2px; 	float: left; font-size: 12px; display: block; width: 200px; margin-top: 3px; margin-bottom: 3px; border:1px solid #c0c0c0; 
}

.contact_dropdown_standard
{
	padding: 2px; 	float: left; font-size: 12px; display: block; width: 200px; margin-top: 3px; margin-bottom: 3px; border:1px solid #c0c0c0; 
}

.inputtext_streetnr
{
	padding: 2px; float: left; margin-left:10px; 	font-size: 12px; display: block; width: 40px; margin-top: 3px; margin-bottom: 3px; border:1px solid #c0c0c0;
}

.inputtext_citycode
{
	padding: 2px;
	float: left;
	font-size: 12px;
	width: 60px;
	margin-top: 3px;
	margin-bottom: 3px;
	border:1px solid #c0c0c0;
}

.inputtext_city
{
	padding: 2px;
	float: left;
	font-size: 12px;
	width: 190px;
	margin-top: 3px;
	margin-bottom: 3px;
	border:1px solid #c0c0c0;
}

.inputtext_spendenbetrag
{
	padding: 2px;
	float: left;
	margin-left:0px;
	font-size: 11px;
	display: block;
	width: 100px;
	margin-top: 3px;
	margin-bottom: 3px;
	border:1px solid #000000;
}

#startTextFörderer
{
	width:700px;
	height:auto;
	background-color:Fuchsia;

	
}


/* label for inputs */
.contactlabel_standard
{
	font-size:12px;
	width:150px;
	float:left;
	padding:2px;
	border:0px solid #c0c0c0; 
	line-height:18px;
}

.contactlabel_right
{
	font-size:12px;
	width:80px;
	float:left;
	margin-left:10px;
	padding:2px;
	border:0px solid #c0c0c0; 
	line-height:18px;
}


#contact select
{
	float: left;
	border: 0px solid #c0c0c0;
	width: 65px;
	height: 22px;
	display: block;
	margin-top: 3px;
}


.textarea
{
	background-color: #ffffff;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 400px;
	height: 170px;
	border: 1px solid #c0c0c0;
}

.textarea_invalid
{
	background-color: #fbedd7;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 400px;
	height: 188px;
	border: 1px solid #c0c0c0;
}


#contact_left
{
	float: left;
	width: 400px;
	height: auto;
	border: 0px solid #c0c0c0;
}


#contact_right
{
	float: right;
	text-align: left;
	height: auto;
	width: 315px;
	border: 0px solid #c0c0c0;
}

#contact_feet
{
	float:left; 	border:0px solid #000000; 	height: 40px; 	margin-left:155px; 	display:inline; overflow: auto;
}

.contact_feet_button
{
	float:left; 	margin-left:0px; margin-top: 10px; 	margin-right:20px; 	font-size: 11px; /*background-image:url(../layout/button_submit.jpg);*/ 	background-color: #999999; background-repeat: no-repeat;
	color: #FFFFFF; width: 70px; height: 23px; border: 1px solid #c0c0c0;
}


/*-------------------------------- KontaktKontaktinfos Holder -----------------------------------*/

#contact_infoholder
{
	float:left;
	margin-right:0px;
	width:290px;
	height:auto;
	display:inline;
	/*background-image:url(layout_default/contact_infoholder_bg.jpg);*/
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:10px;
	border:1px solid #c0c0c0;
	
}

.contact_infoholder_left
{
	width:80px;
	margin-left:15px;
	float:left;
	display:inline;
	height:auto;
	font-size:12px;
	line-height:15px;
	border:0px solid #c0c0c0;
	
	
}

.contact_infoholder_right
{
	width:185px;
	padding-left:5px;
	float:left;
	height:auto;
	font-size:12px;
	line-height:15px;
	border:0px solid #c0c0c0;
	
}


.contact_infoholder_row
{
	clear:both;
	width:260px;
	margin-left:auto;
	margin-right:auto;
	
}



/*Optisches Erscheinungsbild der ValidatorCalloutBox*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
	border: solid 1px #c0c0c0;
	background-color: #fbedd7;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table
{
	display: none;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table_row
{
	vertical-align: top;
	height: 100%;
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_cell
{
	width: 20px;
	height: 100%;
	text-align: right;
	vertical-align: top;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_table
{
	width: 20px;
	height: 100%;
	text-align: right;
	vertical-align: top;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_table_row
{
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
	padding: 8px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 1px;
	border: none;
	background-color: transparent;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
	font-size: 1px;
	position: relative;
	left: 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 15px;
	background-color: transparent;
	padding: 0px;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
	height: 1px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 0px;
	margin-left: auto;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_error_message_cell
{
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;
	border-right: none;
	border-left: none;
	width: 100%;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell
{
	width: 20px;
	padding: 5px;
	border-right: none;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_close_button_cell
{
	vertical-align: top;
	padding: 0px;
	text-align: right;
	border-left: none;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	border: none;
	text-align: center;
	width: 10px;
	padding: 2px;
	cursor: pointer;
}


/*Formatierung invalider Eingabefelder*/

.cf_invalid
{
	background-color: #fbedd7;
}

