@charset "utf-8";
/* CSS Document */
div.tx-powermail-pi1{margin-top:10px;}
.tx-powermail-pi1{
	font-size:1.1em;

}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset
{
	padding:0px 0px 10px 0px;

}

.error {
	color:black;
	font-weight:bold;
	background-color:#262827;
	color:#ffffff;
	float:left;
}

div.error 
{
	font-weight:normal;
	width:300px;
}

.success {
	display:none;
}

.tx-powermail-pi1_fieldset {
	border:none;
}

.tx-powermail-pi1_fieldset legend{
	margin:0px;
	padding:0px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight:bold;
	padding:0px;
	color:#38418C;
	margin-top:-5px;
	margin-bottom:15px;
	border-bottom:1px dashed #38418C;
	float:left;
	width:100%;
}

/**
 * Wrap um ein in Formularblock.
 */
.tx-powermail-pi1 .form-fieldwrap {
	clear:both;
}

 /**
 * Wrap um ein Formularlabel.
 */
.tx-powermail-pi1 .form-labelwrap {
	float:left;
	width:180px;
	display:inline;
}

/** ==================================================================
 * LABELS
 ================================================================== */
.tx-powermail-pi1 .form-labelwrap
{
	line-height:20px;
	padding:4px 0px 4px 0px;*
	padding:0px;
	margin-top:0px;*
	margin-top:1px;
}

.tx-powermail-pi1 label
{
	line-height:20px;
	padding:0px;
	margin-top:0px;*
	margin-top:1px;
	width:180px;
	float:left;	
}

/*label Link*/

.tx-powermail-pi1 label a
{
text-decoration:none;
}
 
 
.tx-powermail-pi1 label a dfn,
.tx-powermail-pi1 a dfn
{
display:block;
color:red;
visibility:hidden;
height:1px;
line-height:0px;
font-size:0px;
text-decoration:none;
}

.tx-powermail-pi1 label a:hover dfn,
.tx-powermail-pi1 a:hover dfn
{
visibility: visible;
height:auto;
line-height:20px;
font-size:11px;
}

.tx-powermail-pi1 a img,
p.tx_powermail_pi1_fieldwrap_html_radio_title a{
text-decoration:none;}

* html .tx-powermail-pi1 label a dfn,
* html .tx-powermail-pi1 a dfn{
display: compact;
visibility: visible;
height:auto;
line-height:20px;
font-size:10px;
color:#999999;
}

* html .tx-powermail-pi1 label a:hover dfn,
* html .tx-powermail-pi1 a:hover dfn
{
font-size:10px;
}



/**
 * Wrap um ein Formularfeld.
 */
.tx-powermail-pi1 .form-inputwrap {
	display:inline;
}



/** ==================================================================
 * DIV Wrap um Formularfelder
 ================================================================== */
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}


/** ==================================================================
 * INPUT
 ================================================================== */
.tx-powermail-pi1 .tx-powermail-pi1_fieldset input {
	border:1px solid #cccccc;
	padding:2px;
	width:180px;
	margin-bottom:5px;
}

/** ==================================================================
 * TEXTARES
 ================================================================== */
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html textarea {
	width:183px;
	height:150px;
	border:1px solid #cccccc;
}

/** ==================================================================
 * CHECKBOXEN
 ================================================================== */
