#mapa {
  float: left;
  width: 289px;
  height: 164px;
  background: transparent url('../images/mapa/mapa.gif') no-repeat top left;
}
#mapa a {
  text-decoration: none;
  text-align: center;
  font-size: 9px;
  font-family: Arial;
  color: red;
  background: transparent url('../images/mapa/cross_white.gif') no-repeat center center;
  overflow: hidden;
  width: 10px;
  height: 10px;
  cursor: hand;
  cursor: pointer;
  z-index: 10;
}
#mapa a:hover, #mapa a.hover {
  background: transparent url('../images/mapa/cross.gif') no-repeat center center;
}
#mapa span.label {
  position: absolute;
  z-index: 5;
  width: 100px;
  text-align: center;
  font-size: 9px;
  font-family: Arial;
  color: red;
}
#mapa_labels {
  width: 170px;
  float: right;
  padding: 5px;
}
#mapa_labels a {
  display: block;
  padding: 2px;
}
/*#mapa a:hover span.label {
  visibility: visible;
}*/
.mesto {
  
}
.mesto p {
  padding: 5px 0px;
}
.mesto table th, .mesto table td {
  padding: 5px;
  border: 1px solid black;
}
.mesto table tr td:first-child {
  background-color: royalblue;
}
.mesto table td {
  background-color: white;
}
.mesto table th {
  background-color: red;
}
