/*map*/
body{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #efd58c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #000
}
img#map{
  width: 491px;
  height: 304px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  cursor: hand;
}
div#map_div{
  width: 491px;
  height: 304px;
  margin: 0px;
  padding: 0px;
  background: #3d97bd url('../pics/map_bg.gif') 0px 0px no-repeat;
  position: relative;
}
div#map_div a{
  position: absolute;
  font-family: verdana, "geneva ce", "verdana ce", "arial ce", arial, sans-serif;
  font-size: 9px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
div#map_div a:hover{
  color: #000;
}
div.mesta{
  width: 100%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: none;
}
input.button{
  width: 90px;
  height: auto;
  font-weight: bold;
  color: #000;
  font-size: 90%;
  cursor: hand;
}