.tx-powermail-pi1 .powermail_check_inner .powermail_check
{
	margin-top:0px;*
	margin-top:1px;
	height:20px;
	width:20px;
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_checkbox_title{
	font-size: 1.0em;
	line-height: 1.6em;
	margin:0px;
	padding:0px;

	font-weight:bold;
	color:#000000;
}

.tx_powermail_pi1_fieldwrap_html_check
{
	margin-bottom:20px;
}


/** ==================================================================
 * Datumsangaben
 ================================================================== */
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date
{
	margin-bottom:2px;*
	margin-bottom:3px;	
}
 
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date {
	height:20px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date div {
float:left;
color:#999999;
font-size:11px;
}

/* KALENDER INPUT  ================================================= */
.tx-powermail-pi1 .jscalendar,
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date .error
{
	border:1px solid #cccccc;
	padding:2px;
	margin-bottom:2px;	
	float:left;
	padding:2px;	
	margin-right:2px;
}

/* KALENDER CHECKBOX  ============================================== */
.tx-powermail-pi1 .jscalendar_cb
{
	margin-top:0px;*
	margin-top:1px;
	height:20px;
	width:20px;
	float:left;
}

/* KALENDERBILD ================================================== */
.tx-powermail-pi1 .date2cal_img_cal 
{
	float:left;
	margin-top:1px;*
	margin-top:2px;
	margin-right:2px;
	
}

/** ==================================================================
 * BUTTON
 ================================================================== */
.tx-powermail-pi1 input.powermail_submit,
.tx-powermail-pi1_mandatory_submit
{
	border:1px solid black;
	background-color:#262827;
	color:#FFFFFF;
	padding:2px;
	/*text-transform:uppercase;*/
	margin-left:180px;
	width:186px;
	margin-top:3px;
	cursor:pointer;
}

/** ==================================================================
 * SELEKTBOX
 ================================================================== */
.tx-powermail-pi1 select
{
	width:187px;
	/*height:20px;*/
	height:auto;
	margin-bottom:3px;
	margin-top:1px;
}

.tx-powermail-pi1 #uid134
{
	float:left;
}

.powermail_mandatory_js
{
	background-color:#262827;
	color:#FFFFFF;
	width:178px;
	line-height:16px;
	padding:3px;
	margin-left:180px;
}

/** ==================================================================
 * FEHLERMELDUNGEN
 ================================================================== */
.tx-powermail-pi1_mandatory
{
	padding:10px;
	color:red;
	
}

.tx-powermail-pi1_mandatory strong
{
	font-size:11px;
	margin-bottom:5px;
}

.powermail_mandatory_list{
	margin-top:5px;
}
.powermail_mandatory_listitem
{
	margin-bottom:5px;
	color:#000;
}


.tx-powermail-pi1_mandatory_submit  {
	margin:0;
	width:auto;
}


/** ==================================================================
 * KONFIRMATION
 ================================================================== */
.tx-powermail-pi1_confirmation
{
	padding-left:10px;
}

.powermail_all_table
{
	margin-bottom:20px;
	margin-top:20px;
}
.powermail_all .powermail_all_td
{
	font-size:11px;
	width:200px;
}

.tx-powermail-pi1_confirmation .tx-powermail-pi1_confirmation_back,
.tx-powermail-pi1_confirmation .tx-powermail-pi1_confirmation_submit{
	border:1px solid black;
	background-color:#262827;
	color:#FFFFFF;
	padding:2px;
	text-transform:uppercase;
	width:180px;
	margin-top:3px;
	margin-right:20px;
	float:left;
	cursor:pointer;
}

/** ==================================================================
 * THANKS
 ================================================================== */
.tx-powermail-pi1_thx {
	font-size:12px;
	padding-left:0;
}

.powermail_all_td p.bodytext
{
	font-size:11px;
}

/** ==================================================================
 * Radiobutton
 ================================================================== */
.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_radio_title{
	/*width:180px;*/
	margin:0px;
}

	
/*infotext dfn Zeile 96, Zeile 105*/

	
div.tx_powermail_pi1_fieldwrap_html_radio label{
width:auto;
float:left;
padding-right:3px;}


fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
/*margin:5px 0;*/
margin:5px 0 5px 180px;
}
powermail.css (Zeile 81)
div.powermail_radio_inner input, div.powermail_check_inner input {
float:left;
width:15px;
}

fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label {
float:right;
/*width:500px;*/
width:320px;
}

div.tx_powermail_pi1_fieldwrap_html_radio div{ display:block;
height:18px;}



* html fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
margin:0px 0 0px 180px;
}

div.tx_powermail_pi1_fieldwrap_html_radio{margin:10px 0;}

div.tx_powermail_pi1_fieldwrap_html_label{/*margin:10px 0 0;*/ padding:10px 0 0;}

/*spamschutz*/
.tx-srfreecap-pi2-cant-read  {
	color:#35006D;
	float:left;
	font-size:0.9em;
}

/*CHECKBOX*/
.powermail_check_inner{
	display:block;
	float:left;
	width:450px;
}


.tx-powermail-pi1 .powermail_check_inner label{
clear:left;
}


input.tx-srfreecap-pi2-image-accessible{
	width:38px !important;	
	float: right;
margin-top: -65px;
margin-right: -15px;
}
