	html, body{
		position:absolute;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	iframe.hidden
	{
	display:none
	}
	div.olControlLocalTracks {
		left: 10px;
		bottom: 60px;
	}
	div.olControlLocalTracks.enabled button:hover{
		background: yellow;
	}
		div.olControlLayerSwitcher .layersDiv {
		background-color: #888888;
		padding-left: 0px;
		font-size: 12px;
		}
	div.olControlAttribution {
		position: absolute;
		padding-left: 10px;
		font-family: Verdana;
		font-size: 0.75em;
		font-weight:bold;
		width: 250px;
		bottom: 10px;
		left: 10px;
		background-color:rgba(200,200,200,0.6);
	}
	div.olControlPermaLink {
		font-family: Verdana;
		font-size: 1.0em;
		font-weight:bold;
		bottom: 30px;	
		right: 10px;
		background-color:rgba(200,200,200,0.6);
		padding: 5px;
	}  
	div.olControlScaleLine {
		font-family: Verdana;
		font-size: 0.7em;
		bottom: 40px;
		left: 10px;
	}
	div.olControlMousePosition {
		position: relative;
		bottom: 10px;
		right: 10px;
		font-family: Arial;
		font-weight: bold;
		font-size: normal;
		background-color:rgba(200,200,200,0.6);
	}
	.titel {
		position: absolute;
		font-family: Verdana;
		font-size: 10pt;
		font-weight:bold;
		background-color:#FFFFFF;
		top: 20px;
		left: 80px;
		width: 300px;
		border-style: solid;
		border-width: 2px;
		border-color: black;
	}
	.zoom{
		position: absolute;
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		background-color:#FFFFFF;
		top: 320px;
		left: 17px;
		border-style: solid;
		border-width: 1px;
		border-color: black;
	}
	.kaartnaam {
		font-family: Verdana;
		font-size: 10pt;
		font-weight:bold;
	}
	.choice{
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		background-color:#FFFFFF;
		cursor: default;
	}
	.dorment{
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		background-color: #FFCCCC;
		cursor: default;
	}
	.action{
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		background-color: #CCCCFF;
		cursor: default;
	}
	div.statusline {
		position: absolute;
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		color: white;
		visibility: hidden;
		background-color:#FF0000;
		top: 100px;
		left: 80px;
		border-style: none;
		border-width: 2px;
		border-color: black;
	}
		
	div.info {
		position: absolute;
		font-family: Verdana;
		font-size: 1.0em;
		font-weight:bold;
		background-color:#eeeeee;
		width: 600px;
		top: 180px;
		border-style: solid;
		border-width: 2px;
		border-color: black;
		cursor: default;
	}
	.olPopupContent{
	font-family: Verdana;
	border-color: #444488;
	border-width: 2px;
	border-style: solid;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
	div.olMapViewport {
		z-index: 0;
		}
