/* Pagina breedte */
body {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
}
#container {
	margin: 0, auto;
	width: 800px;
	text-align: left;
}

/* Navigate */
a.navigatie:link {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.navigatie:visited {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.navigatie:hover {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
table.navigatie {
	background-color:#FF0000;
	text-align: center;
	border-size: 0px;
	width: 100%;
	font-size: 12pt;
}

/* Titel */
h1.titel {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	padding-left: 1cm;
}

/* Gewone tekst */
p {
	margin-left: 1cm;
	margin-right: 1cm;
}
td {
	vertical-align: top;
}
table {
	font-size: 10pt;
	border-collapse: collapse; /* Zorgt ervoor dat er geen witter randen in een tabel zitten */
}
a:visited {
	color: blue;
}
li {
	border-bottom: 15px solid white; /* Zorgt voor wit-ruimte tussen de items */
	margin-left: 1cm;
}

/* Kopje boven een tabel */
.tabelkop {
	font-weight: bold;
	font-size: 11pt;
	background-color: 0B79BE;
	color: white;
}

/* Tabel met occasions */
table.occasions {
	align: center;
	margin-top=0.5cm;
	margin-left=1cm;
	margin-right=1cm;
}

/* Alternerende kleuren in tabel met occassions */
.occasionstabel0 {
	background-color: white;
	cursor: pointer;
}
.occasionstabel1 {
	background-color: E5E5FF;
	cursor: pointer;
}