#sidebar {
	position: absolute;
	top: 10px;
	left: 0px;
	bottom: 0px;
	width: 8em;
}

#feldunten {
	position: absolute;
	top: 80%;
	left: 0px;
	bottom: 0px;
}

#mapcontainer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
}

#mapdiv {
	bottom:20%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
}

#wktInput {
	bottom:0%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:80%;

.olControlGridWGS {
        bottom: 0.1em;
        left: 0.1em;
}


body {
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
}

.olImageLoadError {
	background-image: url(error_tile.png) ;
}