/***************************************************************************
* General Settings
***************************************************************************/

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  background: #fff;
  font: 12px Arial;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#container {
  margin: 0 auto;
  width: auto;
}

a {
  color: #c41200;
}
/* old styles, deprecated
h1 {
  color: #c41200;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2em;
  margin-top: 5px;
}

h2, h3, h4 {
  color: #c41200;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  margin-top: 5px;
}
*/

h1 {
  color: #c41200;
  font-size: 1.8em;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
}

h2, h3, h4 {
  color: #c41200;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
  margin-top: 5px;
  text-transform: uppercase;
}

.csc-firstHeader {
    font-size: 1.2em;
    font-weight: bold;
}


.clear {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.clearAfter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */



/***************************************************************************
* Content
***************************************************************************/

#content {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  /*width: 739px;*/
  width: 720px;
}

ul {
  margin-left: 15px;
}



.boxRoundEdge {
  overflow: hidden;
  width: 720px;
}

.boxRoundEdgeHeader {
  background: url(../img/boxHeader.gif) top left no-repeat;
  height: 10px;
  overflow: hidden;
  width: 720px;
}

.boxRoundEdgeContent {
  background: #efece9;
  border: 1px solid #b0000d;
  border-bottom: none;
  border-top: none;
  padding: 0 10px;
  width: 698px;
}

.boxRoundEdgeFooter {
  background: url(../img/boxFooter.gif) top left no-repeat;
  height: 13px;
  overflow: hidden;
  width: 720px;
}

.boxRoundEdgeHeaderLight {
  background: url(../img/boxHeaderLight.gif) top left no-repeat;
  height: 10px;
  overflow: hidden;
  width: 720px;
}

.boxRoundEdgeContentLight {
  background: #faf8f5;
  border: 1px solid #b0000d;
  border-bottom: none;
  border-top: none;
  padding: 0 10px;
  width: 698px;
}

.boxRoundEdgeFooterLight {
  background: url(../img/boxFooterLight.gif) top left no-repeat;
  height: 13px;
  overflow: hidden;
  width: 720px;
}


/* Boxen mit runden Ecken, H?he Variable + Breite definierbar
***************************************************************************/

.boxRoundEdgeVarTop {background: url(../img/boxDot.gif) 0 0 repeat-x #efece9;}
.boxRoundEdgeVarBottom {background: url(../img/boxDot.gif) 0 100% repeat-x}
.boxRoundEdgeVarLeft {background: url(../img/boxDot.gif) 0 0 repeat-y}
.boxRoundEdgeVarRight {background: url(../img/boxDot.gif) 100% 0 repeat-y}
.boxRoundEdgeVarBottomLeft {background: url(../img/boxFooterLeft.gif) 0 100% no-repeat}
.boxRoundEdgeVarBottomRight {background: url(../img/boxFooterRight.gif) 100% 100% no-repeat}
.boxRoundEdgeVarTopLeft {background: url(../img/boxHeaderLeft.gif) 0 0 no-repeat}
.boxRoundEdgeVarTopRight {background: url(../img/boxHeaderRight.gif) 100% 0 no-repeat; padding:10px}

.boxRoundEdgeVarContent {
  background: #efece9;
  height: 100%;
}

.boxRoundEdgeVarContent h2 {
  margin-top: 0px;
}


/* Boxen mit runden Ecken, H?he Variable + Breite definierbar background #fff
***************************************************************************/

.boxRoundEdgeVarWhiteTop {background: url(../img/boxDot.gif) 0 0 repeat-x #fff;}
.boxRoundEdgeVarWhiteBottom {background: url(../img/boxDot.gif) 0 100% repeat-x}
.boxRoundEdgeVarWhiteLeft {background: url(../img/boxDot.gif) 0 0 repeat-y}
.boxRoundEdgeVarWhiteRight {background: url(../img/boxDot.gif) 100% 0 repeat-y}
.boxRoundEdgeVarWhiteBottomLeft {background: url(../img/roundCornerVarWhite_lb.gif) 0 100% no-repeat}
.boxRoundEdgeVarWhiteBottomRight {background: url(../img/roundCornerVarWhite_rb.gif) 100% 100% no-repeat}
.boxRoundEdgeVarWhiteTopLeft {background: url(../img/roundCornerVarWhite_lt.gif) 0 0 no-repeat}
.boxRoundEdgeVarWhiteTopRight {background: url(../img/roundCornerVarWhite_rt.gif) 100% 0 no-repeat; padding:10px}

.boxRoundEdgeVarWhiteContent {
  background: #fff;
}

.boxRoundEdgeVarWhiteContent h2 {
  margin-top: 0px;
}


/* Boxen mit runden Ecken, H?he Variable + Breite definierbar background (innen: #fff, außen: #efece9)
***************************************************************************/

.boxRoundEdgeVarWhiteGreyTop {background: url(../img/boxDot.gif) 0 0 repeat-x #fff;}
.boxRoundEdgeVarWhiteGreyBottom {background: url(../img/boxDot.gif) 0 100% repeat-x}
.boxRoundEdgeVarWhiteGreyLeft {background: url(../img/boxDot.gif) 0 0 repeat-y}
.boxRoundEdgeVarWhiteGreyRight {background: url(../img/boxDot.gif) 100% 0 repeat-y}
.boxRoundEdgeVarWhiteGreyBottomLeft {background: url(../img/roundCornerVarWhite_lb_grey.gif) 0 100% no-repeat}
.boxRoundEdgeVarWhiteGreyBottomRight {background: url(../img/roundCornerVarWhite_rb_grey.gif) 100% 100% no-repeat}
.boxRoundEdgeVarWhiteGreyTopLeft {background: url(../img/roundCornerVarWhite_lt_grey.gif) 0 0 no-repeat}
.boxRoundEdgeVarWhiteGreyTopRight {background: url(../img/roundCornerVarWhite_rt_grey.gif) 100% 0 no-repeat; padding:10px}

.boxRoundEdgeVarWhiteGreyContent {
  background: #fff;
}

.boxRoundEdgeVarWhiteGreyContent h2 {
  margin-top: 0px;
}


/* Formulare
***************************************************************************/

fieldset {
  border: none;
}

input, select, textarea {
  border: 1px solid #000;
}

.submit input,
.submit,
.csc-mailform-submit{
  background-color: #d80000;
  color: #ffffff;
  font-size: 1em;
  height: 20px;
  width: 100px;
}

.submitPfeil {
  background: url(../img/arrow-right-red.png) no-repeat;
  border: none;
  height: 18px;
  margin: 2px;
  width: 19px;
}

.csc-mailform-field {
  padding: 3px;
}

label {
  display: block;
  float: left;
  width: 75px;
}

.csc-mailform-check {
  border: none;
  width: 13px;
}


.submitPfeilText {
  background: url(../img/arrow-right-noBG.gif) no-repeat;
  border: none;
  color: #c41200;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  margin: 2px;
  padding-left: 19px;
  width: 100px;
}


/***************************************************************************
* Footer
***************************************************************************/

#footer {
  clear: both;
  height: 25px;
}

#footerNavi {
  color: #8b7a6f;
}




/* Extension dealerDB
***************************************************************************/

.tx_sd_dealderdb-list input {
  border: none;
  width: auto;
}

.tx-sddealerdb-pi1 .field {
  padding-bottom: 3px;
}

.tx-sddealerdb-pi1 .field input {
  width: 200px;
}


.tx-sddealerdb-pi1 .longField {
  padding-bottom: 3px;
}

.tx-sddealerdb-pi1 .longField input {
  width: 405px;
}

.tx-sddealerdb-pi1 .fieldComment {
  padding-bottom: 3px;
  padding-top: 5px;
}

.tx-sddealerdb-pi1 .fieldComment textarea {
  width: 403px;
}

.tx-sddealerdb-pi1 label {
  margin-right: 5px;
  width: 200px;
}

.tx_sd_dealderdb-search-container,
.tx_sd_dealderdb-list-container,
.tx_sd_dealderdb-contact-container {
  height: 100%;
  padding: 5px;
}

.tx_sd_dealderdb-search .error {
  margin-top: 10px;
}


.tx_sd_dealderdb-contact-container {
  padding-left: 145px;
}

.tx_sd_dealderdb-searchFormFields {
  /*background: url(../img/Monier_Image_Panel_L_477_221_02.jpg) no-repeat;*/
  background: url(../img/tx_sd_dealderdb-searchFormFields_bg2.gif) no-repeat;
  color: #c41200;
  font-weight: bold;
  height: 133px;
  margin-top: 10px;
  padding: 20px 0 10px 30px;
  width: 451px;
}

.tx_sd_dealderdb-searchMessage {
  background: url(../img/tx_sd_dealderdb-searchMessage_bg.gif) no-repeat;
  font-size: 12px;
  height: 110px;
  padding: 10px;
  width: 461px;
}

.tx-sddealerdb-pi1 h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.tx_sd_dealderdb-searchFormFields .fields {
  padding-bottom: 10px;
  width: 225px;
}

.tx_sd_dealderdb-searchFormFields #additionalGroup {
  /*display: none;*/
}

