/* Map container */
DIV#mapContainer {
  border: 1px solid #003300;
  height: 305px;
  margin-top: -10px;
  top: 20px;
  width: 400px;
  z-index: 10;
}

/* Small map container */
DIV#mapContainerThumb {
  margin-top: 33px;
  margin-left: 33px;
  width: 181px;
  height: 251px;
  background-image: url('../images/plattegrond_small.jpg');
  cursor: hand;
  cursor: pointer;
  position: relative;
  border: 1px solid #003300;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 9;
  background-image: url('../images/plattegrond_xl.jpg');
  width: 901px;
  height: 1250px;
}

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

DIV#navContainer {
  width: 233px;
  height: 135px;
  position: absolute;
  right: 12px;
  top: 534px;
  border: 1px solid #003300;
  background-color: white;
 /* filter: alpha(opacity=80,enabled=1);
  opacity: .8;  */
}

div.mapSpace {
    position: absolute;
    height: 484px;
    width: 431px;
    left: 0px;
    top: 202px;
}

div.mapSpaceNav {
    height: 330px;
    left: 489px;
    position: absolute;
    top: 202px;
    width: 270px;
}