/*
 *  CSS - modifikace stylu pro tisk
 *  Copyrighted by LTweb s.r.o. - www.LTweb.cz
 */
 
#header .banner, #menus, #leftmenu, #footer,
#detail .detail-links, #detail .cena-top .button, #detail .facebook, #detail .makler .form, #detail h2, #detail .podobne {
  display: none;
  position: absolute;
  float: left;
  z-index: -9999;
}

#page, #mainpart, #content {
  width: auto;
}

#detail .detail-left {
	width: 230px;
	padding-right: 10px;	
}

#header .asociace {
	right: 20px;
}