/* ensure that font-size is consistent in all modern browsers in points */
.contenttd {
	font-size: 10pt !important;
	line-height: 15pt !important;
	width: 100% !important;
	padding: 0;
	margin: 0;
}

/* hide all elements that are not needed for print */
#logo_screen,
.menu1,
.menu2,
.menu3,
.ref,
.zoektd,
.zijkant,
.rechtertd {
	display: none;
}

/* make the printversion of the logo visible */
#logo_print {
	display: block;
}

.logotd table {
	height: 1cm;
}