.tx_sd_dealderdb-searchFormFields select {
  width: 225px;
}

.tx_sd_dealderdb-searchFormFields .zip {
  float: left;
}

.tx_sd_dealderdb-searchFormFields .zip input {
  width: 125px;
}

.tx_sd_dealderdb-searchFormFields .radius {
  text-align: right;
}

.tx_sd_dealderdb-searchFormFields .radius select {
  width: 75px;
}

.tx_sd_dealderdb-searchFormFields .submit {
  background-color: transparent;
  /*clear: both;*/
  color: #c41200;
  text-align: right;
  width: 225px;
}

.tx_sd_dealderdb-searchFormFields .submit input {
  background: url(../img/arrow-right-red.png) no-repeat;
  background-color: transparent;
  background-position: 60px 0px;
  border: none;
  color: #c41200;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  padding-right: 19px;
  margin: 2px;
  width: 80px;
}

.tx_sd_dealderdb-contact select {
  width: 292px;
}

.tx_sd_dealderdb-contact-address1 {
  float: left;
  padding-right: 25px;
}

.tx_sd_dealderdb-contact-address2 {
  float: left;
  min-width: 150px;
  padding-left: 25px;
  padding-right: 25px;
}

.tx_sd_dealderdb-contact-address3 {
  float: left;
  padding-right: 25px;
}


.tx_sd_dealderdb-contact .submit {
  background: none;
  clear: both;
  width: 410px;
}

.tx_sd_dealderdb-contact .submit input {
  width: 202px;
}

.tx_sd_dealderdb-list-message {
  background: url(../img/tx_sd_dealderdb-list-message_bg.gif) no-repeat;
  height: 71px;
  /*margin-bottom: 10px;*/
  padding: 15px 10px;
  width: 700px;
}

.tx_sd_dealderdb-list-message .highlighted {
  color: #c41200;
  font-weight: bold;
}




/* Extension Ansprechpartnersuche
***************************************************************************/

#tg_ansprechpartner-SearchBox {
  float: left;
  width: 310px;
}
/*
#tg_ansprechpartner-SearchBox input {
  width: 220px;
}*/

#tg_ansprechpartner-Header {
  display: none;
}


#tg_ansprechpartner-SearchBox .submit {
  background: url(../img/arrow-right-red.png) no-repeat;
  background-color: transparent;
  background-position: 60px 0px;
  border: none;
  color: #c41200;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  padding-right: 19px;
  margin: 2px;
  width: 80px;
}

#tg_ansprechpartner-searchForm .tg_ansprechpartner-submitSearch {
  background: url(../img/newLoginbox_searchButton.gif) no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 21px;
  width: 82px;
}

#tg_ansprechpartner-plzMap {
  float: left;
  width: 410px;
}

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10000;
}

.ac_results ul {
	list-style: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

.ac_results iframe {
	display: none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	filter:mask();
}

/* ContactForm */

#tg_ansprechpartner-contactForm label {
  width: 100px;
}

#tg_ansprechpartner-contactForm .error {
  border: 1px solid red;
}

#tg_ansprechpartner-contactForm .pflichtfeld {
  color: #c41200;
  margin-left: 3px;
}

#tg_ansprechpartner-contactForm .field {
  margin: 3px 0;
}

#tg_ansprechpartner-contactForm textarea {
  height: 150px;
  width: 300px;
}




/* Extension googleMaps
***************************************************************************/
.tx_googlemaps-infoWindow {
	background: #e9e8e7;
	border: #000 1px solid;
	margin: 5px;
	padding: 5px 5px 0 5px;
}

/* Holly Hack Targets IE Win only \*/
* html .tx_googlemaps-infoWindow {
}
/* End Holly Hack */

.tx_googlemaps-directions {
  display: block;
  height: 80px;
}

.tx_googlemaps-infoWindow h1 {
  font-size: 1em;
}

.tx_googlemaps-infoWindow input {
	border: solid #000 1px;
	margin-bottom: 5px;
}

#tx_googlemaps-container {
  background: #FFFFFF;
  border: #8b7a70 solid 4px;
  height: 422px;
  left: 30px;
  position: absolute;
  text-align: right;
  top: 90px;
  visibility: hidden;
  width: 640px;
}

#tx_googlemaps-header {
  border-bottom: #8b7a70 solid 2px;
  color: #8b7a70;
  font-size: 1.2em;
  font-weight: bold;
  height: 20px;
  line-height: 2em;
  padding: 5px;
}

#tx_googlemaps-header a {
  color: #8b7a70;
  text-decoration: none;
}

#tx_googlemaps-map {
  height: 390px;
  width: 640px;
}


/* Extension ab_brochure
***************************************************************************/

#ajaxLayer {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: auto;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 500px;
}

