   body {
            padding: 0;
            margin: 0;
        }
		html,body, #mapid {
		width: 100%;
			height: 100%;
			border: 0px solid;
		font-family: "Verdana", sans-serif;
		}
	.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
			}
	.legend {
    line-height: 18px;
    color: #555;
			}
	.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
		}
	.lorem {
            font-style: italic;
            color: #AAA;
			}
			

<!-- CLM click infobox color: #555;-->
.clm-info-box {
   padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: red;
    
    box-shadow: 0 0 15px rgba(255,0,0,0.2);
    border-radius: 5px;
	
	
}

#graphpetrisberg {
 height:650px; 
 width:800px;
}


#zoombuttonplotly {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color:white;
  
  z-index: 200;
  font-size:14px;
}
#NiederschlagButtonplotly {
  position: absolute;
  top: 10px;
  left: 140px;
  background-color:white;
  
  z-index: 200;
  font-size:14px;
}
#DailyButtonplotly {
  position: absolute;
  top: 10px;
  left: 235px;
  background-color:white;
  
  z-index: 200;
  font-size:14px;
}


.bold {
  font-weight:bold;
}

.LayerCheckBoxForValue { border:2px solid #ccc; 
			
			width:85%; 
			height: 350px; 
			overflow-y: scroll;
top: 100;

			}

#SetAlphaCLMList { border:2px solid #ccc; 
			
			width:85%; 
			height: 350px; 
			overflow-y: scroll;
top: 100;
}

#SetRangeCLMList { border:2px solid #ccc; 
			
			width:85%; 
			height: 150px; 
			overflow-y: scroll;
top: 100;
}
		
		
.SetAlphaOptgroup {
background-color:lightblue;
text-align: center;
font-weight: bold;
font-style: italic;
}
.SetAlphaOptgroup option {
background-color: white;
    color: black;
	text-align: left;
}

#SidebySideLeftChoice {
display: inline-block;
float: left;
width:45%;
}
#SidebySideRightChoice {
display: inline-block;
float: left;
margin-left:10px;
width:45%;

}
.divider2width {
    width:2px;
    height:auto;
    display:inline-block;
}
.divider5width {
    width:5px;
    height:auto;
    display:inline-block;
}
.divider5height {
    width:auto;
    height:10px;
    display:inline-block;
}
.divider2height {
    width:auto;
    height:2px;
    display:inline-block;
}
/* Hover text */
/*
a[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: white;
  position: relative;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20000;
 
 -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 2px #222;
  background-image: -moz-linear-gradient(top, #0074d9, #0074d9);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0074d9),color-stop(1, #0074d9));
  background-image: -webkit-linear-gradient(top, #0074d9, #0074d9);
  background-image: -moz-linear-gradient(top, #0074d9, #0074d9);
  background-image: -ms-linear-gradient(top, #0074d9, #0074d9);
  background-image: -o-linear-gradient(top, #0074d9, #0074d9);
  
}
*/
.boldspan {
font-weight:bold;	
	
}

/* help bar */
#helpbarul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	position: absolute;
}

.helpbarli {
    float: left;
	background-color:#c6ddff;
	border:1px solid #b6cced;
	
}

.helpbarli a {
    display: inline-block;
    color: black;
    text-align: center;
	font-size: 14.4pt;
	font-weight: bold;
    padding: 14px 16px;
    text-decoration: none;
	
	
	
}

.helpbarli a:hover {
    background-color: #0074d9;
	color:white;
	transition: background-color .5s;
}

#helpsidebarheader {
 width: auto;


	
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10%;
    margin-right: 10%;
    height: 4px;
	background-color: #0074d9;
	border-style: inset;
    border-width: 1px;
}




.mapfeatlinks { 
margin: 10px 0 0 5%; 
}
.mapfeatrechts {
	margin: 0 50px 0 15%;
	
	}
	
/* Custom control layer icon*/	
.leaflet-control-layers-toggle {
  background-image: url("../data/icon/WhiteControlLayer.png") !important;
	background-color: #0074d9;
  background-size: 30px 30px;
  padding: 15px;
}

.leaflet-touch .leaflet-control-layers-toggle {
background-image: url("../data/icon/WhiteControlLayer.png") !important;
background-color: #0074d9;
}
