.olControlAttribution {
	position      : absolute;
	font-size     : 10px;
	top        : 0 !important;
	right         : 0 !important;
	background    : rgba(0,0,0,0.2);
	font-family   : Arial;
	padding       : 2px 4px;
	border-radius : 5px 0 0 0;
}
.olControlPermalink {
  display: none;
}
/*	bottom: 3em;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	display: block;
	position: absolute;
	left: 0.5em;
} 
*/
div.olControlZoomPanel .olControlZoomInItemInactive,
div.olControlZoomPanel .olControlZoomOutItemInactive {
	background: rgba(0,0,0,0.2);
	position: absolute;
	left:10px; 
}

div.olControlZoomPanel .olControlZoomInItemInactive {
	border-radius: 5px 5px 0 0;
	top: 20px;
}
div.olControlZoomPanel .olControlZoomOutItemInactive {
	border-radius: 0 0 5px 5px ;
	top: 57px;
}
div.olControlZoomPanel .olControlZoomOutItemInactive:after ,
div.olControlZoomPanel .olControlZoomInItemInactive:after{
	font-weight: bold;
	content   : '+';
	font-size : 36px;
	padding:  7px;
	z-index: 2000;
	color     : #fff;
	line-height: 1em;
}
div.olControlZoomPanel .olControlZoomOutItemInactive:after{
	content: '–';
	line-height: 0.9em;
	padding: 0 8px;
}
div.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
	display: none;
}
#title, #tags, #shortdesc {
	display: none;
}

.olControlScale {
    bottom: 10em;
    display: block;
    font-size: smaller;
    position: absolute;
    right: : 0.5 !important;
}
.olControlScaleLine {
    bottom: 25px;
    display: block;
    font-size: xx-small;
    right: 0px;
    position: absolute;
}
.olControlScaleLineBottom {
    border-color: black black -moz-use-text-color;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    margin-top: -2px;
    text-align: center;
}
.olControlScaleLineTop {
    border-color: -moz-use-text-color black black;
    border-right: 2px solid black;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    text-align: center;
}

 

.olImageLoadError {
  display: none;
}
 
/* LoadStatus-Control von Netzwolf  */
.olControlLoadStatus {
    left: 100px;
    top: 30px;
    color: blue;
    opacity: 0.8;
	position: absolute;
}


div.olPopupMarker div.tooltip {
	display: none;
	background: white;
	border: 1px solid gray;
	padding: 2px;
	left: -10px;
	top: 40px;
	z-index: 10000;
}

/* --- Tooltip-Steuerung von Netzwolf ----*/

div.tooltip, div.olPopupMarker:hover div.tooltip {
	display: block;
}

#tooltipSwitch {
	display: absolute;
	left: 0.1em;
	bottom: 1.5em;
	cursor: move;
	background: white;
}

#tooltipSwitch:hover {
	background: yellow;
}

#tooltipSwitch button {
	border: 3px outset gray;
}

