/* Map container */
DIV#mapContainer {
  width: 480px;
  height: 400px;
  border: 1px solid black;
}

/* Small map container */
DIV#mapContainerThumb {
  width: 178px;
  height: 126px;
  background-image: url(../images/f_plattegrond_small.jpg);
  cursor: hand;
  cursor: pointer;
  border: 1px solid black;
  margin-top: 20px;
}

/* Draggable map */
DIV#mapDrag {
  position: absolute;
  cursor: move;
  z-index: 100;
  background-image: url(../images/f_plattegrond_xxl.jpg);
}
DIV#mapHotspots,
DIV#mapDrag {
  width: 1541px;
  height: 1089px;
  top: 0xp;
  left: 0px;
}

/* Draggable handle */
DIV#mapThumb {
  /*position: absolute;*/
  font-size: 0pt;
  /*width: 0px;
  height: 0px;*/
  border: 1px solid black;
  background-color: white;
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
  filter: alpha(opacity=40);
  zoom: 1;
}

div.mapHotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: -14px 0px 0px -14px;
}
.highslide-wrapper .highslide-html-content {
  width: 500px;
  padding: 10px;
}
.highslide-body {
  color: #000000;
}
#my-content h1 {
  font-size: 14px;
}
#header {
  height: 42px;
  margin: -12px -12px 0px 0px;
}
#header h2 {
  color: #32393F;
  margin-top: 15px;
}