#ajaxLayer .header {
  margin-bottom: 10px;
}

#ajaxLayer .image {
  clear: both;
  float: left;
  margin: 0 10px 10px 0;
}

#ajaxLayer .text {
  text-align: left;
}

#miniCart {
  text-align: left;
  width: 650px;
}

#miniCart a.cartLink {
  /*color: #8b7a6f;*/
  background: url(../img/icon_cart_go.gif) left middle no-repeat;
  color: #b0000d;
  padding-left: 23px;
  text-decoration: none;
}

/* Single View */

.tx-abbrochure-pi1 #brochureSingle {
    width: 480px;
}


.tx-abbrochure-pi1 #brochureSingle .boxRoundEdgeVarWhiteContent {
  height: 300px;
}


.tx-abbrochure-pi1 #brochureSingle .image {
  float: left;
  margin: 0 10px 10px 0;
}

.tx-abbrochure-pi1 #brochureSingle .teaser {
  font-weight: bold;
  margin-bottom: 10px;
}

.tx-abbrochure-pi1 #brochureSingle .rooftile {
  margin-top: 1em;
}

.tx-abbrochure-pi1 #brochureSingle .variations dt {
  float: left;
  font-weight: bold;
  width: 60px;
}

.tx-abbrochure-pi1 #brochureSingle .chooseVariation,
.tx-abbrochure-pi1 #brochureSingle .variations .delete {
  color: #c41200;
  cursor: pointer;
}

.tx-abbrochure-pi1 #brochureSingle .chooseVariation {
  background: url(../img/arrow-right-noBG.gif) 0 -1px no-repeat;
  font-weight: bold;
  line-height: 2em;
  padding-left: 25px;
}

.tx-abbrochure-pi1 #brochureSingle .variations .delete {
  background: url(../img/icon_delete.gif) 0 0.2em no-repeat;
  line-height: 2em;
  padding-left: 20px;
  text-decoration: underline;
}

/* width for IFrame on monier */
.tx-abbrochure-pi2 {
    /*width: 475px;*/
}

/* Cart View */

.tx-abbrochure-pi2 .cartLink {
  background: url(../img/icon_cart_go.gif) left top no-repeat;
  color: #ddd;
}

.tx-abbrochure-pi2 #cartOverview {
  margin: 3px;
}


.tx-abbrochure-pi2 #cartOverview table {
  background: #faf8f5;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.tx-abbrochure-pi2 #cartOverview th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 2px 10px;
  text-align: left;
}

.tx-abbrochure-pi2 #cartOverview td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.tx-abbrochure-pi2 #cartOverview .remove {
  background: #eee;
  border-left: 1px solid #ddd;
}

.tx-abbrochure-pi2 #cartOverview td.quantity,
.tx-abbrochure-pi2 #cartOverview th.quantity {
  text-align: center;
}

.tx-abbrochure-pi2 #cartOverview td.quantity input {
  width: 50px;
}

.tx-abbrochure-pi2 #cartOverview td.remove {
  text-align: center;
  width: 50px;
}

.tx-abbrochure-pi2 #cartOverview td.remove input {
  border: none;
  width: auto;
}

/*.tx-abbrochure-pi2 #cartOverview .cartRefreshBtn {
  background-color: #d80000;
  color: #ffffff;
  font-size: 1em;
  height: 20px;
  width: 100px;
}*/

.tx-abbrochure-pi2 #cartOverview .cartRefreshBtn {
  background: url(../img/icon_refresh.gif) no-repeat;
  background-position: 0 2px;
  border: none;
  color: #c41200;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  margin: 2px;
  margin-right: 10px;
  padding-left: 19px;
  width: 110px;
}

/*.tx-abbrochure-pi2 #cartOverview .cartSubmitBtn {
  background-color: #d80000;
  color: #ffffff;
  font-size: 1em;
  height: 20px;
  width: 100px;
}*/

.tx-abbrochure-pi2 #cartOverview .cartSubmitBtn {
  background: url(../img/arrow-right-noBG.gif) no-repeat;
  border: none;
  color: #c41200;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  margin: 2px;
  padding-left: 19px;
  width: 80px;
}




/* Order Form View */

.tx-abbrochure-pi1 #orderFormView {
	width: 370px;
}

.tx-abbrochure-pi1 #brochureOrderForm .brochureBox {
	float: left;
    margin-top: 10px;
    overflow: visible;
	width: 240px;
}

.tx-abbrochure-pi1 #brochureOrderForm .firstLastName {
    width: 170px;
}

.tx-abbrochure-pi1 #brochureOrderForm .streetNumber {
    width: 80px;
}

.tx-abbrochure-pi1 #brochureOrderForm .zipCode {
    width: 100px;
}

.tx-abbrochure-pi1 #brochureOrderForm label {
    width: 100px;
}          

.tx-abbrochure-pi1 #brochureOrderForm input {
	margin: 0 15px 0 0;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #8b7a6f;
	border-bottom: 1px solid #8b7a6f;
	width: 220px;
}

.tx-abbrochure-pi1 #brochureOrderForm .firstLastName input {
    width: 150px;
}

.tx-abbrochure-pi1 #brochureOrderForm .streetNumber input {
    width: 80px;
}

.tx-abbrochure-pi1 #brochureOrderForm .zipCode input {
    width: 80px;
}

.tx-abbrochure-pi1 #brochureOrderForm input:focus {
    border: 2px solid red;
}

.tx-abbrochure-pi1 #brochureOrderForm .fullWidth,
.tx-abbrochure-pi1 #brochureOrderForm .fullWidth input {
    width: 320px;
}


    /* custom order form fields */
.tx-abbrochure-pi1 #brochureOrderForm .noFloat {
    /*float: none;*/
}

.tx-abbrochure-pi1 #brochureOrderForm .terms {
	clear: both;
	float: none;
	padding-top: 1em;
	width: auto;
}

.tx-abbrochure-pi1 #brochureOrderForm .terms .brochureField {
	width: auto;
}

.tx-abbrochure-pi1 #brochureOrderForm .terms input.checkbox {
	float: left;
    margin: 5px;
	width: auto;
}

.tx-abbrochure-pi1 #brochureOrderForm .terms .brochureField div {
	float: left;
}


.tx-abbrochure-pi1 #brochureOrderForm input.orderFormSubmit {
	background-color: #d80000;
	color: #fff;
	margin: 20px 0 0;
}

.tx-abbrochure-pi1 #brochureOrderForm input.error {
	background: #efd3d2;
}

.tx-abbrochure-pi1 #brochureOrderForm div.brochureError {
	color: #b0000d;
	float: left;
}

.tx-abbrochure-pi1 input#orderSalutation1,
.tx-abbrochure-pi1 input#orderSalutation2 {
	border: none;
	float: none;
	margin: 0 5px 0 10px;
	width: auto;
}

/* Teaserlist
*****************************/

