
#print_content {
	width: 80%;
	height: 80%;
}
#map_container{
	width: 60%;
	height: 100%;
	float: left;
	border: 2px solid black;
}
#print_map {
    height: 100%;
    background-color: white;
}
#print_legende {
	float: right;
	margin-left: 10px;
	width: 28%;
}
#print_header {
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
	font-weight: bold;
}
.btn_print{
	margin-top: 1%;
	margin-left: 10px;
	width: 28%;
}