/*DIV#divDragContainer {
  width: 480px;
  height: 400px;
  background-image: url('../images/f_plattegrond_xxl_preload.jpg');
}
DIV#divDragContainer.de {
  background-image: url('../images/f_plattegrond_xxl_preload_de.jpg');
}
DIV#divDrag {
  width: 1200px;
  height: 950px;
  background-image: url('../images/f_plattegrond_xxl.gif');
}

DIV#divThumbContainer {
  top: 0px;
  left: 0px;
  width: 200px;
  height: 158px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  z-index: 10;
}
DIV#divThumb {
  width: 0px;
  height: 0px;
	border: 2px solid #CC0000;
  background-color: white;
  filter: alpha(opacity=40,enabled=1);
  opacity: .4;
}*/

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

/* Small map container */
DIV#mapContainerThumb {
   top: 0px;
  left: 0px;
  width: 200px;
  height: 158px;
  background-image: url('../images/f_plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  z-index: 10;
}

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

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



DIV#divNav {
  margin-top: 20px;
  margin-left: 10px;
  z-index: 100;
}