#content .tx-abteaserlist-pi1 {
	width: 739px; /* oversized DIV so that the teaser fit into it, cause of margin	- e.g. content DIV should have width: 500px and overflow: hidden; */
}

.tx-abteaserlist-pi1 .boxRoundEdgeVarTop {
	width: 250px;
}


/* Template 1
*****************************/

#content .t1_teaserItem {
	float: left;
	margin: 5px;
	width: 250px;
}

#content .t1_teaserItemImage {
	background: #efece9;
	display: inline;
	float: left;
	height: 80px;
	margin: 0 6px 8px 0;
	padding: 5px;
	text-align: center;
	width: 80px;
}

#content .t1_teaserItemHeader,
#content .t1_teaserItemHeader a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content .t1_teaserItemHeader a:hover{
	color: #000;
}


#content .t1_teaserItemText,
#content .t1_teaserItemText a {
	color: #000;
	text-decoration: none;
}

#content .t1_teaserItemHeader,
#content .t1_teaserItemText {
	font-size: 1em;
}


/* Template 2
*****************************/

#content .t2_teaserItem {
	clear: both;
	margin: 2em 0;
	width: 440px;
}

#content .t2_teaserItemHeader a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content .t2_teaserItemText,
#content .t2_teaserItemText a {
	color: #000;
	margin: 0.5em 0;
	text-decoration: none;
}

#content .t2_teaserItemHeader,
#content .t2_teaserItemText {
	font-size: 1em;
}


/* Template 3
*****************************/

#content .brochureListItem {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 overflow: hidden;
 width: 355px;
}

#content .brochureListItem a {
 text-decoration: none;
}

#content .brochureListItem .tgextranetstart-broschure-2column_content {
 background: url(../img/startseite2columnContent.gif) top left repeat-x;
 border-left: 1px solid #dfdfdf;
 border-right: 1px solid #dfdfdf;
 font-size: 10px;
 height: 130px;
 padding: 5px;
 padding-bottom: 7px;
}

#content .brochureListItem .brochureItemContent {
 height: 100px;
 padding-bottom: 5px;
 width: 343px;
}

#content .brochureListItem .teaser a {
 color: #8b7a6f;
}

#content .brochureListItem .image {
 background: #eee;
 float: left;
    height: 90px;
 margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 90px;
}


#content .brochureListItem .specialOptions {
    border-top: 1px solid #7a746d;
 clear: both;
 height: 22px;
    overflow: hidden;
 padding-top: 5px;
 text-align: right;
}

#content .brochureListItem .specialOptions .pdfLink {
 background: url(../img/pdfIcon.gif) left center no-repeat;
 display: block;
 float: left;
 padding: 4px 0 4px 20px;
}

#content .brochureListItem .specialOptions .orderButton input.qtyField {
 height: 18px;
 margin-right: 5px;
 width: 30px;
}
#content .brochureListItem .specialOptions .orderButton input.orderSubmit {
    background-color: #d80000;
    color: #ffffff;
    height: 20px;
    width: 165px;
}


/* Holly Hack Targets IE Win only \*/
* html #content .qtyOrderBtn input.qtyField {margin-bottom: 0px;}
*:first-child+html #content .qtyOrderBtn input.qtyField {margin-bottom: 0px;}
* html #content .specialOptions {margin-top:-1px;}
/* End Holly Hack */

#content .brochureListItem .singleSubmit,
#content .brochureListItem .qtySubmit,
#content .qtyOrderBtn .qtySubmit {
 background-color: #d80000;
 color: #ffffff;
 height: 20px;
 width: 165px;
}
/*

#content .t3_teaserItem {
 float: left;
 margin: 5px;
 width: 355px;
}

#content .t3_teaserItem .tgextranetstart-broschure-2column {
 margin: 0;
}

#content .t3_teaserItemHeader a {
 font-weight: bold;
 text-decoration: none;
}

#content .t3_teaserItemImage {
 float: left;
 margin-right: 5px;
}


#content .t3_teaserItemText,
#content .t3_teaserItemText a {
 color: #000;
 margin: 0.5em 0;
 text-decoration: none;
}

#content .t3_teaserItemHeader,
#content .t3_teaserItemText {
 font-size: 1em;
}

#content .t3_teaserItem-button {
 text-align: right;
}

#content .t3_teaserItem-button a {
 text-decoration: none;
}

#content .t3_teaserItem-button .submitPfeilText {
 background: url(../img/arrow-right-noBG.gif) no-repeat;
 border: none;
 color: #c41200;
 cursor: pointer;
 font-weight: bold;
 height: 18px;
 margin: 2px;
 padding-left: 23px;
 width: 200px;
}
*/

/* Pagebrowser
*****************************/

#content .browseBoxWrap {
  clear: both;
  padding: 0 6px 6px 6px;
  text-align: center;
}

#content .browseBoxWrap table {
  border-collapse: collapse;
  margin: auto;
}

#content .browseBoxWrap td {
  padding: 0px 3px;
}

#content .inactiveLinkWrap a {
  font-weight: bold;
  text-decoration: none;
}

#content .activeLinkWrap a {
  color: #ccc;
  text-decoration: none;
}

#content .disabledLinkWrap #browseFirst {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_first_default_inact.gif) top no-repeat;*/
  background: url(../img/browse_first.gif) top no-repeat;
  background-position: 3px;
}

#content .disabledLinkWrap #browsePrev {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_prev_default_inact.gif) top no-repeat;*/
  background: url(../img/browse_left.gif) top no-repeat;
  background-position: 3px;
}

#content .disabledLinkWrap #browseNext {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_next_default_inact.gif) top no-repeat;*/
  background: url(../img/browse_right.gif) top no-repeat;
  background-position: 3px;
}

#content .disabledLinkWrap #browseLast {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_last_default_inact.gif) top no-repeat;*/
  background: url(../img/browse_last.gif) top no-repeat;
  background-position: 3px;
}

#content .inactiveLinkWrap #browseFirst {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_first_default.gif) top no-repeat;*/
  background: url(../img/browse_first.gif) top no-repeat;
  background-position: 3px;
}

#content .inactiveLinkWrap #browsePrev {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_prev_default.gif) top no-repeat;*/
  background: url(../img/browse_left.gif) top no-repeat;
  background-position: 3px;
}

#content .inactiveLinkWrap #browseNext {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_next_default.gif) top no-repeat;*/
  background: url(../img/browse_right.gif) top no-repeat;
  background-position: 3px;
}

#content .inactiveLinkWrap #browseLast {
  /*background: url(/typo3conf/ext/ab_teaserlist/res/browse_last_default.gif) top no-repeat;*/
  background: url(../img/browse_last.gif) top no-repeat;
  background-position: 3px;
}


/* Extension photoplus
***************************************************************************/
.tx-tephotoplus-pi1 {
  overflow: hidden;
  width: 720px;
}


.tx-tephotoplus-pi1 .submit {
  background: url(../img/arrow-right-red.png) right no-repeat;
  border: none;
  color: #b0000d;
  cursor: pointer;
  font-weight: bold;
  height: 18px;
  margin: 10px 0;
  padding-right: 22px;
  width: auto;
}

