/* tekst */
body#coordinaten .intro, body#coordinaten .contents
{
	margin: 10px 20px;
	width: 500px;
	position: relative;
}
	
/* kaart */
.panel 
{
	padding-top: 15px;
	border-left: none;
	height: 560px;
	overflow: auto;	
}

#map 
{
	float: left;
	width: 542px;
}

#layerList 
{
	float: left;
	width: 300px;
	border-right:solid 1px #999;
}

#layerProperties
{
	float: left;
	width: 320px;
	background-color:#eee;
}

ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li 
{
	padding:3px;
	list-style: none;
	color: #000;
}

li.selected 
{
	background-color:#6ce;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #000;
	text-decoration:none;
}

#formLayerProperties 
{
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #999;
}

#formLayerProperties label
{
	display:block;
	float: left;
	width: 108px;
	border-right: solid 1px #999;
	height: 12px;
	margin: 0;
	padding: 6px 6px;
}

#formLayerProperties .row
{
	background-color:#eee;
	border: solid 1px #999;
	border-bottom: none;
	height: 24px;
}

#formLayerProperties span
{
	display:block;
	float: left;
	height: 12px;
	margin: 0;
	padding: 6px 6px;
}

/* Strandingsinfo: Kaarten
----------------------------------------------------------- */
#mapform
{
	margin: 0;
	padding: 0;
	position: relative;
	width: 540px;
	height: 540px;	
}

#mapImage
{
	margin: 10px 20px;
	width: 500px;
	height: 500px;
	border: solid 1px #ccc;
}

#mapform .arrow
{
	position: absolute;		
	background-color: #ccc;
}

#pantop, #panbottom
{
	width: 100px;
	height: 10px;	
	left: 225px;
	top: 0px;
}

#panbottom
{
	top: 512px;
}

#panleft, #panright
{	
	width: 10px;
	height: 100px;
	left: 10px;
	top: 205px
}

#panright
{
	left: 522px;
}

#zoomfull
{
	position: absolute;
	height: 20px;
	width: 80px;
	top: 492px;
	left: 441px;	
}



#zoombar
{
	position: absolute;
	height: 24px;
	width: 120px;
	top: 488px;
	left: 401px;	
	background-color: #ccc;
}

#zoombar_sel
{
	position: absolute;
	height: 24px;
	width: 11px;
	top: 488px;
	left: 421px;	
}


#zoombar_v
{
	position: absolute;
	height: 80px;
	width: 24px;
	top: 10px;
	left: 20px;	
	background-color: #ccc;
}

#zoombar_sel_v
{
	position: absolute;
	height: 7px;
	width: 24px;
	top: 10px;
	left: 20px;	
}

#setcoord 
{
	position: absolute;
	top: 477px;
	left: 42px;	
}
