/* Map container */
DIV#mapContainer {
/*  float: left;*/
  width: 495px;
  height: 450px;
  border: 1px solid #8B9664;
}

/* Small map container */
DIV#mapContainerThumb {
/*  float: right;*/
  width: 190px;
  height: 158px;
  background-image: url(../images/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid #8B9664;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/f_plattegrond_xxl.jpg);
  width: 1200px;
  height: 1000px;
}

/* Draggable handle */
DIV#mapThumb {
  /*position: absolute;*/
  font-size: 0pt;
  /*width: 0px;
  height: 0px;*/
  border: 1px solid black;
  background-color: #FFFFFF;
  filter: alpha(opacity=40,enabled=1);
  opacity: .4;
}

DIV.divHotspot {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 0pt;
  cursor: hand;
  cursor: pointer;
}

DIV#divLegenda {
/*  float: right;*/
  width: 190px;
  margin-top: 10px;
}