.tx-tephotoplus-pi1 .inactiveSubmit {
  background: url(../img/arrow-right-red-inactive.png) 100% top no-repeat;
  border: none;
  color: #ddd0c4;
  display: block;
  font-weight: bold;
  height: 20px;
  margin: 10px 0;
  padding-right: 22px;
  overflow: hidden;
  width: 170px;
}

.tx-tephotoplus-pi1 .right {
  float: right;
}

.tx-tephotoplus-pi1 label {
  display: inline;
  width: auto;
}

.tx-tephotoplus-pi1 input {
  width: 120px;
}

.tx-tephotoplus-pi1 .horizontalSpacer {
  background: #b1a396;
  height: 1px;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
  width: 698px;
}


/* Variation View
 **********************************/

.tx-tephotoplus-pi1 .addVariation {
  background: url(../img/addVariation.gif) right no-repeat;
  border: none;
  color: #b0000d;
  cursor: pointer;
  float: right;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: 10px 0;
  padding-right: 22px;
  width: auto;
}

.tx-tephotoplus-pi1 #variationSelection .teaserImage {
  background: url(../img/photoPlus_teaser.jpg) left top no-repeat;
  float: left;
  height: 158px;
  width: 210px;
}


.tx-tephotoplus-pi1 #variation1,
.tx-tephotoplus-pi1 #variation2,
.tx-tephotoplus-pi1 #variation3 {
  background: url(../img/variationBox.gif) no-repeat;
  height: 22px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 11px 22px;
  width: 720px;
}

.tx-tephotoplus-pi1 #variation1 select,
.tx-tephotoplus-pi1 #variation2 select,
.tx-tephotoplus-pi1 #variation3 select {
  width: 200px;
  margin-right: 35px;
}


/* Registration View
 **********************************/

.tx-tephotoplus-pi1 input.radio {
  border: none;
  width: auto;
}

.tx-tephotoplus-pi1 input#title,
.tx-tephotoplus-pi1 input#zip {
  width: 60px;
}

.tx-tephotoplus-pi1 input#number {
  width: 40px;
}

.tx-tephotoplus-pi1 input#country,
.tx-tephotoplus-pi1 input#city,
.tx-tephotoplus-pi1 input#street {
  width: 140px;
}

.tx-tephotoplus-pi1 dl {
  width: auto;
}

.tx-tephotoplus-pi1 dt {
  float: left;
  margin-right: 6px;
  padding: 0 0 .5em 0;
  text-align: left;
  width: 90px;
}

.tx-tephotoplus-pi1 dd {
  padding: 0 0 .5em 0;
  width: auto;
}

.tx-tephotoplus-pi1 .error {
  color: #b0000d;
}

.tx-tephotoplus-pi1 #userdata {
  overflow: hidden;
  padding: 15px 0 0;
  width: 290px;
}

.tx-tephotoplus-pi1 #helpContainer {
  color: #b0000d;
}

.tx-tephotoplus-pi1 #addressdata {
  margin: 20px 0 10px;
}

.tx-tephotoplus-pi1 #addressdata #number,
.tx-tephotoplus-pi1 #addressdata #zip {
  width: 50px;
}

.tx-tephotoplus-pi1 #persondata {
  margin: 20px 0 10px;
  float: left;
  width: 360px;
}

.tx-tephotoplus-pi1 #upload {
  border-left: 1px solid #b1a396;
  float: right;
  padding-left: 35px;
  width: 360px;
}

.tx-tephotoplus-pi1 #upload ul {
  height: 120px;
  list-style: none;
  margin-top: 5px;
  width: 323px;
}

.tx-tephotoplus-pi1 #upload ul.dummyBackground {
  background: url(../img/upload_dummyImage.gif) repeat top left ;
}

.tx-tephotoplus-pi1 #upload ul li {
  background: #faf8f5;
  float: left;
  height: 120px;
  margin-right: 5px;
  overflow: hidden;
  width: 102px;
}

.tx-tephotoplus-pi1 #upload ul img {
  border: 1px solid #000;
  margin-bottom: 2px;
  vertical-align: middle;
}

.tx-tephotoplus-pi1 #upload input.deleteIcon {
  background: url(../img/icon_delete.gif) top left no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 11px;
  padding-top: 20px;
  overflow: hidden;
  width: 11px;
}

.tx-tephotoplus-pi1 #upload ul li .sizeCorrect {
  background: url(../img/greenlight.png) top left no-repeat;
  display: block;
  height: 11px;
  margin-left: 14px;
  width: 11px;
}

.tx-tephotoplus-pi1 #upload ul li .sizeIncorrect {
  background: url(../img/redlight.png) top left no-repeat;
  display: block;
  height: 11px;
  margin-left: 14px;
  width: 11px;
}

.tx-tephotoplus-pi1 .uploadFormWrapper {
  height: 22px;
  margin-top: 10px;
  position: relative;
}


.tx-tephotoplus-pi1 .uploadFormWrapper .addFile {
  left: 35px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.tx-tephotoplus-pi1 .uploadFormWrapper .fileUpload {
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  display: block;
  height: 18px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
  width: 165px;
  z-index: 2;
}

.tx-tephotoplus-pi1 .uploadFormWrapper .spacer {
  background: #faf8f5;
  height: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 35px;
  z-index: 3;
}

.tx-tephotoplus-pi1 .uploadFormWrapper .submit {
  position: absolute;
  left: 180px;
  top: -8px;
}

.tx-tephotoplus-pi1 #pdfDownload {
  margin-top: -5px;
  width: 300px;
}

.tx-tephotoplus-pi1 #customerInfo {
  margin-top: -5px;
}

.tx-tephotoplus-pi1 #customerInfo dt {
  font-weight: bold;
  text-align: right;
  width: 120px;
}

.tx-tephotoplus-pi1 #payMethod {
  border-right: 1px solid #b1a396;
  font-size: 11px;
  margin-top: 10px;
  padding-right: 10px;
  width: 475px;
}

.tx-tephotoplus-pi1 #payMethod dt {
  width: 15px;
}

.tx-tephotoplus-pi1 #submitBox {
  float: right;
  margin-top: 10px;
  padding: 20px 0;
}

.tx-tephotoplus-pi1 #agencyUpload {
  width: 320px;
}

.tx-tephotoplus-pi1 #agencyUpload ul {
  height: 120px;
  list-style: none;
  width: 323px;
}

.tx-tephotoplus-pi1 #agencyUpload ul.dummyBackground {
  background: url(../img/upload_dummyImage.gif) repeat top left ;
}

.tx-tephotoplus-pi1 #agencyUpload ul li {
  background: #faf8f5;
  float: left;
  height: 120px;
  margin-right: 5px;
  overflow: hidden;
  width: 102px;
}

