

/* design stranky */


#theme {
  height: 108px;
  width: 960px;
  position: absolute;
  background: url('/img/contacts-theme.jpg') 0 0 no-repeat; 
  /* float: left; */
  top: 134px;
}

#navi {
  /* margin-left: 80px; */  
  position: absolute;
  top: 160px;
  /* left: 70px; */
  margin-left: 80px;
  
  height: 38px;
  /* background: url('/img/claim.png') 0 0 no-repeat; */
}

#page {
  /* border: 1px solid #ff0000; */
  padding: 20px 80px;
  position: absolute;
  top: 240px;
  /* width: 960px; */
  
}

#page p {
  margin-bottom: 20px;
}

#map {
  border: 4px solid #ffffff;
  
}

