/*
	Allgemeine einstellungen
*/

	.tx-powermail-pi1_confirmation .tx_powermail_pi1_formconfirmation_back {
		width: 165px;
		float:left;
	}
		.tx-powermail-pi1_confirmation .tx_powermail_pi1_formconfirmation_back input{
			border: 1px solid #229D3F;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
			width: 160px;
			padding: 1px 2px;
			background-color: #ECF8EB;
		}

	.tx-powermail-pi1_confirmation .tx_powermail_pi1_formconfirmation_submit {
		width: 165px;
		float:left;
	}
		.tx-powermail-pi1_confirmation .tx_powermail_pi1_formconfirmation_submit input{
			border: 1px solid #229D3F;
			-moz-border-radius-topright: 4px;
			-webkit-border-top-right-radius: 4px;
			width: 160px;
			padding: 1px 2px;
			background-color: #ECF8EB;
		}


/*
	Mailformular Kontakt (/de/kontakt.html) START
*/

#kontakt * {
	padding: 0;
	margin: 0;
	border: none;
	font-family:Arial;
	font-size:12px;
}

	#kontakt legend {
		display: none;
	}
	#kontakt fieldset div {
		margin: 0 0 8px 0;
	}
	#kontakt input,#kontakt select {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
	}
	#kontakt select {
		width: 236px;
	}
	#kontakt input:focus {
		background-color: #ECF8EB;
	}
	#kontakt textarea {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
		height: 80px;
	}
	#kontakt textarea:focus {
		background-color: #ECF8EB;
	}
	
	#kontakt label {
		width: 120px;
		display:block;
		float:left;
	}
	#kontakt .powermail_mandatory_js {
		color:red;
		font-weight:bold;
		margin: 0 0 0 120px;
	}
	
	/* Ort und Plz */
	#kontakt #powermaildiv_uid6 {
		width: 180px;
		float:left;
	}
	#kontakt #powermaildiv_uid6 input{
		width:50px;
	}
	
	#kontakt #powermaildiv_uid7 {
		width: 180px;
		float:left;
	}
	#kontakt #powermaildiv_uid7 label{
		display:none;
	}
	#kontakt #powermaildiv_uid7 input{
		width:170px;
	}
	* html #kontakt #powermaildiv_uid7 input{
		width:173px;
	}

	#kontakt #powermaildiv_uid7 .powermail_mandatory_js {
		margin: 0 0 0 20px;
	}
	#kontakt #powermaildiv_uid8 {
		clear: both;
	} 
	/* Captcha */
	#kontakt #powermaildiv_uid11 input {
		width: 120px;
	}
	#kontakt .tx_powermail_pi1_fieldwrap_html_captcha_description {
		margin: 5px 0 5px 120px; 
		width: 220px;
	}
	/* Submitbutton */
	#kontakt #powermaildiv_uid12 input {
		margin: 0 0 0 120px;
		background-color: #ECF8EB;
	}
	/* Bestätigungsseite */


/*
	Mailformular Kontakt (/de/kontakt.html) ENDE	
*/




/*
	Mailformular Buchungsanfrage (/index.php?id=47) START
*/

#buchungsanfrage * {
	padding: 0;
	margin: 0;
	border: none;
	font-family:Arial;
	font-size:12px;
}

	#buchungsanfrage legend {
		display: none;
	}
	#buchungsanfrage fieldset div {
		margin: 0 0 8px 0;
	}
	#buchungsanfrage input,#buchungsanfrage select {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
	}
	#buchungsanfrage select {
		width: 236px;
	}
	#buchungsanfrage input:focus {
		background-color: #ECF8EB;
	}
	#buchungsanfrage textarea {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
		height: 80px;
	}
	#buchungsanfrage textarea:focus {
		background-color: #ECF8EB;
	}
	
	#buchungsanfrage label {
		width: 120px;
		display:block;
		float:left;
	}
	#buchungsanfrage .powermail_mandatory_js {
		color:red;
		font-weight:bold;
		margin: 0 0 0 120px;
	}
	
	/* Ort und Plz */
	#buchungsanfrage #powermaildiv_uid30 {
		width: 180px;
		float:left;
	}
	#buchungsanfrage #powermaildiv_uid30 input{
		width:50px;
	}
	
	#buchungsanfrage #powermaildiv_uid31 {
		width: 180px;
		float:left;
	}
	#buchungsanfrage #powermaildiv_uid31 label{
		display:none;
	}
	#buchungsanfrage #powermaildiv_uid31 input{
		width:170px;
	}
	* html #buchungsanfrage #powermaildiv_uid31 input{
		width:173px;
	}

	#buchungsanfrage #powermaildiv_uid31 .powermail_mandatory_js {
		margin: 0 0 0 20px;
	}
	#buchungsanfrage #powermaildiv_uid32 {
		clear: both;
	} 
	/* Captcha */
	#buchungsanfrage #powermaildiv_uid35 input {
		width: 120px;
	}
	#buchungsanfrage .tx_powermail_pi1_fieldwrap_html_captcha_description {
		margin: 5px 0 5px 120px; 
		width: 220px;
	}
	/* Submitbutton */
	#buchungsanfrage #powermaildiv_uid36 input {
		margin: 0 0 0 120px;
		background-color: #ECF8EB;
	}
	#buchungsanfrage #powermaildiv_uid37 input {
		background-color: #CCCCCC;
	}
	/* Bestätigungsseite */


