* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	margin-top: 5px;
	font-size: 20px;
}

h4 {
	margin-top: 5px;
	font-size: 17px;
}

a {
	color: #000;
}

#header {
	display: none;
}

#sidebar {
	display: none;
}

#topbar {
	display: none;
}

#footer {
	margin-top: 20px;
	font-size: 8pt;
	text-align: center;
}

.tabbernav {
	display: none;
}

#content table {
	width: 100%;
	border-collapse: collapse;
}

#content table tr td {
	padding: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

td.omschrijvingsVeld {
	width: 35%;
}