html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#map {
    z-index: 0;
}

#resulttab{
}

#mapcenterimage{pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2
}

#nowpos_button{
	position:absolute;
	top:8rem;
	left:1rem;
    z-index: 1;
}

#loading {

	position:absolute;

	display: table;

	width: 100%;

	height: 100%;

	background-color: #FFF;
	opacity: 0.8;
	top:0;

}


#loading .loadingMsg {
	display: table-cell;
	text-align: center;

	vertical-align: middle;

}




@media screen and (min-width: 897px) {

	#header__logo{position:absolute; top:1rem; left:1rem;z-index: 2}
	#mapcenterimage{sizes:54px,54px;}
	#BtnGroupCenterMapPos {position:absolute; top:11rem; left:1rem; font-size:2rem;z-index: 1}


	#menu {
		background: #fff;
		position: absolute;
		z-index: 1;
		top: 10px;
		right: 50px;
		border-radius: 3px;
		width: 120px;
		border: 1px solid rgba(0, 0, 0, 0.4);
		font-family: 'Open Sans', sans-serif;
	}

	#menu a {
		font-size: 13px;
		color: #404040;
		display: block;
		margin: 0;
		padding: 0;
		padding: 10px;
		text-decoration: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	#menu a:last-child {
		border: none;
	}

	#menu a:hover {
		background-color: #f8f8f8;
		color: #404040;
	}

	#menu a.active {
		background-color: #3887be;
		color: #ffffff;
	}

	#menu a.active:hover {
		background: #3074a4;
	}
}

@media screen and (max-width: 896px) {


	#header__logo{position:absolute; top:1rem; left:1rem;z-index: 2}

	#BtnGroupCenterMapPos {position:absolute; top:11rem; left:1rem; font-size:2rem;z-index: 1}


	#menu {
		background: #fff;
		position: absolute;
		z-index: 1;
		bottom: 35px;
		right: 10px;
		border-radius: 3px;
		width: 120px;
		border: 1px solid rgba(0, 0, 0, 0.4);
		font-family: 'Open Sans', sans-serif;
	}

	#menu a {
		font-size: 13px;
		color: #404040;
		display: block;
		margin: 0;
		padding: 0;
		padding: 10px;
		text-decoration: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
		text-align: center;
	}

	#menu a:last-child {
		border: none;
	}

	#menu a:hover {
		background-color: #f8f8f8;
		color: #404040;
	}

	#menu a.active {
		background-color: #3887be;
		color: #ffffff;
	}

	#menu a.active:hover {
		background: #3074a4;
	}
}

.attention {
	font-size: 75%;
	color:red;
	font-weight: bold;
	text-indent: 2em;
}