/*
	Mailformular buchungsanfrage (/index.php?id=47) ENDE	
*/



/*
	Mailformular Newslettereintrag (/index.php?id=48) START
*/

#newslettereintrag * {
	padding: 0;
	margin: 0;
	border: none;
	font-family:Arial;
	font-size:12px;
}

	#newslettereintrag legend {
		display: none;
	}
	#newslettereintrag fieldset div {
		margin: 0 0 8px 0;
	}
	#newslettereintrag input,#newslettereintrag select {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
	}
	#newslettereintrag select {
		width: 236px;
	}
	#newslettereintrag input:focus {
		background-color: #ECF8EB;
	}
	#newslettereintrag textarea {
		border: 1px solid #229D3F;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		width: 230px;
		padding: 1px 2px;
		height: 80px;
	}
	#newslettereintrag textarea:focus {
		background-color: #ECF8EB;
	}
	
	#newslettereintrag label {
		width: 120px;
		display:block;
		float:left;
	}
	#newslettereintrag .powermail_mandatory_js {
		color:red;
		font-weight:bold;
		margin: 0 0 0 120px;
	}
	
	/* Ort und Plz */
	#newslettereintrag #powermaildiv_uid30 {
		width: 180px;
		float:left;
	}
	#newslettereintrag #powermaildiv_uid30 input{
		width:50px;
	}
	
	#newslettereintrag #powermaildiv_uid31 {
		width: 180px;
		float:left;
	}
	#newslettereintrag #powermaildiv_uid31 label{
		display:none;
	}
	#newslettereintrag #powermaildiv_uid31 input{
		width:170px;
	}
	* html #newslettereintrag #powermaildiv_uid31 input{
		width:173px;
	}

	#newslettereintrag #powermaildiv_uid31 .powermail_mandatory_js {
		margin: 0 0 0 20px;
	}
	#newslettereintrag #powermaildiv_uid32 {
		clear: both;
	} 
	/* Captcha */
	#newslettereintrag #powermaildiv_uid49 input {
		width: 120px;
	}
	#newslettereintrag .tx_powermail_pi1_fieldwrap_html_captcha_description {
		margin: 5px 0 5px 120px; 
		width: 220px;
	}
	/* Submitbutton */
	#newslettereintrag #powermaildiv_uid50 input {
		margin: 0 0 0 120px;
		background-color: #ECF8EB;
	}
	
	#newslettereintrag .powermail_check_inner_uid51_0 {
		width: 210px;
		height:15px;
		float: left;	
	}
	#newslettereintrag .powermail_check_inner_uid51_0 label {
		float:right;
		text-align:left;
		width: 180px;
	}
	#newslettereintrag .powermail_check_inner_uid51_0 input {
		float:left;
		width: 20px;
		border: none;
	}

	#newslettereintrag .powermail_check_inner_uid51_1 {
		width: 210px;
		height:35px;
		float: left;	
	}
	#newslettereintrag .powermail_check_inner_uid51_1 label {
		float:right;
		text-align:left;
		width: 180px;
	}
	#newslettereintrag .powermail_check_inner_uid51_1 input {
		float:left;
		width: 20px;
		border: none;
	}

	#newslettereintrag #powermaildiv_uid51 .tx_powermail_pi1_fieldwrap_html_checkbox_title {
		display: block;
		float: left;
		width: 120px;
		height: 40px;
	}
	/* Bestätigungsseite */


/*
	Mailformular Newslettereintrag (/index.php?id=48) ENDE	
*/
