/*******************************************
* sr_feuser_register + felogin: Kunden Login
********************************************/
#login .tx-felogin-pi1 {
  padding: 0;
  margin: 0 0 0 10px;
}

#login .tx-felogin-pi1 h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}

#login .tx-felogin-pi1 div {
  width: 180px;
  /*font-size: 11px;*/
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 5px 0;
}

#login .tx-felogin-pi1 form {
  float: left;
  padding: 0 0 5px 0;
  clear: both;
}

*+html #login .tx-felogin-pi1 form,
* html #login .tx-felogin-pi1 form {
  margin: 0;
}

#login .tx-felogin-pi1 form div {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}

#login .tx-felogin-pi1 form label {
  display: none;
}

#login .tx-felogin-pi1 form input {
  float: left;
  width: 120px;
  color: #868788;
  font-size: 11px;
  margin: 0 5px 0 0;
}

#login .tx-felogin-pi1 form input[type="submit"],
#login .tx-felogin-pi1 form input#submit-login,
#login .tx-felogin-pi1 form input#submit-logout {
  float: left;
  width: auto;
  color: #000;
}

#login .tx-felogin-pi1 form input#submit-login,
#login .tx-felogin-pi1 form input#submit-logout {
  width: 50px;
}

#login .tx-felogin-pi1 form input#submit-logout {
  margin: 0 0 0 5px;
}

#login .tx-felogin-pi1 p {
  padding: 0;
  margin: 0;
}

#login a {
  color: #006699;
  font-size: 11px;
  text-decoration: none;
  padding: 0 0 0 10px;
  background: transparent url(../img/bg_link.png) no-repeat left 2px;
  clear: both;
}

#login a#register-link {
  margin: 0 0 0 10px;
}

#icontent .tx-srfeuserregister-pi1 form {
  font-size: 11px;
}

#icontent .tx-srfeuserregister-pi1 form fieldset {

}

#icontent .tx-srfeuserregister-pi1 form fieldset legend {
	color: #006699;
	font-size: 22px;
	font-weight: normal; 
	padding: 0;
  margin: 0 0 8px 0;
}

#icontent .tx-srfeuserregister-pi1 form fieldset p {

}

