body{
	font-family: serif;
	font-size: 10pt;
	line-height: 12pt;
	color: black;
}

a{
	color: black;
  text-decoration: none;
}

img{
  border: none;
}

#header, #sidebar-left, #sidebar-right, #navbar, #footer, #footer-2, .page-listing, form, #bottom-navigation ul, .estate-box-header, .special-navigation{
  display: none;
}

#bottom-navigation .right{
  border-top: 1px solid #ff1a25;
  padding-top: 10pt;
  clear: both;
}

#logo-print{
  border-bottom: 1px solid #ff1a25;
  padding-bottom: 5pt;
}

/*-------vypis nemovitosti--------*/

.estate-box{
  border-bottom: 1px dashed #dddddd;
  padding-top: 2pt;
  clear: left;
}

.estate-box p{
  padding: 0.4%;
  float: left;
  width: 14%;
}
.estate-box h3{
  float: left;
  width: 35%;
}
.estate-box .pubec-id{
  width: 9%;
}

.estate-box .estate-image{
  clear: left;
  width: 10%;
}

.estate-box .estate-image img{
  width: 85%;
}

/*---------detail-nemovitosti--------*/
#galleryBlock{
  float: right;
  padding-left: 2%;
  width: 43%;
}

#galleryBlock .images div{
  float: left;
  padding-left: 1%;
}