/* Powermail */
	/* Form */

/* Remove itmes in Kalnder - Ausführliche Kontaktanfrage */
#uid18_msgCnt {display:none;}
#uid18_help {display:none;}
#uid18_cb  {display:none;}

#uid19_msgCnt {display:none;}
#uid19_help {display:none;}
#uid19_cb  {display:none;}

/* Remove itmes in Kalnder - Buchungsanfrage */
#uid247_msgCnt {display:none;}
#uid247_help {display:none;}
#uid247_cb  {display:none;}

#uid248_msgCnt {display:none;}
#uid248_help {display:none;}
#uid248_cb  {display:none;}

/* Remove itmes in Kalender - Buchungsanfrage I */
#uid86_msgCnt {display:none;}
#uid86_help {display:none;}
#uid86_cb  {display:none;}

#uid87_msgCnt {display:none;}
#uid87_help {display:none;}
#uid87_cb  {display:none;}

/* Remove itmes in Kalender - Buchungsanfrage II */
#uid104_msgCnt {display:none;}
#uid104_help {display:none;}
#uid104_cb  {display:none;}

#uid105_msgCnt {display:none;}
#uid105_help {display:none;}
#uid105_cb  {display:none;}

/* Remove itmes in Kalender - Buchungsanfrage III */
#uid122_msgCnt {display:none;}
#uid122_help {display:none;}
#uid122_cb  {display:none;}

#uid123_msgCnt {display:none;}
#uid123_help {display:none;}
#uid123_cb  {display:none;}

/* Remove itmes in Kalnder - Callback Service ***  NOT IN USE */
#uid24_msgCnt {text-align:center; font-weight:bold; }
#uid24_help {display:none;}
#uid24_hr {margin-left: 100px;}

/* Grafischer Abschicken button - Ausführlichen Kontaktanfrage */
#powermaildiv_uid17{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid17 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }

/* Grafischer Abschicken button - Buchungsanfrage */
#powermaildiv_uid262{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid262 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }


/* Grafischer Abschicken button - Buchungsanfrage I */
#powermaildiv_uid101{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid101 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }

/* Grafischer Abschicken button - Buchungsanfrage II */
#powermaildiv_uid119{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid119 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }

/* Grafischer Abschicken button - Buchungsanfrage III */
#powermaildiv_uid137{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid137 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }


/* Länderauswahl - Ausführlichen Kontaktanfrage */
#powermaildiv_uid22 label {width: 161px}
#powermaildiv_uid22 option {width: 260px}

/*Länderauswahl - Ausführlichen Buchungsanfrage */
#powermaildiv_uid257 label {width: 161px}
#powermaildiv_uid257 option {width: 260px}

/*Länderauswahl - Ausführlichen Buchungsanfrage I */
#powermaildiv_uid96 label {width: 161px}
#powermaildiv_uid96 option {width: 260px}

/*Länderauswahl - Ausführlichen Buchungsanfrage II */
#powermaildiv_uid114 label {width: 161px}
#powermaildiv_uid114 option {width: 260px}

/*Länderauswahl - Ausführlichen Buchungsanfrage III */
#powermaildiv_uid132 label {width: 161px}
#powermaildiv_uid132 option {width: 260px}




/* Grafischer Abschicken button - Callback Service */
#powermaildiv_uid35{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid35 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }


/* checkboxen - Newsletter*/
p.tx_powermail_pi1_fieldwrap_html_radio_title{display:none;}

/* Grafischer Abschicken button - Newsletter */
#powermaildiv_uid42{border: none; text-align: center; padding: 0; margin-top: 0.5em; }
#powermaildiv_uid42 input {border: none; text-align:center; padding: 0; margin-top: 0.5em; }



span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px solid #c40000;
	background-color: ;
	padding: 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 150px;
float: left;
clear: both;
 font-family:'Arial';
	   font-size: 14px;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 280px;
   margin-left: 12px;
 

}

div.powermail_radio_inner, 
div.powermail_radio_inner label{
    display: inline;
	float: none;
	clear: none;
	margin: 0;
	width: 50px;
    margin-left: 20px;
	padding: 10px;
	}




fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
clear: both;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px;
		
}

div.tx_powermail_pi1_fieldwrap_html_label{
	/* DIV container arround every field */
	margin: 10px 0 0 10px;
	font-family:'New Times Roman';
	font-size: 16px;
	font-weight: bold;
	color:#b4a11f;
}




fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 2px 0 10px 85px;
	font-weight: bold;
	background-color: #B4A11F;
	color: #0F2905;
	border: none;
}


p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}


div.powermail_check_inner {
	position: relative;
	float: left;
	margin-left: 0px;
	
	}

div.powermail_check_inner label {
	width: 100px;
	float: left;
	padding: 10px;
	clear: both;
}




div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: transparent;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}