@media screen, projection {


img {
border:0;
color:#FE019A;
}

img.site_img {
  border:1px solid #D7D7D7;
  align: top;
  float: right;
  margin-left: 10px;
}

/* ÜBERPRÜFEN */

.product_current_info
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    text-align: center;
}

.product_navigation_forward
{
  position: absolute;
  bottom:10px;
  right:10px;
}

.product_navigation_backward
{
  position: absolute;
  bottom:10px;
  left:10px;
}


div.content_inner div.right_items div.productdetails
{
  height: 287px;
  position:relative;
}


div.productdetails .products_description
{
  position:absolute;
  left:0;
  top:20px;
  margin:10px;
  overflow:auto;
  height:258px;
  padding:0 5px 0 0;
  width:190px;
}


div.productdetails .price
{
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #ca091f;

}

div.productdetails .price_old
{
  font-size: 13px;
}

img.product-image
{
  margin-bottom: 0;
}


/************ SCROLLERS */

.end_of_products
{
  display: inline;
  width: 0px;
  float: left;
  visibility: hidden;
}


/************ BOXES */

div.content_main
{
  width: 100%;
}

div.content_main .inner
{
  padding: 20px;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.breadcrumb
{
  width: 582px;
  font-size: 10px;
}


div.left_text
{
  width: 320px;
  float: left;
}

div.right_pic
{
  width: 210px;
  float: right;
}

/************ OVERRIDE CSS-STYLED-CONTENT */

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG
{
  border: 1px solid #dcdcdc;
  padding: 1px;
}

.csc-textpic-caption
{
  color: #0a5390;
}


/*************** MISC */

.print_only
{
  display: none;
}

.hidden
{
  display: none;
}

.google_map
{
  float: right;
  border: 1px solid #dedede;
  margin: 0 0 10px 10px;
}

#previewMessage
{
  width: 70px;
  border: outset 2px red;
  background-color: #eee;
  position: absolute;
  top: 10px;
  text-align: center;
  left: 10px;
  padding: 5px 5px;
  font-weight: bold;
  z-index: 100;
}

hr.clearer
{
  clear: both;
  visibility: hidden;
  height: 0;
  width: 1px;

}




/************* CONTENT PAGE */

img.left
{
  margin: 0 15px 15px 0;
}





div.restaurant_product .padding
{
  padding: 10px 10px 6px 10px;
}

div.restaurant_product
{
  margin: 20px 10px 20px 0;
  float: left;
  width: 220px;
  background-color: #ededed;
  border:1px solid #d6d6d6;
}

div.restaurant_product .notice
{
  margin: 0;
  font-style:italic;
}

div.restaurant_product .text
{
  margin-top:10px;
}

div.restaurant_product .subheadline
{
  margin-top:0;
  margin-bottom:0;
}

div.restaurant_product .price
{
  margin-bottom: 0px;
  color: #054e8b;
}

div.restaurant_product .headline
{
  margin-bottom:0;
  font-weight: bold;
}


div.content-2cols .leftCol,
div.content-2cols .rightCol
{
  width: 48%;
}

div.content-2cols .leftCol
{
  float: left;
}

div.content-2cols .rightCol
{
  float: right;
}




/************* LISTS */

ul.more
{
  list-style-image: url('../images/li.gif' );
  margin-top: 0px;
  margin-left: 17px;
  padding: 0;
}

ul.more a
{
  font-weight: bold;
}




/************ FORMS */

form
{
  margin: 0;
  padding: 0;
}

form.einrichtungshaus select{
width:170px;
font-size:11px;
margin-bottom:3px;
}

form.einrichtungshaus input{
margin-top:3px;
}

form.einrichtungshaus div.glossy_button_red {
margin:5px 0;
}

/* FORM Newsletter, Standort, Prospekt */

div.right_items form {
  margin-top:10px;
}

div.right_items form input,
div.right_items form select {
  color: #000;
  border: 1px solid #56C4EE;
  background: #fff;
  padding: 2px;
  font-size: 11px;
  float: left;
  width: 80px;
  margin-right: 10px;
  margin-top:8px;
}

div.right_items form.standort input {
  width: 60px;
}

div.right_items form.prospekt select {
  width: 170px;
  margin-top:0;
}

div.right_items form select option.first {
  text-transform:uppercase;
  font-weight: bold;
}



/* General */

input,
textarea,
select
{
  color: #626469;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 1px;
  font-size: 12px;
  width: 300px;
  float: left;
  margin-bottom: 5px;
}

textarea
{
  height: 100px;
  overflow: auto;
}


dt,
dd,
dl
{
  margin: 0;
  padding: 0;
}


fieldset
{
  border: 1px solid #d6d6d6;
  padding: 10px;
  margin: 0;
}



/***** FORM General ***/

legend
{
  font-size: 14px;
  color: #054e8b;
  margin: 13px 0;
}

label
{
  line-height: 19px;
  vertical-align: middle;
  width: 130px;
  float: left;
}




img.tx-srfreecap-pi2-image {
border:1px solid #d6d6d6;
margin:0;
float:left;
}

input.powermail_captcha {

}


label.radio,
label.checkbox
{
  margin-right: 10px;
  width: auto;
  height: auto;
  border: none;
  line-height: 19px;
  vertical-align: middle;
  float: left;
  background:transparent;
}



label.fullWidth
{
  display: block;
  width: 100%;
  clear: both;
  margin: 1em 0 0.5em 0;
}

label.autoWidth
{
  width: auto;
}

input.radio,
input.checkbox,
input.tx-sremailsubscribe-pi1-checkbox
{
  width: auto;
  border: none;
  background:transparent;
}

.tx-sremailsubscribe-pi1-multiple-checkboxes dt
{
  clear: left;
}

.tx-sremailsubscribe-pi1-multiple-checkboxes label
{
  margin-left: 1em;
  width: auto;
  float: none;
}


.tx_powermail_pi1_fieldwrap_html
{
  clear: both;
}

form br
{
  float:none;
  clear: both;
  margin: 0;
  padding: 0;
  height:0;
  line-height:0;
}

div.form_haus form input.powermail_submit,
input.tx-sremailsubscribe-pi1-submit,
input.submit,
input.powermail_submit,
input.powermail_reset
{
  width: auto;
  margin: 20px 0 0 0;
  padding: 3px 20px;
  color: #054e8b;
  clear: left;
}


input.search
{
  width: 100px;
  height:14px;
  padding: 3px 20px 3px 2px;
  background: url('../images/search.png' ) no-repeat 98% 1px #000;
  border:1px solid #FE0198;
  color:#FE0198;
  font-size:11px;

}

div.tx_powermail_pi1_fieldwrap_html_submit
{
  float: left;
  display: inline;
  clear: none;
}

div.tx_powermail_pi1_fieldwrap_html_reset
{
  margin: 0 2em;
  float: left;
  display: inline;
  clear: none;
}

p.captcha_error
{
  margin: 0;
  width: 200px;
  color: #ca091f;
  float: left;
  clear: left;
}


.newslettersubscribe-error-mail p
{
  color: black;
  width: auto;
  float:none;
  color: #ca091f;
  margin: 0 100px 10px 0px;
  float:right;
  width: 305px;

  clear: none;
}


.newslettersubscribe-error-mail input
{
  margin-left: 130px;
  border-color: #ca091f;
}


div.tx-geosearch-pi1-field-zip input
{
  width: 50px;
}

div.searchbox-tmpl-css
{
  margin-bottom: 2em;
  border-bottom: 1px solid #efefef;
}

.item-path
{
  display: inline;
}

.tx-indexedsearch-percent {
  float: right;
  color: #999;
  margin-top: -12px;
  font-size: 11px;
}

.tx-indexedsearch-icon,
.tx-indexedsearch-result-number,
.tx-indexedsearch-title {
}

.tx-indexedsearch-descr
{
  clear: both;
}

.tx-psmhighlight-sword-1,
.tx-psmhighlight-sword-2,
.tx-psmhighlight-sword-3 {
  font-weight: bold;
  color: #ca091f;
  background: none;
}


/************ CAPTCHA */

tx_powermail_pi1_fieldwrap_html_captcha,
#tx-sremailsubscribe-pi1-submit-captcha_response
{
  width: 220px;
}

img.tx-srfreecap-pi2-image
{
  float: left;
  margin: 0 2em 0 130px;
}

.tx_powermail_pi1_fieldwrap_html img.tx-srfreecap-pi2-image
{
  margin-left: 130px;
}

.tx-srfreecap-pi2-cant-read a,
.tx-srfreecap-pi2-cant-read
{
  font-size: 10px;
  color: #999;
}

.tx-srfreecap-pi2-cant-read
{
  display: block;
  clear: both;
  margin-left: 130px;
}





/************ LIGHTBOX */

#overlay, #mb_overlay
{
  background-color: #fff !important;
}

#mb_contents iframe
{
border: none;
overflow:hidden;

}



/************ PARTNER */


div.partner_box_line {
  margin: 0 0 10px 0;
}

div.partner_box_line .box {
  width:178px;
  height:178px;
  background:#efefef;
  margin-right: 8px;
  float:left;
}

div.partner_box_line .box last {
  margin-right: 0px;
}

div.partner_box_line .last {
  margin-right: 0;
}

div.partner_box_line .inner_pic {
  padding:10px;
}

div.partner_box_line .inner_pic img {
  border:0px;
}

div.partner_box_line .inner_link {
  background:#fff;
  width:100%;
  text-align:center;
  line-height:24px;
  height:24px;
  text-align:center;
  margin-top: 10px;
}

div.partner_box_line .inner_link a {
  color:#323232;
  text-decoration:none;
  font-size:11px;
}

div.partner_box_line .inner_link a:hover {
  color:#9E9E9E;
  text-decoration:none;
}

img.partnerimage{
    border: 7px solid #efefef;
    float: left;
    margin: 5px 8px 5px 0;
}



/************ GEOSEARCH */

.tx-geosearch-pi1-distance
{
  float:left;
  font-weight: bold;
  margin: 0;
}

.tx-geosearch-pi1-content .address
{
  float:right;
  width: 450px;
  position: relative;
}

.tx-geosearch-pi1-content .img_border img
{
  border: none;
  margin: 1px;
}

.tx-geosearch-pi1-content .img_border
{
  border: 1px solid #dcdcdc;
  width: 152px;
  position: absolute;
  top: 0;
  right: 0;
}


.tx-geosearch-pi1-content .Image a
{
  border: none;
}



/************ INDEXED SEARCH */

div.tx-indexedsearch table td p
{
  margin: 0;
}

div.tx-indexedsearch input
{
  float: none;
}

div.tx-indexedsearch table td
{
  border: none;
  padding: inherit;
  margin: auto;
  vertical-align: top;
}





/************ Auftragsverfolgung */

#sales_contracts .positions
{
    margin: 10px 0 10px 1px;
}

#sales_contracts .positions .state
{
    width: 180px;
}

#sales_contracts .positions td
{
    padding-bottom: 5px;
}

#sales_contracts .positions .price,
#sales_contracts .positions .count,
#sales_contracts .positions .total
{
    text-align: right;
}

div#sales_contracts .contract{
  background: url(  '../images/bg_mainnav.png' );
  height: 30px;
  margin-top: 10px;
  cursor: pointer;
}

div#sales_contracts .stretcher,
div#sales_contracts .contract
{
    clear: both;
}

div#sales_contracts .contract span
{
    line-height: 30px;
    float:left;
    display: block;
    font-weight: bold;



  color: #054e8b;
}

div#sales_contracts div.contract span.date

{
    width: 80px;

}

div#sales_contracts .nr
{
    width: 70px;
    margin-left: 10px;
}



div#sales_contracts div.contract span.ammount
{
    float: right;
    margin-right: 10px;
}

div#sales_contracts .stretcher
{
    background-color: #fcfcfc;
    padding: 10px;
}

.stretcher_image_nomargin {
margin:-5px 0 5px -25px;
padding:0;
}




/****** LINK TO TOP ******/

p.link_to_top {
    text-align:right;
    font-size:11px;
    padding:0 0 0 10px;
    background: url('../images/li_top_silver.png') no-repeat left 2px;
    width:60px;
    float:right;
}

p.link_to_top a {
    color:#9e9e9e;
}

a.current{
color: #CA091F; 
}

/* CSS Document */

}
