body, html {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
}
a {
	text-decoration: none;
	border:0px;
}

img {
	border:0px;
}

h1 {
	margin-bottom:10px;
}
h2{
	margin-top:0;
}
h3{
	font-weight: bold;
}

#main {
	position:relative;
	width:1020px;
	padding:20px;
	margin:auto;
}
#heatmapArea {
	position:relative;
	float:left;
	width:600px;
	height:800px;
	border:1px dashed black;
	margin-bottom:50px;
}
#descriptionArea, #statsArea, #copyright {
	position:relative;
	float:left;
	width:400px;
	padding:15px;
	padding-top:0;
	padding-right:0;
	text-align: justify;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 1em;
}

.btn {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 20px 10px 20px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid black;
	cursor:pointer;
	color:white;
	background-color:black;
}

#heli-plot {
	height:275px;
	width:400px;
}

#plaatsen-plot {
	height:275px;
	width:400px;
}

.jqplot-data-label {
	color: #FFF;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
	border: 0px solid #CCCCCC;
}

.share {
	float:left;
}