.tx-tephotoplus-pi1 #agencyUpload ul img {
  border: 1px solid #000;
  margin-bottom: 2px;
  vertical-align: middle;
}


.tx-tephotoplus-pi1 #uploadPdf input.deleteIcon {
  background: url(../img/icon_delete.gif) top left no-repeat;
  border: none;
  cursor: pointer;
  height: 11px;
  margin: 5px 0 0 5px;
  overflow: hidden;
  text-indent: 50px;
  width: 11px;
}

.tx-tephotoplus-pi1 #customerList table {
  width: 710px;
}

.tx-tephotoplus-pi1 #customerList table th {
  text-align: left;
}

.tx-tephotoplus-pi1 .saveState textarea {
  height: 200px;
  width: 500px;
}

/* Usage Conditions Accept button */
.tx-tephotoplus-pi1 #usageConditionsAccept {
  margin-top: 15px;
}

.tx-tephotoplus-pi1 #usageConditionsAccept input {
  background: #b8000d;
  color: #fff;
}


/* Extension tg_creditcalculator
***************************************************************************/

.creditCalcForm {
  margin: 10px 0;
}

.creditCalcForm .field {
  margin: 3px 0;
}

.creditCalcForm .submit {
  margin-left: 5px;
  width: 50px;
}

.creditCalcForm label {
  font-weight: bold;
  line-height: 1.6em;
  width: 100px;
}


.creditCalcTable {
  margin: 10px 0;
}


.creditCalcTable table {
  width: 100%;
}

.creditCalcTable th {
  background: #9c9a9c;
}

.creditCalcTable td {
  text-align: right;
}



/* Extension newloginbox
***************************************************************************/

.tx-newloginbox-pi1 label {
  font-weight: bold;
  width: 100px;
}

.tx-newloginbox-pi1 .forgotPW {
  margin-top: 5px;
}

.tx-newloginbox-pi1 .field {
  margin-top: 3px;
}

.tx-newloginbox-pi1 h3 {
  display: none;
  height: 0px;
  width: 0px;
}


/* Extension te_fotoplus
***************************************************************************/

#uploadOverlay {
	-khtml-opacity: .8;
	-moz-opacity: .8;
	background: url(../img/ajax-loader.gif) 50% 50% no-repeat #232323;
	display: none;
	filter: alpha(opacity=80);
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.tx-tefotoplus-pi1 ul {
  list-style: none;
}

.tx-tefotoplus-pi1 textarea {
  font: 1em Arial, Verdana sans-serif;
}

.tx-tefotoplus-pi1 .submit,
.tx-tefotoplus-pi1 .inactiveSubmit {
  background: url(../img/arrow-right-greyBG.gif) top right no-repeat;
  border: none;
  color: #c41200;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  padding-right: 20px;
  text-align: right;
  text-decoration: none;
  width: auto !important;
}

.tx-tefotoplus-pi1 .inactiveSubmit {
  background: url(../img/arrow-right-red-inactive.png) top right no-repeat;
  cursor: auto;
  line-height: 1.8em;
  width: 240px;
}

.tx-tefotoplus-pi1 .return {
  background: url(../img/arrow-left-greyBG.png) top left no-repeat;
  border: none;
  color: #c41200;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  margin-left: 10px;
  padding-left: 20px;
  text-align: left;
  text-decoration: none;
  width: auto !important;
}

.tx-tefotoplus-pi1 dt {
  font-weight: bold;
}

.tx-tefotoplus-pi1 .error {
  color: #c41200;
}

.tx-tefotoplus-pi1 #uploadInformation,
.tx-tefotoplus-pi1 #objectInformation,
.tx-tefotoplus-pi1 #userForm,
.tx-tefotoplus-pi1 #preferencesForm,
.tx-tefotoplus-pi1 .editedFiles,
.tx-tefotoplus-pi1 .orderState {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
  width: 320px;
}

.tx-tefotoplus-pi1 #preferencesForm {
  float: none;
  width: auto;
}


/* Upload View
 **********************************/

.tx-tefotoplus-pi1 #upload {
  float: left;
  margin-bottom: 10px;
  width: 360px;
}

.tx-tefotoplus-pi1 #upload .spacer {
  margin-bottom: 15px;
}

.tx-tefotoplus-pi1 #upload ul {
  height: 120px;
  list-style: none;
  margin-top: 5px;
  width: 323px;
}

.tx-tefotoplus-pi1 #upload ul.dummyBackground {
  background: url(../img/upload_dummyImage.gif) repeat top left ;
}

.tx-tefotoplus-pi1 #upload ul li {
  background: #fff;
  float: left;
  height: 120px;
  margin-right: 5px;
  overflow: hidden;
  width: 102px;
}

.tx-tefotoplus-pi1 #upload ul img {
  border: 1px solid #000;
  margin-bottom: 2px;
  vertical-align: middle;
}

.tx-tefotoplus-pi1 #upload input.deleteIcon {
  background: url(../img/icon_delete.gif) top left no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  height: 11px;
  padding-top: 20px;
  overflow: hidden;
  width: 11px;
}

.tx-tefotoplus-pi1 #upload ul li .sizeCorrect {
  background: url(../img/greenlight.png) top left no-repeat;
  display: block;
  height: 11px;
  margin-left: 14px;
  width: 11px;
}

.tx-tefotoplus-pi1 #upload ul li .sizeIncorrect {
  background: url(../img/redlight.png) top left no-repeat;
  display: block;
  height: 11px;
  margin-left: 14px;
  width: 11px;
}

.tx-tefotoplus-pi1 .uploadFormWrapper {
  height: 22px;
  /*margin-top: 10px;*/
  position: relative;
  width: 280px;
}


.tx-tefotoplus-pi1 .uploadFormWrapper .addFile {
  left: 35px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.tx-tefotoplus-pi1 .uploadFormWrapper .fileUpload {
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  display: block;
  height: 18px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
  width: 165px;
  z-index: 2;
}

.tx-tefotoplus-pi1 .uploadFormWrapper .spacer {
  background: #faf8f5;
  height: 20px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 35px;
  z-index: 3;
}

.tx-tefotoplus-pi1 .uploadFormWrapper .submit {
  position: absolute;
  right: 5px;
  /*top: -8px;*/
}

.tx-tefotoplus-pi1 #upload dl,
.tx-tefotoplus-pi1 .orderInfo dl {
  margin-bottom: 10px;
}

.tx-tefotoplus-pi1 #upload dt,
.tx-tefotoplus-pi1 .orderInfo dt,
.tx-tefotoplus-pi1 #customerInfo dt {
  float: left;
  font-weight: bold;
  width: 60px;
}


/* Variation View
 **********************************/

.tx-tefotoplus-pi1 .variationInfo {
  margin: 0 0 10px;
}

.tx-tefotoplus-pi1 #variations .delete,
.tx-tefotoplus-pi1 #variations .addVariation {
  color: #c41200;
  cursor: pointer;
  margin: 0 0 10px;
  text-decoration: underline;
}

