*
{
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
	color: #222;
	font: 70% Arial, sans-serif;
	margin: 0 auto;
	width: 785px;
}

#header
{
	left: -999em;
	position: absolute;
	top: -999em;
}

#map
{
	border: 2px solid #0C2074;
	height: 498px;
	position: relative;
	margin-top: 4em;
	width: 781px;
}

	#map img,
	#map #markers li
	{
		position: absolute;
	}
	
	#map img
	{
		left: 0;
		top: 0;
	}

	#map #markers li
	{
		background: transparent url(../_images/markers.gif) no-repeat 0 -80px;
		padding: 0 0 0 16px;
		font-size: 85%;
	}

#legenda
{
	border: 2px solid #0C2074;
	border-width: 0 2px 2px;
	clear: both;
	color: #0C2074;
	float: left;
	padding: 2px 10px;
	position: relative;
	width: 761px;
}

	#legenda ul
	{
		float: left;
		padding-right: 12px;
	}

	#legenda li
	{
		font-weight: bold;
		line-height: 1.5em;
		padding: 1px 2px 1px 0px;
	}

	#legenda span
	{
		color: #666;
		display: block;
		float: left;
		font-size: 80%;
		font-weight: normal;
		text-align: right;
		padding-right: 6px;
		width: 12px;
	}
	
	#nautisch-bedrijven-centrum
	{
		border: 2px solid #0C2074;
		border-width: 2px 2px 2px 0;
		bottom: -2px;
		float: right;
		right: -204px;
		overflow: hidden;
		padding: 9px;
		position: absolute;
		width: 182px;
	}
	
		#nautisch-bedrijven-centrum h2
		{
			font-size: 1em;
		}
		
		#nautisch-bedrijven-centrum li
		{
			background: url(../_images/marker-small.gif) no-repeat 8px 5px;
			padding-left: 18px;
		}
	
		#nautisch-bedrijven-centrum a
		{
			color: #0C2074;
		}
	
		#nautisch-bedrijven-centrum a:hover.
		#nautisch-bedrijven-centrum a:focus
		{
			color: #111;
		}

#footer
{
	clear: both;
	float: left;
	margin: 1em 0;
	width: 785px;
}

	#footer a
	{
		border-bottom: 1px solid #CCC;
		color: #555;
		float: left;
		text-decoration: none;
	}

	#footer a:hover,
	#footer a:focus
	{
		border-bottom: 1px solid #111;
		color: #111;
	}

.js #markers li
{
	height: 15px;
	padding: 0;
	width: 16px;
}

.js #legenda li
{
	padding-left: 18px;
}

.js #legenda span,
.js #markers span
{
	display: none;
}

.js .bedrijvencentrum
{
	cursor: pointer;
}

.js li,
.js li span
{
	cursor: default;
}

.js #legenda li
{
	background: url(../_images/marker-small.gif) no-repeat 8px 5px;
}

.js #map #markers li.activated
{
	background-position: 0 0;
	z-index: 10000;
}

.js #legenda li.activated
{
	background-color: #C9D4CC;
}

.js #nautisch-bedrijven-centrum h2
{
	background: url(../_images/cross.png) no-repeat 100% 50%;
	padding-right: 20px;
}