/* Generelle Styles */

html {
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	width:100%;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	background-color:black;
	width:100%;
	height:100%;
}

#centeringtable {
	height:100%;
	width:100%;
	border:none;
	text-align:center;
	vertical-align:middle;
}

#mapdiv {
	display:none;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
}

#infodiv {
	display:none;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:1px;
	height:1px;	
}


