BODY {
  padding: 5px;
  margin: 0px;
}
DIV#mapContainer {
  width: 500px;
  height: 300px;
  background-image: url('../images/f_plattegrond_xxl_preload.jpg');
  background-position: -500px -500px;
}
DIV#mapDrag {
  width: 1439px;
  height: 1224px;
  background-image: url('../images/f_plattegrond_xxl.gif');
}

DIV#mapContainerThumb {
  width: 200px;
  height: 170px;
  background-image: url('../images/f_plattegrond_small.gif');
  cursor: hand;
  cursor: pointer;
}
DIV#mapThumb {
  width: 0px;
  height: 0px;
	border: 1px solid #AA0000;
  background-color: #F7CF8C;
  filter: alpha(opacity=60,enabled=1);
  opacity: .6;
}

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