#icontent .tx-srfeuserregister-pi1 form fieldset dl {

}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dt {
  text-align: left;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dt label {

}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dt label.tx-srfeuserregister-pi1-radio {
  float: left;
  line-height: 100%;

}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dt label span {
  color: #006699;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd {

}

*+html #icontent .tx-srfeuserregister-pi1 form fieldset dl dd,
* html #icontent .tx-srfeuserregister-pi1 form fieldset dl dd {
  padding: 0;
  margin: 0;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd.register-gender {
  margin: 25px 0 0 145px;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd input {
	width: 331px;
	height: 13px;
	height: auto;
	display: block;
	font-size: 11px;
	padding: 2px 0 2px 0;
	background: #FFF;
	border: 1px solid #FFF;
	border-bottom: 1px solid #000;
  margin: 0;
}

*+html #icontent .tx-srfeuserregister-pi1 form fieldset dl dd input,
* html #icontent .tx-srfeuserregister-pi1 form fieldset dl dd input {
  padding: 0;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd input.tx-srfeuserregister-pi1-radio {
  display: inline;
  width: auto;
  padding: 0;
  border: none;
  margin: 0;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd input[type="hidden"] {
  padding: 0;
  border: none;
  margin: 0;
}

#icontent .tx-srfeuserregister-pi1 form fieldset dl dd input.tx-srfeuserregister-pi1-submit {
	float: right;
	width: 100px;
	height: auto;
	font-size: 11px;
	text-align: center;
	background: #FFF;
	border: 1px solid #000;
	margin: 10px 0 0 0;
  margin-right: -62px;
}

#icontent .tx-srfeuserregister-pi1 form fieldset p.tx-srfeuserregister-pi1-notice,
#icontent .tx-srfeuserregister-pi1 form fieldset dl dd p.tx-srfeuserregister-pi1-error {
  font-size: 1em;
}




/*******************************************
* powermail
********************************************/
.tx-powermail-pi1_formwrap {
	float: left;
	width: 485px;
	padding-top: 0;
	margin-top: 0;
}
.tx_powermail_pi1_form {
	float: left; 
	width: 100%;
	margin-top: 20px;
}
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #009ee0;
	padding-left: 2px;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	border: 1px solid #009ee0 !important;
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #009ee0;
	font-size: 11px;
	margin: 3px 0 0 125px;
	width: 330px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	background-color: transparent;
	padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.8em;
	font-weight: bold;
	text-indent:0;
	
	display: none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	float: left;
	width: 125px;
	font-weight: normal;
	display: block;
	font-size:0.72em;
	line-height: 1.1em;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select,
fieldset.tx-powermail-pi1_fieldset select.powermail_countryselect {
	/* Input and textarea */
	/* float: left;*/
	width: 331px;
	height: auto;
	display: block;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #000;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	float: left;
	width: 331px;
	height: 85px;
	display: block;
	background: #FFF;
	border: 1px solid #000;
	margin: 0;
	padding-top: 1px;
  padding-bottom: 1px;
}


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 */
	float: left;
	width: 485px;
	padding-bottom: 7px;
	clear: both;
	background: transparent;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
fieldset.tx-powermail-pi1_fieldset input.powermail_reset,
input.tx-powermail-pi1_mandatory_submit {
	/* submit button */
  float: right;
	width: 100px;
	font-size: 11px;
	text-align: center;
	background: #FFF;
	border: 1px solid #000;
	margin-right: 30px;
}

input.tx-powermail-pi1_mandatory_submit {
	font-weight: bold;
	width: 175px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	float: left;
	margin-top: -24px;
	margin-left: 125px; 
}

*+html fieldset.tx-powermail-pi1_fieldset input.powermail_reset,
* html fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
  margin-top: -26px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	margin-bottom: 5px !important;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
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: #ddd;
	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: none;
	padding: 0;
	margin: 0 0 8px 0;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
.tx-powermail-pi1_thx td.powermail_all p {
	width: auto !important;
	margin: 0;
}


.form_info,
.form_info_kontakt {
	float: left;
	width: 325px;
	clear: both;
	font-size: 11px;
	line-height: 1.2em;
	padding-top: 71px;
}

.form_info_kontakt {
	padding-top: 5px;
}

form h1 {
	margin:0 !important;
	padding:0 !important;
	padding-bottom: 10px !important;
}

.tx-powermail-pi1_fieldset {
	clear: both;
}

.powermail_mandatory-hint {
	font-size: 11px;
	float: right;
	margin-right: 30px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	float: left;
	width: 360px;
	margin-left: 125px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
  float: right;
  width: 300px;
  padding: 6px 0 6px 0; 
}

*+html fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label,
* html fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
  padding: 10px 0 10px 0;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner input {
  float: left;
  width: 25px;
}


fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check label {
  float: right;
  width: 300px;
  padding: 3px 0 3px 0;
}

*+html fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check label,
* html fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check label {
  margin-top: -18px;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner {
  float: left;
  width: 25px;
  width: 360px;
  padding-left: 125px;
}


/*******************************************
* indexedsearch
********************************************/
.suche {  
  position: absolute;
  top: 0;
  right: 0;
  width: 235px;
  height: 80px;
}

.suche h2 {
	display: block;
	width: 208px;
	height: 11px;
	color: #fff;
	font-size: 0.6em;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 3px 0 4px 12px;
	background: transparent url(../img/bg_news.png) repeat-x left top;
	margin: 0 0 5px 15px;
}

.suche .box {
  width: 228px;
  height: 55px;
  padding: 0;
	background: transparent url(../img/bg_middle_extra.jpg) repeat-y left top;
	margin: 0 0 0 6px;
}
.suche .ibox {
	height: 100%;
  padding: 0;
	background: transparent url(../img/bg_top_extra.jpg) no-repeat left top;
	margin: 0;
}
.suche .box_bottom {
	height: 100%;
  padding: 0;
	background: transparent url(../img/bg_bottom_extra.jpg) no-repeat left bottom;
	margin: 0;
}
.suche .box_bottom {
	padding: 15px 10px 0 17px;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI { 
	display: inline; 
	padding-right: 10px; 
}

.tx-indexedsearch-form {
	width: 220px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
.suche INPUT.tx-indexedsearch-searchbox-button { 
 	float: left;
	width: auto; 
	color: #006699;
	font-size: 11px;
  padding: 0 0 0 8px;
  background: transparent url(../img/bg_link.png) no-repeat left 3px;
	border: none;
	margin: 1px 0 0 5px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
.suche INPUT.tx-indexedsearch-searchbox-sword { 
	width: 108px; 
	padding-left: 4px;
  border: 1px solid #D0D0D0;
}

.suche INPUT.tx-indexedsearch-searchbox-sword { 
	float: left;
	height: 13px;
	margin: 0 3px 3px 3px;
	color: #868788;
	font-size: 0.7em;
}

.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top: 10px; 
	margin-bottom: 5px; 
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
	color: #009ee0;
}

.tx-indexedsearch .tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { 
	font-style:italic; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color:#009ee0; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#e1f2fb; 
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 2px 2px 2px 4px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px; 
	margin-bottom:5px; 
 }
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px; 
	margin-bottom:0px; 
 }
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background:#cccccc; 
	vertical-align:middle; 
}

.tx-indexedsearch .tx-indexedsearch-res .noResume { 
	color:#666666; 
}

.tx-indexedsearch .tx-indexedsearch-category {
	 background:#cccccc; 
	 font-weight:bold; 
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
	 clear:both; 
	 margin-bottom:2em; 
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	 margin-right:1em; 
	 width:10em; 
	 float:left; 
}

.tx-indexedsearch .result-count-tmpl-css, 
.tx-indexedsearch .percent-tmpl-css {
	 letter-spacing:0; 
	 font-weight:normal; 
	 margin-top:-1.2em; 
	 float:right; 
}

.tx-indexedsearch .info-tmpl-css dt, 
.tx-indexedsearch dl.info-tmpl-css dd { 
	float:left; 
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime { 
	float:none; 
}

.tx-indexedsearch .info-tmpl-css dd.item-path { 
	float: none; 
}

/* added */
.tx-indexedsearch a {
	color: #009ee0;
}

.tx-indexedsearch h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.tx-indexedsearch p {
	margin-bottom: 8px !important;
}

.tx-indexedsearch-res {
	width: 480px;
}



/*******************************************
* Produkte
********************************************/
#icontent .tx-mnmjoynerproducts-pi2 {
  width: 540px;
}

#icontent .tx-mnmjoynerproducts-pi2 img {
  display: block;
  padding: 0;
  margin: 3px 0 30px 0;
  clear: both;
}

#icontent .tx-mnmjoynerproducts-pi2 ul {
  display: block;
  width: 480px;
  padding: 0;
  margin-top: 25px;
	margin-bottom: 50px;
	clear: both;
}
#icontent .tx-mnmjoynerproducts-pi2 ul li {
  clear:both;
  display:block;
  height:80px;
  width:480px;
}
#icontent .tx-mnmjoynerproducts-pi2 span.produkt_img {
  display:block;
  float:left;
  border:1px solid #006699;
}
#icontent .tx-mnmjoynerproducts-pi2 span.produkt_img img {
  margin:0;
  padding:0;
}
#icontent .tx-mnmjoynerproducts-pi2 span.produkt_info {
  display:block;
  float:left;
  width:340px;
  padding-left:20px;
  border:0px solid #f00;
  clear:none;
}
#icontent .tx-mnmjoynerproducts-pi2 span.produkt_name {
  display:block;
  clear:both;
  font-size:1.1em;
  font-weight:bold;
  padding-top:8px;
}

