/* Map container */
DIV#mapContainer {
  width: 462px;
  height: 383px;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 180px;
  height: 236px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
}

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

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


DIV.divFaciliteiten {
	position: absolute;
  width: 425px;
  left: 215px;
  top: 5px;
  border: 1px solid #2B8EBC;
  background-color: #FFFFFF;
  padding: 5px;
  display: none;
}
DIV.divSpeelplek {
	position: absolute;
  width: 200px;
  left: 440px;
  top: 5px;
  border: 1px solid #2B8EBC;
  background-color: #FFFFFF;
  padding: 5px;
  display: none;
}
DIV.divPop {
	position: relative;
  border: 1px solid #2B8EBC;
  background-color: #FFFFFF;
  padding: 5px;
}
DIV.divUitlegPijl {
  position: absolute;
  bottom: -25px;
  right: 50px;
}
IMG#imgNav {
  position: absolute;
  left: 220px;
}
