/*---------------------------------------------------------------
	Stylesheet for the demo imagemap_rollover
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Web:		http://www.svennerberg.com
	Created:	2008-08-16
 ---------------------------------------------------------------*/

/* Map
---------------------------------------------------------------*/
#map {
	position: relative;
	width: 450px;
	height: 540px;
}
#transparent_map {
	position: absolute;
	z-index: 30;
	width: 450px;
	height: 540px;
	border: none;
}
#map ul {
	list-style: none;
}
#map li {
	position: absolute;
	z-index: 20;
	/*text-indent: -1000em;*/
	display: none;
	text-align: center;
	padding: 0;
}


#map li a { position: relative; display: inline-block; text-decoration: none; border: 1px solid #F18700; background: #fff; padding: 5px; font-family: Verdana; font-size: 11px; box-shadow: rgba(0,0,0,0.10) 0 0 5px;  }

#content #map ul li { padding: 0;}
/* Nederland */

#map #noordholland {
	background: url(/images/layout/sprite-nederland.png) 0 0 no-repeat;
	width: 93px;
	height: 195px;
	left: 137px;
	top: 73px;
}
#map #utrecht {
	background: url(/images/layout/sprite-nederland.png) -93px 0 no-repeat;
	width: 100px;
	height: 72px;
	left: 173px;
	top: 242px;
}
#map #noordbrabant {
	background: url(/images/layout/sprite-nederland.png) -93px -72px no-repeat;
	width: 224px;
	height: 117px;
	left: 100px;
	top: 334px;
}
#map #limburg {
	background: url(/images/layout/sprite-nederland.png) -317px 0 no-repeat;
	width: 79px;
	height: 192px;
	left: 268px;
	top: 348px;
}
#map #limburg a { margin-top: 20px; }
#map #drenthe {
	background: url(/images/layout/sprite-nederland.png) -396px 0 no-repeat;
	width: 112px;
	height: 116px;
	left: 325px;
	top: 69px;
}
#map #groningen {
	background: url(/images/layout/sprite-nederland.png) -508px 0 no-repeat;
	width: 120px;
	height: 120px;
	left: 329px;
	top: 18px;
}
#map #gelderland {
	background: url(/images/layout/sprite-nederland.png) -396px -120px no-repeat;
	width: 216px;
	height: 151px;
	left: 198px;
	top: 203px;
}
#map #friesland {
	background: url(/images/layout/sprite-nederland.png) -151px -313px no-repeat;
	width: 197px;
	height: 148px;
	left: 180px;
	top: 0px;
}
#map #overijssel {
	background: url(/images/layout/sprite-nederland.png) 0 -315px no-repeat;
	width: 151px;
	height: 140px;
	left: 287px;
	top: 140px;
}
#map #overijssel a { margin-top: 20px; }
#map #flevoland {
	background: url(/images/layout/sprite-nederland.png) -263px -192px no-repeat;
	width: 97px;
	height: 114px;
	left: 210px;
	top: 139px;
}
#map #flevoland a { margin-top: 30px; }
#map #zuidholland {
	background: url(/images/layout/sprite-nederland.png) 0 -195px no-repeat;
	width: 141px;
	height: 120px;
	left: 76px;
	top: 238px;
}
#map #zeeland {
	background: url(/images/layout/sprite-nederland.png) -141px -189px no-repeat;
	width: 122px;
	height: 124px;
	left: 0px;
	top: 329px;
}


/* Tooltip
---------------------------------------------------------------*/
/*
.tooltip {
	background: url(/images/layout/tooltip-bg.png);
	padding: 3px 6px;
	border: 1px solid #ff0;
	position: absolute;
	z-index: 25;
}
*/