body {background-color: #FFFFFF;
	color: #444;}
	 
	.leaflet-container{
padding-right: 0px;
}

	#header1{
		margin: auto;
		width: 1200px;
		height: 100px;
		font-family: verdana;
		font-size: 16px;
		background: #ffffff;
	}

	#foottext{
		margin: auto;
		width: 1200px;
		height: 100px;
		font-family: verdana;
		font-size: 16px;
	}

	#container{
		margin: auto;
		width: 1200px;
		height: 700px;
	}

	#map {
		width: 1200px;
		height: 700px;
	}

	#elements{
		margin: auto;
		width: 1200px;
		height: 75px;
		font-family: verdana;
		font-size: 15px;
	}

	#box1 {
		float: left;
		padding: 0px 10px 8px 20px; /* top right bottom left */
		background: #f0f0f0;
		width: 400px;  /* box1 bis box3 sollen 1200px ergeben, inkl. padding 10+20+440+10+20+700=1200 */
	}

	#box2 {
		float: left;
		padding: 0px 10px 7px 10px;
		background: #f0f0f0;
		width: 360px;
	}

	#box3 {
		float: left;
		padding: 14px 20px 10px 10px;
		background: #f0f0f0;
		width: 360px;
	}

	#leg1 {
		width: 500px;
		height: 25px;
	}

	#combo {
		font-family: verdana;
		font-size: 15px;
	}

	#e_title{
		margin: auto;
		width: 1200px;
	}

	#text1{  /* unklar ???  */
		margin: auto;
		width: 1200px;
		height:16px;
		font-family: verdana;
		font-size: 16px;
		background: #A3B1BF;
	}

	#text2{  /* Erkläuternder Text im unteren Bereich */
		margin: auto;
		width: 1190px;
		font-family: verdana;
		font-size: 15px;
		color: #666666;  /* Mittelgrau rgb: 102 102 102 */
		background: #ffffff;
		padding: 10px;
	}

	#text3{  /* blaue Leiste ueber der Karte */
		margin: auto;
		width: 1190px;
		font-family: verdana;
		font-size: 15px;
		background: #109BC5;
		padding: 5px;
	}

	#text4{  /* blaue Leiste unter den Steuerelementen */
		margin: auto;
		width: 1196px;
		font-family: verdana;
		font-size: 15px;
		background: #109BC5;
		padding: 2px;
	}

	#text5{  /* blaue Leiste am Seitenende */
		margin: auto;
		width: 1196px;
		font-family: verdana;
		font-size: 15px;
		background: #109BC5;
		padding: 0.5px;
	}

	#logo{
		float: right;
		width: 400px;
		font-family: verdana;
		font-size: 15px;
		padding-top: 10px;
	}


	#title{  /* Text in Titelleiste */
		float: right;
		width: 700px;
		font-family: verdana;
		font-size: 28px;
		font-weight: bold; /*   */
		color: #666666;  /* Mittelgrau rgb: 102 102 102 */
		padding: 10px 0px 0px 20px;
	}

	table#popuptitle {
		width: 250px;
		font-family: verdana;
		font-size: 12px;
		text-align:center;
	}

font-weight: bold;

.leaflet-control-scale{
            border: 20px: none !important;
            color: black !important;

.leaflet-popup-content {
    width: 200px !important;
    height: 200px;
    overflow-y: scroll;

.leaflet-control-container{
       width: 300px;

}

.leaflet-popup  leaflet-zoom-animated{
       width: 300px;

}