html,
body 
{
  margin: 0;
}



.print-button-container
{
	display: none;
}


.info-top-area div.print-header
{
  height:64px
}


.left-content-area,
div.detail-left,
div.detail-right,
div.lower-content div.lower-left1,
div.lower-content div.lower-left2,
div.lower-content div.lower-right1,
div.lower-content div.lower-right2,
div.lower-content div.lower-right3,
.description-text
{
	overflow: visible;
}


div.detail-info,
.dashed-line,
.lower-right1, 
.lower-right2, 
.lower-right3
{
  clear:both;
  float:none;
  overflow: visible;
}


.print-aktion-bottom-content,
.lower-content-bottom,
.footer-warranty,
{
  clear:both;
}


.dashed-line,
.lower-content-bottom
{
  border:1px solid white;   /* ie render empty cell hack */
  border-bottom:1px solid #ccc;
}


/* some browser (gecko based) can't render float at page end/new page in print mode -> changeing in margin... */


div.detail-left,
.detail-right,
.lower-left,
.lower-right
{
  float:none;
}

.detail-right
{
  margin-left:270px;
  margin-top:-220px; /* it is the negative heigt of heigtBigImage */
}

.lower-left
{
  display:none;
}

.lower-right{
  margin-left:270px;
}
