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

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

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

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

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

div.olControlAttribution {
    font-size: small;
	background-color: #ffffff;
	bottom: 0;
    right: 3px;
    display: block;
    position: absolute;
}

.olControlMousePosition { 
    right: 3px !important;
    bottom: 40px !important;
    position: absolute !important;
    display: block ;
    font-family: Arial;
    font-size: x-large !important;
	background-color: #ffffff !important;
}

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

html {
	height: 100%;
}

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