#kontakt {
  display: block;
  width: 122px;
  height: 29px;
  background: url(/img/h1Kontakt.png) 0 0 no-repeat;   
}


#main {
  position: relative;
  top: 185px;
  height: 400px;
  background: url(/img/subMenuBg.png) 50% 100% no-repeat;  
}

#box {
  width: 820px;
  margin: 0 auto;
  
}


#main h1, #main h3, #main p {
  padding-bottom: 30px;
}

#footer {
  position: absolute;
  top: 597px;
}

#address {
  position: absolute;
  
  width: 215px;
}

#legal {
  position: absolute;
  margin-left: 215px;
  width: 400px;

}

#boxKontakt {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e5e9e8;
  margin-left: 215px;
  width: 600px;
  height: 160px;
  top: 195px;
  
}

#boxKontakt div {
  width: 580px;
  height: 140px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(/img/boxKontaktBgHover.png);

}

#boxKontakt a  {
  display: block;
  width: 580px;
  height: 140px;  
  background: url(/img/boxKontaktBg.png);
  z-index: 100;

}

#boxKontakt a:hover  {
  background: transparent;
}
#boxKontakt a span  {
  display: none;
}


#mascotKontakt {
  position: absolute;
  top: 45px;
  margin-left: 630px;
  width: 144px;
  height: 156px;
  background: url(/img/mascotKontakt.png) 0 0 no-repeat;
  z-index: 100;
}

