@media print {
	body {
		text-align: left;
	}
	#page {
		color: #000000;
	}
	#navigation,
	.downloads  {
		display: none;
	}
	#content {
		min-height: 0px;
		margin-right: 0px;
	}
	#header,
	#headerholder {
		height: 20px;
	}
	#content {
		padding: 10px 0px;
	}
	#pageend {
		height: 10px;
	}
	#footer {
		text-align: left;
	}
	#footer a {
		color: #000000;
	}
	h1 {
		color: #000000;
		text-shadow: none;
	}
	h2 {
		color: #000000;
		text-shadow: none;
	}
	span.nocss {
		display: inline;
	}
	span.nocss.noprint {
		display: none;
	}
	small.copyinfo {
		display: block;
	}
	.noprint {
		display: none;
	}

	#homebutton {
		visibility: hidden;
	}
	#intochtdatum {
		float: left;
		text-align: left;
		width: auto;
		position: relative;
	}	
	#intochtdatum span.nocss {
		float: left;
	}
	#intochtdatum img.weekdag,
	#intochtdatum img.dag,
	#intochtdatum img.maand,
	#intochtdatum img.jaar {
		float: left;
		margin-left: 0px;
		margin-right: auto;
		clear: none;
		width: auto;
		height: 20px;
	}
	#intochtdatum img.weekdag {
		position: relative;
		top: -10px;
	}
	#intochtdatum img.jaar {
		/* height: 30px; */
		position: relative;
		top: 0px;
		left: 2px;
	}
	#intochtdatum img.maand {
		height: 28px;
		position: relative;
		top: -2px;
	}
	#intochtdatum img.dag {
		height: 32px;
		position: relative;
		top: -12px;
	}
	td.time {
		background: none;
		color: #000000;
		padding-left: 0px;
	}
	.news .newsheader {
		background: none;
		margin-left: 0px;
	}
	.news .newsheader .shield {
		background: none;
		color: #404040;
		width: 25px;
		margin-right: 10px;
	}
}