div.growlUI { 
	background: url(check48.png) no-repeat 10px 10px;
	left:50%;
	top:50%;
	position:absolute;
}
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

#schaduw {
	background-color: #ccc;
	width: 100%;
	height: 2px;
	margin-left: 0px;
	margin-right: 0px;
	top: 2px;
	position: relative;
}
#layers {
	width: 200px;
	color: #999999;
	background: #272727;
	border-left: solid 1px #000;
	height: 100%;
	bottom: 2em;
	right: 0px;
	position: absolute;
	z-index: 1000;
	display:none;
}
#map {
	width: auto;
	height: auto;
	left: 0;
	right: 0px;
	top: 0;
	bottom: 0;
	border: 0px;
	padding: 0px;
	position:absolute;
}
#search {
	width:100%;
	top:0 px;
	height: 6em;
	background-position: top;
}
#footer {
	width: 100%;
	color: #999999;
	background: #272727;
	border-top: solid 1px #000;
	height: 2em;
	position: absolute;
	z-index: 1000;
	display: block;
	bottom: 0;
}
body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#help {
	z-index: 1000;
	position: absolute;
	top: 10px;
	left: 60px;
	overflow: hidden;
	background: white;
	width: 270px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	font-size: 10px;
	/* for IE */
                        filter:alpha(opacity=60);
	/* CSS3 standard */
                        opacity:0.6;
	/* for Mozilla */
                        -moz-opacity:0.6;
}
img {
	border:none;
}
div#hosting {
	bottom: 0.3em;
	left: 3px;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
	z-index: 2;
}
div#attribution {
	bottom: 0.3em;
	left: 14em;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
	z-index: 2;
}
div#design {
	bottom: 0.3em;
	left: 40em;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
	z-index: 2;
}
div.olTilePosition {
	bottom: 0.3em;
	right: 24em;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
	z-index: 2;
}
div.olMousePosition {
	bottom: 0.3em;
	right: 6em;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
}
div.olControlPermalink {
	bottom: 0.3em;
	right: 3px;
	display: block;
	position: absolute;
	font-family: Arial;
	font-size: smaller;
}
div.forumLink {
	top: 0.5em;
	right: 3px;
	display: none;
	position: absolute;
	font-family: Arial;
	background: white;
	font-size: smaller;
	/* for IE */
                        filter:alpha(opacity=70);
	/* CSS3 standard */
                        opacity:0.7;
	/* for Mozilla */
                        -moz-opacity:0.7;
}
div.olPanZoomBar {
	/* for IE */
                        filter:alpha(opacity=15);
	/* CSS3 standard */
                        opacity:0.15;
	/* for Mozilla */
                        -moz-opacity:0.15;
}
div.olPanZoomBar:hover {
	/* for IE */
                        filter:alpha(opacity=100);
	/* CSS3 standard */
                        opacity:1.0;
	/* for Mozilla */
                        -moz-opacity:1.0;
}
#loading {
	display:none;
}
