#center_li {
  position: absolute;
  top: 120px;
  left:10px;
  width:287px; 
  height:455px; 
  background-image:url(../images/kontakte.jpg); 
  background-repeat: repeat-y;

  z-index:6;
}

*html #center_li {
  z-index:-4;
}

#center_re {
  position: absolute;
  top: 120px;
  left:10px;
  width:710px; 
  height:455px; 
  padding-left:317px; padding-right:30px;
  background-image:url(../images/band_verlauf.jpg); 
  background-repeat: repeat-y;

  z-index:5;
}

*html #center_re {
  z-index:-5;
}

/* Powermail */
	/* Form */
	
.tx-powermail-pi1 {width: 400px;}	

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #8A94B1;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #e5bc8a;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #e8840c;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	/* background-color: #ccc; */
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 60px;
	float: left;
	clear: both;
	font-weight: bold;
}
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: 300px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 120px;
	font-weight: bold;
}
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 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 23px 10px 23px 0;
}

.tx-powermail-pi1_confirmation.powermail_all {
	font-size: 10pt;
}

.tx-powermail-pi1_confirmation {
	border: 1px solid #aaa;
	padding: 10px;
}

.tx-powermail-pi1_confirmation{
	/* submit button */
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

#powermaildiv_uid5 img {vertical-align:bottom;}
