/* Map container */
DIV#mapContainer {
  /*width: 540px;
  height: 400px;*/
  background-image: url(../images/f_plattegrond_preload.jpg);
}

/* Small map container */
DIV#mapContainerThumb {
	/*width: 120px;
	height: 130px;*/
	background-image: url(../images/f_plattegrond_small.gif);
	cursor: hand;
	cursor: pointer;
}

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

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

div#Nav {
  left: 570px;
  position: absolute;
  top: 95px;
  z-index: 2;
}
.divHotspot {
  position:absolute;
}
.divHotspotThumb {
  border:1px solid black;
  position:absolute;
  width:4px;
  height:4px;
  background-color:orange;
}

.plattegrond_hs_info {
  border:2px #b8edff solid;
  padding:10px;
}

.plattegrond_hs_info img {
  float:right;
  margin: 0 5px 0 10px;
}