html, body {
margin: 0px;
padding: 0px;
}

body {
  font-family: Roboto;
  font-size: 12px;
  background: url(../images/bg_body.png) #ccd5d1 repeat-x top;
}
#container {
  width: 925px;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  margin-top: 45px;
  -webkit-box-shadow: 0px 0px 10px 0px #596668;
  -moz-box-shadow:    0px 0px 10px 0px #596668;
  box-shadow:         0px 0px 10px 0px #596668;
}
#header {
height: 231px;
display: block;
border-bottom: 6px solid #9bada6;
}
#logo {
  
  width: 800px;
  height: 143px;
  ;
  background: url(images/logohlavicka.jpg) no-repeat;
  border:none;
}
#house {
  width: 523px;
  height: 259px;
  display: block;
  position: absolute;
  margin: -28px 0px 0px 402px;
  background: url(../images/bg_header_house.png) no-repeat;
}

#residence {
  width: 300px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: upperCase;
  font-weight: bold;
  padding: 0px;
  text-shadow: 1px 1px 0px #8c9e98;
  margin: 30px 0px 0px 0px;
  background: url(images/bg_residence.png) repeat-x top;
}

#content {
margin-top: 35px;
}

#content h2 {
height: 35px;
line-height: 35px;
color: #813974;
font-weight: bold;
font-size: 17px;
margin: 0px;
padding: 0px;
}

#content h3 {
height: 30px;
line-height: 30px;
color: #b46995;
font-weight: 500;
font-size: 14px;
margin: 10px 0px 0px 0px;
padding: 0px;
}




#content p {
color: #717c8e;
margin: 0px;
padding: 0px;
}


#content .box-1 {
  float: left;
  width: 205px;
  min-height: 200px;
  padding: 0px 25px 25px 25px;
  background: url(/images/image_service.png) #ebefed repeat-x top;
  margin-bottom: 10px;
}

#content .box-1 span.day {
width: 80px;
display: inline-block;
font-weight: bold;
}




#content .box-2 {
  width: 600px;
  min-height: 515px;
 float: left;
 margin-left:40px;
}
#content .box-3 {
  float: left;
  width: 300px;
  min-height: 515px;
 
}






.clear {
clear: both;
}

.line-1 {
width: 155px;
margin: 20px 0px 10px 0px;
border-top: 1px solid #c3cec9;
}






