/* Map container */
DIV#mapContainer {
  border: 2px solid white;
  width: 540px;
  height: 400px;
}

/* Small map container */
DIV#mapContainerSmall {
  border: 2px solid white;
  width: 170px;
  height: 117px;
  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: 1557px;
  height: 1067px;
}

/* 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;
}

/* Navigate */
#navKaart{
	position: absolute;
	top: 390px;
	left: 816px;
}