.tx-tefotoplus-pi1 #variations .addVariation {
  background: url(../img/addVariation.gif) top right no-repeat;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 1.6em;
  padding-right: 20px;
  text-align: right;
  width: auto;
}

.tx-tefotoplus-pi1 #variations .delete {
  background: url(../img/icon_delete.gif) 0 0.2em no-repeat;
  clear: both;
  line-height: 2em;
  padding-left: 20px;
}

.tx-tefotoplus-pi1 #objectInformation textarea {
  height: 100px;
  width: 300px;
}

.tx-tefotoplus-pi1 input.checkbox,
.tx-tefotoplus-pi1 input.radio, {
  border: none;
}

.tx-tefotoplus-pi1 input.checkbox {
  float: left;
}

.tx-tefotoplus-pi1 #objectInformation table {
  width: 100%;
}

.tx-tefotoplus-pi1 #objectInformation label.specialLabel {
  width: 160px;
}


/* Registration View
 **********************************/

.tx-tefotoplus-pi1 #userForm dt {
  float: left;
  width: 110px;
}

.tx-tefotoplus-pi1 #userForm dt label {
  display: inline;
  width: auto;
}

.tx-tefotoplus-pi1 #userForm dt label {
  float: left;
}

.tx-tefotoplus-pi1 #userForm dd {
  height: 20px;
}

.tx-tefotoplus-pi1 #userForm .errorLabel {
  color: #c41200;
  height: auto;
  padding-left: 110px;
}

.tx-tefotoplus-pi1 #userForm input {
  width: 140px;
}

.tx-tefotoplus-pi1 #userForm input.radio {
  width: auto;
}

.tx-tefotoplus-pi1 #userForm input#number,
.tx-tefotoplus-pi1 #userForm input#zip {
  width: 50px;
}

.tx-tefotoplus-pi1 #helpContainer {
  color: #c41200;
  height: 65px;
}

/* Preferences View
 **********************************/

.tx-tefotoplus-pi1 #preferencesForm dt {
  float: left;
  width: 110px;
}

.tx-tefotoplus-pi1 #preferencesForm dt label {
  display: inline;
  width: auto;
}

.tx-tefotoplus-pi1 #preferencesForm dt label {
  float: left;
}

.tx-tefotoplus-pi1 #preferencesForm dd {
  height: 20px;
}

.tx-tefotoplus-pi1 #preferencesForm .errorLabel {
  color: #c41200;
  height: auto;
  padding-left: 110px;
}

.tx-tefotoplus-pi1 #preferencesForm input#number,
.tx-tefotoplus-pi1 #preferencesForm input#zip {
  width: 50px;
}



/* Customer Order List View
 **********************************/

.tx-tefotoplus-pi1 .customerMenu {
  margin: 10px;
}

.tx-tefotoplus-pi1 .orderInfo {
  float: left;
  margin-bottom: 10px;
  width: 360px;
}

.tx-tefotoplus-pi1 .orderInfo ul {
  height: 102px;
  list-style: none;
  margin: 5px 0 0 0;
  width: 323px;
}

.tx-tefotoplus-pi1 .orderInfo ul li {
  background: #fff;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  width: 102px;
}

.tx-tefotoplus-pi1 .orderInfo ul img {
  border: 1px solid #000;
  margin-bottom: 2px;
  vertical-align: middle;
}

.tx-tefotoplus-pi1 .editedFiles h2 {
  width: 200px;
}

.tx-tefotoplus-pi1 .editedFiles ul {
  overflow: hidden;
  width: 200px;
}

.tx-tefotoplus-pi1 .orderItem {
  margin: 10px 0;
}

.tx-tefotoplus-pi1 .commonInfo {
  color: #c41200;
  cursor: pointer;
  text-decoration: underline;
}

.tx-tefotoplus-pi1 .commonInfo.selected {
  font-weight: bold;
}

.tx-tefotoplus-pi1 .itemContent {
  margin-top: 10px;
}

.tx-tefotoplus-pi1 .orderState h2,
.tx-tefotoplus-pi1 .orderState dl {
  width: 280px;
}

.tx-tefotoplus-pi1 .orderState dd {
  font-weight: normal;
}

/* Agency Order List View
 **********************************/

.tx-tefotoplus-pi1 #customerInfo dt {
  width: 80px;
}

.tx-tefotoplus-pi1 .saveState textarea {
  height: 180px;
  margin-bottom: 10px;
  width: 400px;
}

.tx-tefotoplus-pi1 #editedFiles input.deleteIcon {
  background: url(../img/icon_delete.gif) top left no-repeat;
  border: none;
  cursor: pointer;
  height: 11px;
  line-height: 100px;
  margin: 5px 0 0 5px;
  overflow: hidden;
  text-indent: 1000px;
  width: 11px;
}

.tx-tefotoplus-pi1 #customerOrderList table {
  width: 100%;
}

.tx-tefotoplus-pi1 #customerOrderList table th {
  text-align: left;
}

.tx-tefotoplus-pi1 #customerOrderList table td.a {
  background: #fff;
}


/* Extension solarformular
***************************************************************************/

#solarform {
  height: 520px;
  overflow: hidden;
  padding: 5px;
  width: 710px;
}

#solarform .fieldHeader {
  background-color: #DDDDDD;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 5px 0 5px 0;
  padding-left: 5px;
}

#solarform .field {
  margin: 4px 0 5px 0;
}

#solarform .half {
  float: left;
  width: 50%;
}

#solarform input,
#solarform textarea {
  margin-bottom: 3px;
  width: 210px;
}

#solarform .errorText1 {
  color: #c41200;
  display: block;
  font-weight: bold;
  width: 372px;
}

#solarform .errorText2 {
  color: #c41200;
  display: block;
  font-weight: bold;
  width: 485px;
}
#solarform .errorText3 {
  color: #c41200;
  display: block;
  font-weight: bold;
  width: 430px;
}
#solarform .errorText4 {
  color: #c41200;
  display: block;
  font-weight: bold;
  width: 350px;
}

#solarform label {
  width: 135px;
}

#solarform .radio {
  border: none;
  float: left;
  height: 12px;
  margin: 1px 3px 0 0;
  width: auto;
}

* html #solarform .radio {margin-bottom: 2px; } /* nur für den IE6 */
*+html #solarform .radio {margin-bottom: 2px; } /* nur für den IE7 */

#solarform .heat {
  margin-left: 30px;
}

#solarform .checkbox {
  border: none;
  margin-bottom: -1px;
  width: auto;
}

#solarform .upload {
  width: 400px;
}

#solarform #heizungsunterstuetzung .half label {
  width: auto;
}

#solarform .radioNoFloat .radio {
  float: none;
  margin: 0 0 -2px 23px;
}

* html #solarform .radioNoFloat .radio {margin-bottom: 2px; } /* nur für den IE6 */
*+html #solarform .radioNoFloat .radio {margin-bottom: 2px; } /* nur für den IE7 */

