/* Map container */
DIV#mapContainer {
  width: 565px;
  height: 565px;
  border: 2px dashed black;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 210px;
  height: 271px;
  background-image: url(../images/plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer; 
}

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

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

div#backgroundOverzicht {
  height:338px;
  margin-left:-80px;
  margin-top:-35px;
  position:relative;
  width:247px;
  z-index:500;
}

div#overzicht {
  margin-left: -63px;
  margin-top: -295px;
  position: relative;
  width: 209px;
  z-index: 501;
}