body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ================================= */
/* Teksten */
/* ================================= */

h1 {
	font-size: 17px;
	margin-top: 0em;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

h2 {
	font-size: 11px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.6em;
}

p {
	font-size: 11px;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}

p.vet, span.vet {
	font-weight: bold;
}

a {
	color: black;
}

ul {
	margin-top: 0px;
}

li {
	font-size: 11px;
	margin-top: 0.3em;
	margin-bottom: 0em;
	line-height: 1.6em;
}

li p {
	margin-bottom: 0px;
}

/* ================================= */
/* Tabellen */
/* ================================= */

table th {
	text-align: left;
}

table.standaard p {
	margin: 0px;
}

th.kolomBedrag, td.kolomBedrag, th.kolomKorting, td.kolomKorting {
	text-align: right;
}

/* ================================= */
/* Google Map */
/* ================================= */

div#map {
	clear: both;
	margin-top: 40px;
	width: 100%;
	height: 350px;
	border: 1px solid #FCDD20;
}