﻿#map {
    height: 100%;
    width: 100%;
    background-color: #dddddd;
}

#partLeft {
    position: absolute;
    overflow-y: auto;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 350px;
    scrollbar-base-color: #8C8CC6;
    scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #8C8CC6;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-track-color: #ACACE6;
}

#partRight {
    position: absolute;
    left: 370px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
}

.objektFeld {
    background-color: Orange;
    background-image: url("../Images/bg_MapField.png");
    background-repeat: repeat-x;
    border: 1px solid orange;
    margin: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Verdana;
    font-size: 8pt;
}

    .objektFeld .icon {
        height: 40px;
        width: 40px;
        /*margin: 5px;     */
        float: left;
        vertical-align: middle;
        text-align: center;
    }

    .objektFeld img {
        max-height: 100%;
        max-width: 100%;
    }

    .objektFeld .TextTop {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: 220px;
        /*margin-left: 50px;
margin-right: 50px;*/
        /*margin-left: 10px;
float:left;*/
    }

    .objektFeld .icons {
        width: 40px;
        height: 40px;
        float: right;
        /*margin-left: 10px;
float:left;*/
    }

    .objektFeld .editIcon {
        float: right;
        max-height: 15px !important;
        max-width: 15px !important;
        padding: 0px;
        cursor: pointer;
    }

    .objektFeld .name {
        font-weight: bold;
    }

    .objektFeld table {
        width: 100%;
        border-spacing: 0px;
        border: 1px solid orange;
        margin-top: 10px;
    }

    .objektFeld td {
        font-family: Verdana;
        font-size: 8pt;
        padding: 2px;
    }

    .olControlLayerSwitcher {
        width: 22em !important;
    }

    .olControlLayerSwitcher .layersDiv {
        padding-top: 5px;
        padding-left: 5px !important;
        padding-bottom: 5px;
        padding-right: 5px !important;
        background-color: darkblue;
    }

/*div[id^=OpenLayers_Layer_Markers_] .olAlphaImg 
{
background-color:#FFE498;
border:1 solid orange;
    
padding:2px;
    
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;    
}*/

.clear {
    clear: both;
}

@media print {
    #dpi, #Popup, #Popup-cross, #Popup-shadow{
        display:none;
    }

    .olControlLayerSwitcher, .olControlPanZoomBar, .olControlMousePosition {
        display:none;
    }

    #header {
        display:none;
    }

    #linetop {
        display:none;
    }

    #linebottom {
        display:none;
    }

    #footer {
        display:none;
    }

    #partLeft {
        display:none;
    }

    #partRight {
        position:fixed;
        top:0px;
        left:0px;
    }
}

/* HME 20191203 Overlays-Checkbox unsichtbar..war als Layer eingebunden worden) */
div.dataLayersDiv input[name=Overlays] {
	visibility:hidden
} 
div.dataLayersDiv input[name=Overlays] + label {
	margin-left:-20px;
	line-height:1.6;
}
/* HME 20191203 scrollbarer LayerSwitcher */
@media (max-height:740px) {
	.olControlLayerSwitcher .layersDiv  {
		height:370px;
		overflow-y:scroll;
	}
}
@media (max-height:660px) {
	.olControlLayerSwitcher .layersDiv  {
		height:260px;
	}
}
@media (max-height:530px) {
	.olControlLayerSwitcher .layersDiv  {
		height:200px;
	}
}
/* HME 20191203 Legende positionieren*/
div#legend {
	position: absolute;
	z-index: 1000;
	left: 50px;
	top: 10px;
	padding:5px;
	background-color:white;
	opacity:0.9;
	display: inline;
	width:8cm;
}


