html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}


div#map_canvas {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	position: relative;
	width: 100%;
}

h1 {
	font-size: 105%;
	color: #eb10a0;
}

h2 {
	font-size: 100%;
	color: #eb10a0;
	padding-left: 10px;
}


