/* CSS Document */
#map {
	/*width: 500px;
	height: 500px;*/
	width: inherit;
	height: inherit;
}

body {
	padding:0px;
	margin:0px;
	height:100%;
	}
html {
	padding:0px;
	margin:0px;
	height:100%;
	}	

#legende {
	top: 10px;
	left: 10px;
	position: absolute;
	background:#FFFFCC;
	font-size:12px;
	padding:4px;
}


.hidden {
	display:none;
}

.infoBox {
	background: white;
	width: 200px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	font-family:arial;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}

.panno {

}


