

 	html, body{
 		 background-color: #75A319;
		 position: absolute;
         width: 100%;
         height: 100%;
         margin: 0px;
		 padding: 0px;
		 border: 0px;
		 }
	  
	div.olControlLayerSwitcher .layersDiv {
		 color:#58581F;
		 font-family: Verdana;
		 font-size: 11px;
		 background-color: #DBDB4D;
		 padding-left: 0px;
		 border-style: solid;
		 border-width: 3x;
		 border-color: #75A319;
		 bottom: 130px;
		 }
		
	div.olControlAttribution {
	  	 position: absolute;
		 padding-left: 5px;
         font-family: Verdana;
         font-size: 0.5em;
		 font-weight:bold;
		 width: 300px;
         bottom: 5px;
		 left: 5px;
		 background-color:  rgba(219,219,77,0.5);
		 }
		 
	div.olControlPermaLink {
		 font-family: Verdana;
		 font-size: 1.0em;
		 font-weight:bold;
		 background-color: rgba(219,219,77,0.5);
		 bottom: 50px;	
		 right: 5px;
		 padding: 5px;		 
		 border-style: solid;
		 border-width: 3px;
		 border-color: #75A319;
		 }
	  
	div.olControlMousePosition {
		 font-family: Verdana;
		 font-size: 10pt;
		 font-weight:bold;
		 background-color: rgba(219,219,77,0.5);
		 bottom: 10px;	
		 right: 5px;
		 padding: 5px;		 
		 border-style: solid;
		 border-width: 3px;
		 border-color: #75A319;
		 }
	 
	div.olControlScaleLine {
         font-family: Verdana;
         font-size: 0.5em;
         bottom: 60px;
		 left: 5px;
		 background-color:  rgba(219,219,77,0.5);
		 }
	  
	div.titel {
		 position: absolute;
		 font-family: Verdana;
         font-size: 1.0em;
		 background-color:#DBDB4D;
         top: 5px;
		 left: 50px;
		 border-style: solid;
		 border-width: 3px;
		 border-color: #75A319;
		 }
		 
		 
	.choice{
		color:red;
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		background-color:#DBDB4D;		
		cursor: default;
		}

	.navtabs {
		 background-color:#DBDB4D;
		 }	
		 
	.dorment{
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		
		cursor: pointer;
		}
	.action{
		color: #0066FF;
		font-family: Verdana;
		font-size: 8pt;
		font-weight:bold;
		
		cursor: pointer;
	}		
	  
	 div.statusline {
		 position: absolute;
		 font-family: Verdana;
         font-size: 1.0em;
		 font-weight:bold;
		 color: red;
		 background-color:#DBDB4D;
         top: 150px;
		 left: 50px;
		 border-style: solid;
		 border-width: 3px;
		 border-color: #75A319;
		 }
	  
	 div.info {
		 position: absolute;
		 font-family: Verdana;
		 font-size: 1.0em;
		 font-weight:bold;
		 background-color:#DBDB4D;
		 width: 600px;
		 top: 180px;
		 border-style: solid;
		 border-width: 3px;
		 border-color: #75A319;
		 cursor: default;
		}	  
	  
	 div.olPopupContent{
		 font-size: 1.0em;
		 background-color:#DBDB4D;
		 border-style: solid;
		 border-width: 2px;
		 border-color: #75A319;
		 margin:0px 0px 0px 0px;
		 padding:0px 0px 0px 0px;
		}
		
	 .olImageLoadError {
		background-color: #DBDB4D;
		opacity: 0.1;
		filter: alpha(opacity=50); /* IE */
		}
		
	 div.olMapViewport {
		z-index: 0;
		}
		 
	 .olControlLocalTracks {

		left: 10px;
		top: 330px;
		
		background: #DBDB4D;
		}

	 .olControlLocalTracks.enabled button:hover{
		background: #DBDB4D;
		}

		
/************************************************
*
*	Searchbox Place search
*
*************************************************/

	 .olControlSearchBox {
		left: 5px;
		bottom: 80px;
		border-style: solid;
		border-width: 3px;
		border-color: #75A319;
		background-color: rgba(219,219,77,0.5);
		}

	 .olControlSearchBox div.busy {
		background: url(img/ajax-loader5.gif);
		height: 50px;
		width: 30px;
		}

	 .olControlSearchBox div.failure {
		background: red;
		color: black;
		font-weight: bold;
		}

	 .olControlSearchBox div.success {
		background: white;
		padding: 4px;
		border: 1px solid gray;
		border-radius: 8px;
		}

	 .olControlSearchBox div.success.empty {
		color: gray;
		font-style: italic;
		}

	 .olControlSearchBox div.success div.entry:hover {
		background: blue;
		color: white;
		cursor: pointer;
		}
		