/* CSS Document */

#topimage {
  width: 178px;
  height: 41px;
  background-image: url("img/index_top.jpg");
  float: left;
  border: none;
}

#bottomimage {
  position: relative;
  width: 178px;
  height: 558px;
  background-image: url("img/index_bottom.jpg");
  float: left;
}

#kdojsme {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 10px;
  left: 0px;
  background-image: url("img/focusedmenu.gif");
  background-repeat: no-repeat;
  padding: 20px 0 0 25px;
}

#eibytova {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 90px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 9px 0 0 25px;
}

#eibytova:hover {
  background-image: url("img/hovermenu.gif");
}

#eiprumyslova {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 170px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 9px 0 0 25px;
}

#eiprumyslova:hover {
  background-image: url("img/hovermenu.gif");
}

#hromosvody {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 250px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 20px 0 0 25px;
}

#hromosvody:hover {
  background-image: url("img/hovermenu.gif");
}

#postservis {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 330px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 20px 0 0 25px;
}

#postservis:hover {
  background-image: url("img/hovermenu.gif");
}

#kariera {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 410px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 9px 0 0 25px;
}

#kariera:hover {
  background-image: url("img/hovermenu.gif");
}

#kontakt {
  position: absolute;
  width: 178px;
  height: 60px;
  top: 490px;
  left: 0px;
  background-image: url("img/mouseoutmenu.gif");
  background-repeat: no-repeat;
  padding: 20px 0 0 25px;
}

#kontakt:hover {
  background-image: url("img/hovermenu.gif");
}


