.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/page-loader.gif') 50% 50% no-repeat rgba(249,249,249,0.5);
}

#legende {
	position: absolute;
	margin-top: 75px;
	margin-left: 10px;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}
