div#logo, div#top_navigatie, div#toolbar, div#links, div#rechts, div#tools, div#shortcuts {
	display: none;
}
div#midden {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

body, input {
	font: 11px/18px Arial, sans-serif;
	color: #333;
}
div#heading_print p#titel {
	font-size: 34px;
	font-weight: bold;
}
h1, h2, h3, p {
	margin: 18px 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	line-height: 20px;
}
ul, ol {
	padding: 0;
	margin: 18px 36px;
}
a {
	color: #333;
	text-decoration: none;
}