html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: small;
} 

#map {
  width: 100%;
  height: 100%;
} 

#buttonbar {                
    position: absolute;       
    left: 320px;               
    top: 10px;
    background-color: white;
    padding: 10px;
}
#settingswin {
  position: absolute;                                    
  top: 0px;                                              
  left: 0px;  
  background-color: #ffffff;
  border: 1 solid gray; 
  padding: 5px; 
}
#tooltitel {
  position: absolute;                                    
  top: 0px;                                              
  left: 0px;  
  background: rgba(255,255,255,0.55);
  width: 100%;
  height: 50px;
}


a:link, a:visited, a:active {
  color:#F57E3C;
}
a:hover {
  color:#1388C6;
}

.controlBox {
  border:1px solid #999999;
  width:20em;
  margin:0.5em;
  padding:0.5em;
  float:left;
}
.controlBox h4 {
  margin: 0 0 0.5em 0;
  text-align:center;
}
.controlSpan {
  border:1px solid #999999;
  border-radius: 0.5em;
  background: #DDDDDD;
  min-width:1em;
  min-height:1em;
  margin:0.2em;
  padding:0.3em;
  cursor:pointer;
  float:left;
}
.controlSpan.active {
  background:#1388C6;
  color:#FFFFFF;
}
#loaderDiv {
    position:absolute;
    z-index:1000;
    top: 30%;
    left: 40%;
    margin:2em;
    padding:2em;
}
#statuswin {
  position: absolute;
  top: 30%;
  left: 40%;
  height: 80px,
  width:  230px,   
  z-index:2000;
  margin:2em;
  padding:2em;  
}
.ilpoetitle { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
ui-dialog-titlebar-close {
    visibility: visible;
}
#ergebnislink {
min-height: 9px !important;
}