DIV#divThumbContainer {
	float: left;
	width: 192px;
	height: 230px;
	background-image: url('../../images/plattegrond_regio_small_transparent.gif');
	cursor: hand;
	cursor: pointer;
}
DIV#divThumb {
	width: 0px;
	height: 0px;
	border: 1px solid black;
	background-image: url('../../images/plattegrond_regio_small.gif');
	background-position-x: expression(-1*offsetLeft);
	background-position-y: expression(-1*offsetTop);
}

DIV#divDragContainer {
  left: 20px;
  top: 20px;
	width: 500px;
	height: 480px;
	/*background-image: url('../../images/plattegrond_regio_xxl_preload.jpg');*/
	background-position: -900px -300px;
}
DIV#divDrag {
	width: 1490px;
	height: 1785px;
	background-image: url('../../images/plattegrond_regio_xxl.gif');
}

body { 
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
DIV.hotspot {
  position: absolute;
  /*width: 55px;
  height: 94px;*/
  z-index: 1001;
  cursor: hand;
  cursor: pointer;
}
IMG.pngTransparency {
  behavior: url("../../js/pngbehavior.htc");
}
div#divContainer {
  width: 915px;
}
div#divContainerIndex {
	float: left;
	width: 375px;
	height: 500px;
}
div#divHeadermap {
	float: left;
	width: 375px;
	height: 40px;
	background-color: #C1D82F;
	background-image: url(../../images/header-citymap.gif);
}
div#divBorderMap {
  position: relative;
  float: left;
  width: 500px;
  height: 480px;
  /*background-color: #1857A1;*/
}
div#divDragContainer {
}
div#divNav {
  position: absolute;
}


div#divSelectspots {
	width: 183px;
	height: 230px;
	float: left;
	background-color: #1B2B88;
	color: #FFFFFF;	
}
ul#ulSelect {
  margin: 0px;
  padding: 0px;
}
ul#ulSelect li {
  list-style: none;
	margin-left: 10px;
	margin-top: 5px;
}

#divInfospots {
	float: left;
	width: 375px;
	height: 230px;
  padding: 10px;
	overflow: auto;
}
#divInfospots #divLeftContent,
#divInfospots #divRightContent {
  width: 155px !important;
}
#divInfospots a {
	text-decoration: none;
	color: #FF8700; /* bright orange */
}
#divInfospots a:hover {
	text-decoration: underline;
	color: #B7B7B7; /* light grey */
}
#divInfospots #divToonOpKaart {
  display: none;
}




#divFootermap {
	float: left;
	width: 375px;
	background-color: #1B2B88;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}
#divFootermap a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF; 
	padding: 5px 5px;
	border: none;
}
#divFootermap a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	border: none;	
}
