/* --- print.css - Laat je raken --- */


.offScreen,
#siteSearch,
#mainNav,
#navBar,
#footer {
	display: none;
}

#container {
	width: 666px;
}

#altNav {
	margin-top: 0;
}
					

/* === sIFR styles === */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	overflow: hidden !important;
}

.sIFR-hasFlash h1.sIFRcolor, .sIFR-hasFlash h1.sIFRlight, .sIFR-hasFlash h1.sIFRwhite,
.sIFR-hasFlash h2.sIFRcolor, .sIFR-hasFlash h2.sIFRlight, .sIFR-hasFlash h2.sIFRwhite {
	font-size: 2.3em;
	line-height: 1.1em;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto;
	height: auto;
	letter-spacing: -1px;
}

.printPage 
{
    display: none; 
} 
