
@charset "utf-8";
a {
    color: #0000FF;
    text-decoration: none;
}
a:hover {
    color: #000011;
    text-decoration: underline;
}
#map {
    color: #000000;
    font-family: Droid Sans,Verdana,Arial,sans-serif;
    font-size: 1em;
    height: 600px;
    margin: 0;
    padding: 0;
    width: 770px;
    position: relative;
    background: #e8e8e8;
}
.olImageLoadError {
    /*display: none;*/
}
.olControlPanZoomBar {
    opacity: 0.33;
}
.olControlPanZoomBar:hover {
    opacity: 1;
}
.olControlLayerSwitcher {
    opacity: 0.33;
}
.olControlLayerSwitcher:hover {
    opacity: 1;
}
.olFramedCloudPopupContent {
    font-family: Droid Sans,Verdana,Arial,sans-serif;
    font-size: 0.8em;
}
.olControlAttribution {
    bottom: 3em;
}
div.olControlMousePosition, .olControlPermalink, .olControlAttribution {
    background-color: #EEEEEE;
    opacity: 0.7;
    bottom: 3px;
    right: 3px;
}
div.olControlMousePosition:hover, .olControlPermalink:hover, .olControlAttribution:hover {
    background-color: #FFFFFF;
    opacity: 1;
}
#descriptionToggle {
    background-color: #EEEEEE;
    border-bottom: 1px solid #000040;
    border-left: 1px solid #000040;
    border-right: 1px solid #000040;
    cursor: default;
    font-size: 0.8em;
    height: 14px;
    left: 80px;
    margin-right: 200px;
    opacity: 0.7;
    padding: 2px 10px;
    position: absolute;
    z-index: 10000;
}
#descriptionToggle:hover {
    background-color: #FFFFFF;
    opacity: 1;
}
#description {
    background-color: #FFFFFF;
    border: 1px solid #000040;
    font-size: 12px;
    left: 80px;
    margin-right: 200px;
    padding: 10px;
    position: absolute;
    top: 18px;
    z-index: 10000;
}
#attribution {
    bottom: 0;
    font-size: 11px;
    font-style: italic;
    left: 0;
    padding: 5px 8px 1px;
    position: absolute;
    z-index: 1000;
}
#layer {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 10002;
}
#layer > div {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    cursor: default;
    font-size: 0.7em;
    margin-bottom: 4px;
    padding: 4px 5px;
}
#layer div:hover {
}
#layer .active {
    background-color: #EEEEFF;
}
.hide {
    display: none;
}

div.toolbar {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1000;
	float: right;
}
#map_toolbar {
	display: none;
}
#mapToolbarBogenOben {
	width: 192px;
	height: 130px;
	background: url("/fileadmin/bodenheim.de/designimages/bogen.oben.png");
}
#mapToolbarBogenMitte {
	width: 192px;
	background: url("/fileadmin/bodenheim.de/designimages/bogen.mitte.jpg");
}
#mapToolbarBogenMitteInhalt {
	margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
}
#mapToolbarBogenUnten {
	width: 192px;
	height: 10px;
	background: url("/fileadmin/bodenheim.de/designimages/bogen.unten.jpg");
}
#map_fullscreen {
	width: 32px;
	height: 32px;
}
div.map_fullscreen_button {
	background: url("/fileadmin/bodenheim.de/designimages/mapFullScreen.png") no-repeat;
}
div.map_fullscreen_button:hover {
	background: url("/fileadmin/bodenheim.de/designimages/mapFullScreenHover.png") no-repeat;
}

div.map_tool_box {
	font-size: 14px;
    margin-left: 4px;
    margin-right: 8px;
    padding-left: 24px;
}
#map_fullscreen_button {
	background: url("/fileadmin/bodenheim.de/designimages/mapFullScreenSmall.png") no-repeat;
}
#map_fullscreen_button:hover {
	background: url("/fileadmin/bodenheim.de/designimages/mapFullScreenHoverSmall.png") no-repeat;
}

#map_nofullscreen_button {
	background: url("/fileadmin/bodenheim.de/designimages/mapNoFullScreenSmall.png") no-repeat;
}
#map_nofullscreen_button:hover {
	background: url("/fileadmin/bodenheim.de/designimages/mapNoFullScreenHoverSmall.png") no-repeat;
}

fieldset.mapMenu {
	border: 0px;
	font-size: 12px;
	padding-left: 0px;
}
fieldset.mapMenu legend {
	font-weight: bold;
}

fieldset.mapMenu input {
	float: left;
	width: 18px;
}
fieldset.mapMenu label {
	display: block;
}