#solarform .cnt_people {
  margin-left: 65px;
  width: 45px;
}

#solarform .water_per_day {
  display: inline;
  margin-left: 40px;
}

#solarform .after_heat {
  display: inline;
  margin-left: 132px;
}

#solarform .circulation {
  margin-left: 113px;
}

#solarform .cable_length {
  margin-left: 106px;
  width: 75px;
}

#solarform .indent {
  margin-left: 10px;
}

#solarform .zip {
  width: 60px;
}

#solarform .city {
  width: 122px;
}

#solarform #dacheindeckung .radio {
  float: none;
  margin-bottom: -2px;
  /*margin: 1px 0 0 3px;*/
}

* html #solarform #dacheindeckung .radio {margin-bottom: 2px; } /* nur für den IE6 */
*+html #solarform #dacheindeckung .radio {margin-bottom: 2px; } /* nur für den IE7 */

#solarform .submitPfeilText {
  width: auto;
}

#solarform #agb .checkbox {
  float: left;
  margin: 0 5px 0 0;
}

* html #solarform #agb .checkbox {margin-top: -2px; } /* nur für den IE6 */
*+html #solarform #agb .checkbox {margin-top: -2px; } /* nur für den IE7 */

#solarform #agb label {
  width: auto;
}

#solarform #dachflaeche .field {
  margin-top: 10px;
}

#solarform #dachflaeche .image {
  float: left;
  margin: 0 15px 5px 0;
  width: 305px;
}

#solarform #dachflaeche .imageText {
  padding-top: 25px;
}

#solarform #roof_direction {
  width: 50px;
}


#solarform #heat_weight,
#solarform #no_heat_weight {
  display: none;
}

#solarform .error {
  color: #c41200;
}

#solarform #skizze {
  margin-top: 10px;
}

#solarform #skizze label {
  margin-right: 15px;
}


#solarform .uploadFormWrapper {
  height: 22px;
  position: relative;
}


#solarform .uploadFormWrapper .addFile {
  position: absolute;
  top: 0;
  z-index: 1;
}


#solarform .uploadFormWrapper .fileUpload {
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  display: block;
  height: 22px;
  overflow: hidden;
  position: absolute;
  left: 325px;
  text-indent: 2px;
  width: 165px;
  z-index: 2;
}

* html #solarform .uploadFormWrapper .fileUpload {left: -30px;} /* nur für den IE6 */
*+html #solarform .uploadFormWrapper .fileUpload {left: -30px;} /* nur für den IE7 */

#solarform #solarformInfo {
  margin-top: 5px;
}


.tgextranetstart-broschure-2column {
	float: left;
	margin: 5px;
	width: 355px;
}

.tgextranetstart-broschure-2column_header {
	background: url(../img/startseite2columnHeader.gif) no-repeat top left;
	height: 29px;
	padding: 1px 5px 0 10px;
}

.tgextranetstart-broschure-2column_header h2 {
	color: #5b5b5b;
	font-weight: bold;
	font-weight: bolder;
	text-transform: none;
}

.tgextranetstart-broschure-2column_content {
	background: url(../img/startseite2columnContent.gif) repeat-x top left;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #5b5b5b;
	font-size: 10px;
	height: 100px;
	overflow: hidden;
	padding: 5px;
}

.tgextranetstart-broschure-2column_footer {
	background: url(../img/startseite2columnFooter.gif) no-repeat top left;
	height: 10px;
}

.tgextranetstart-broschure-2column_content .tgextranetstart-broschure-Img {
	background: #FFFFFF;
	float: left;
	margin-right: 5px;
	padding: 10px;
	width: 50px;
}

.tgextranetstart-broschure-3column {
	float: left;
	margin: 5px 11px 5px 5px;
	width: 229px;
}

* html .tgextranetstart-broschure-3column {margin-right: 10px; } /* nur für den IE6 */

.tgextranetstart-broschure-3column_header {
	background: url(../img/startseite3columnHeader.gif) no-repeat top left;
	height: 29px;
	padding: 1px 5px 0 10px;
}

.tgextranetstart-broschure-3column_header h2 {
	color: #5b5b5b;
	font-weight: bold;
	font-weight: bolder;
	text-transform: none;
}


.tgextranetstart-broschure-3column_content {
	background: url(../img/startseite3columnContent.gif) repeat-x top left;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #5b5b5b;
	font-size: 10px;
	height: 100px;
	overflow: hidden;
	padding: 5px;
}

.tgextranetstart-broschure-3column_footer {
	background: url(../img/startseite3columnFooter.gif) no-repeat top left;
	height: 10px;
}

.tgextranetstart-broschure-3column_content .tgextranetstart-broschure-Img {
	background: #FFFFFF;
	float: left;
	margin-right: 5px;
	padding: 10px;
	width: 50px;
}

.tgextranetstart-broschure-3column_content .tgextranetstart-broschure-Header {
	/* sieht komisch aus: */
	/*padding-top: 10px;*/
}

.tgextranetstart-broschure-3column_content .tgextranetstart-broschure-Teaser {
    float: left;
	width: 137px;
}




/* Extension callback button
***************************************************************************/

.callBack_button {
    background-image: url(/typo3conf/ext/callback_button/res/background_full.jpg);
    height: 84px;
    padding: 10px 0 10px 5px;
    width: 225px;
}

.callBack_button .message {
    padding: 0 75px 5px 0;
}

.callBack_button .phoneInput,
.callBack_button .phoneCodeInput {
    border: 1px solid #7f9db9;
    color: #bdbaba;
    float: left;
    font-size: 0.9em;
    padding: 1px 0;
    width: 135px;
}

.callBack_button .phoneCodeInput {
    margin-right: 5px;
    width: 45px;
}

.callBack_button .inputFocus {
    background-color: #fffAAA;
}

.callBack_button .button {
    border: none;
    float: right;
    margin: -5px 8px 0 0;
}

/* Holly Hack Targets IE Win only \*/
* html .callBack_button .button {
    float: none;
    margin-top: -5px;
}
/* End Holly Hack */

.tx-tgfoerderservice-pi2 #subsidyRequestForm .requestFormBox {
    margin-bottom: 10px;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm label {
    width: 150px;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm .notify {
    display: block;
    font-size: 10px;
    margin: 10px 0;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm .terms label,
.tx-tgfoerderservice-pi2 #subsidyRequestForm .terms input {
    float: left;
    margin-right: 10px;
    text-align: left;
}
.tx-tgfoerderservice-pi2 #subsidyRequestForm .terms label {
    width: 200px;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm input.textField {
    border: 1px solid #5b5b5b;
    width: 200px;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm input.inputZip {
    margin-right: 10px;
    width: 58px;
}
.tx-tgfoerderservice-pi2 #subsidyRequestForm input.inputCity {
    width: 127px;
}

.tx-tgfoerderservice-pi2 #subsidyRequestForm label {
    margin-right: 20px;
    text-align: right;
}