/* Print styles */
.header, .left-col, .right-col, .footer, div.columnRight, .flashWrapper,
ul.subNav, ul.breadCrums, div.controls, ul.result-nav, #foto_caroussel, div.subnav-niv4 {
	display: none;
}

div, span, a, p, h1, h2, h3, h4, h5, h6, strong, input {
	position: static;
	float: none;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	margin: 0;
	color: #000;
	background: #FFF;
}

body {
	font-size: 11pt;
}

div.tekst {
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

div.inleiding {
	margin-bottom: 20px;
}

input {
	border: none;
	border-bottom: 1px solid #000;
}

/* release size, padding & margin on the container */
.container {
	position: static;
	background: transparent;
	margin: 0 5%;
	padding: 0;
	width: 100%;
}

.column-content a {
	color: #520;
	text-decoration: underline;
}

/* display the url after linktext in css2-compliant browsers */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   color: #666;
   font-size: 90%;
}


/* make sure to unfloat long, floated elements; these cause printing to break */
/*
... {float: none; color: #520}
*/