/* Special Stylesheet for Printing */

#header {
	border-bottom: 0px;
}
#header div.logo {
	display: block;
	visibility: visible;
}
#header div.subnavigatie {
	display: none;
	visibility: hidden;
}

#banner, #menu, #footer {
	display: none;
	visibility: hidden;
}

#content {
	width: 600px;
	float: left;
}
#content #contentheader, #content #contentheaderproduct {
	width: 600px;
	float: left;
	border-bottom: 0px;
}
#content #contentheader h1, #content #contentheaderproduct h1 {
	width: 600px;
	float: left;
	border-left: 0px;
	clear: both;
}
#content #contentheader #breadcrumbs, #content #contentheaderproduct #breadcrumbs {
	width: 600px;
	float: left;
	border-left: 0px;
	padding-left: 0px;
}
#content #maincontent #maintext {
	width: 450px;
	float: left;
	border-left: 0px;
	clear: both;
	margin-top: 25px;
}
#content #maincontent #maintext-wide {
	width: 450px;
	float: left;
	border-left: 0px;
	clear: both;
	margin-top: 25px;
}
div.calltoaction {
	width:320px;
	float:left;
	clear: both;
	margin-top: 10px;
}