BODY {
  padding: 5px;
  margin: 0px;
}

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

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

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

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



/*
IMG#imgNav {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 100;
}
*/

