/* Special Stylesheet for Printing */

body { 
	margin:0px; 
	padding:0px; 
	text-align:center; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	text-align:left;
}
a {
	text-decoration:underline;
	color:black;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-size:16px;
}
h1 {
	margin:20px 0px;
}
img {
	border:0px;
}
#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;
}