#icontent .tx-mnmjoynerproducts-pi2 span.produkt_sheets {
  display:block;
  clear:both;
  padding-top:16px;
}




/*******************************************
* Vertretungen (PLZ Suche)
********************************************/
div#icontent div#vertret-suche {
  float: left;
  clear: both;
  margin: 15px 0 50px 0;
}

div#icontent div#vertret-suche p {
  float: left;
  clear: both;
}

div#icontent div#vertret-suche form form {
  float: left;
  width: 100%;
  margin-top: 20px;
}

div#icontent div#vertret-suche form label {
  float: left;
  display: block;  
  width: 50px;

  font-size: 0.72em;
  font-weight: normal;
  line-height: 1.1em;
  
  padding-top: 2px;
   
  clear: both;
}

div#icontent div#vertret-suche form input {
  float: left;  
  width: 108px;
  height: 13px;  
  
  color: #868788;
  font-size: 0.7em;      

  padding-left: 4px;
  border: 1px solid #D0D0D0;
  margin: 0 3px 3px;
}

div#icontent div#vertret-suche form input[type="submit"] {
  float: left;  
  width: auto;

  color: #006699;
  font-size: 11px;  

  padding: 0 0 0 8px;    
  background: url("../img/bg_link.png") no-repeat scroll left 3px transparent;
  border: medium none;
  margin: 1px 0 0 5px;

  cursor: pointer;
}

div#icontent div#vertret-result {
  float: left;
  width: 480px;
  
  line-height: 1.1em;
  
  margin: 15px 0 50px 0;
}

div#icontent div#vertret-result table {
  margin-bottom: 25px;
}

div#icontent div#vertret-result table,
div#icontent div#vertret-result table tbody,
div#icontent div#vertret-result table tbody tr,
div#icontent div#vertret-result table tbody tr td {
  vertical-align: top !important;
}

div#icontent div#vertret-result table tbody tr td table tbody tr td h2 {
  width: auto;
}

div#icontent div#vertret-result a {
  color: #000 !important;
}

div#icontent div#vertret-result small {
  font-size: 11px;
}