@media print {
	#oTitelbalk2 {		display		: none; }
	#oMenubalk {		display		: none; }
	#oMenubalkOnder {	display		: none; }
	#oHome {		display		: none; }
	#oVestigingen {		display		: none; }
	#oActies {		display		: none; }
	#oAssortiment {		display		: none; }
	#oPrijsOpvragen {	display		: none; }
	#oContact {		display		: none; }
	#oInloggen {		display		: none; }
	DIV.Selected {		display		: none; }
	DIV.NotSelected {	display		: none; }
	#oTitelbalk {		position		: absolute;
				background-color	: #666666;
				top			: 0px;
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: 60px;
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #FF9900; }
	#oBody {		position		: absolute;
				z-index			: 2;
				background-color	: #FFFFFF;
				top			: expression(oTitelbalk.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				font-family		: Arial;
				font-size		: 12px;
				font-weight		: bold;
				color			: #330099; }
	#oBodyShort {		position		: absolute;
				z-index			: 2; 
				background-color	: #FFFFFF;
				top			: expression(oTitelbalk.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				font-family		: Arial;
				font-size		: 12px;
				font-weight		: bold;
				color			: #330099; }
	#oTitelPagina {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				heigth			: 25px;
				left			: 5px;
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #397DDD; }
	#oBodyText {		position		: absolute;
				z-index			: 2;
				top			: 25px;
				left			: 5px;
				width			: expression(document.body.clientWidth-25);
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; }

	SPAN.TitelbalkTitel {	color			: #FF9900; 
				font-family		: Arial;
				font-size		: 30px;
				font-weight		: 800; }
	}
	SPAN.TitelbalkUitleg {	color			: white; 
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: 500;
				font-style		: italic; }
	}
	SPAN.Titelbalk2Titel {	color			: #FF9900;
				font-family		: Arial;
				font-size		: 30px;
				font-weight		: 800; }
	SPAN.Orange {		color			: #397DDD; }
	HR.lijn	{		color			: #397DDD; }
	TABLE {			color			: #330099;
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; }
	INPUT {			width			: 200px; 
				height			: 20px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	OPTION {		width			: 200px; 
				height			: 20px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	TEXTAREA {		width			: 600px; 
				height			: 100px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	H2 {			font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #244CEB; }
	IMG {			border			: 2px solid #666666; }
}
@media screen, projection {
	#oTitelbalk {		position		: absolute;
				background-color	: #666666;
				top			: 0px;
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: 60px;
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #FF9900; }
	#oTitelbalk2 {		position		: absolute;
				background-color	: #397DDD;
				top			: expression(oTitelbalk.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: 200px;
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #FF9900; }
	#oMenubalk {		position		: absolute;
				z-index			: 2;
				background-color	: #FFFFFF;
				top			: expression(oTitelbalk.offsetHeight+oTitelbalk2.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: 25px;
				font-family		: Arial;
				font-size		: 15px;
				font-weight		: bold;
				color			: #000000; }
	#oMenubalkOnder {	position		: absolute;
				z-index			: 1;
				background-color	: #CCCCCC	;
				top			: expression(oBodyShort.offsetTop+oBodyShort.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: 25px;
				font-family		: Arial;
				font-size		: 15px;
				font-weight		: bold;
				color			: #330099; }
	#oBody {		position		: absolute;
				z-index			: 2;
				background-color	: #FFFFFF;
				top			: expression(oTitelbalk.offsetHeight+oTitelbalk2.offsetHeight+oMenubalk.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: expression(document.body.clientHeight-(oTitelbalk.offsetHeight+oTitelbalk2.offsetHeight+oMenubalk.offsetHeight));
				font-family		: Arial;
				font-size		: 12px;
				font-weight		: bold;
				color			: #330099; 
				overflow		: auto;
				scrollbar-3dlight-color		: #330099;
				scrollbar-arrow-color		: #330099;
				scrollbar-base-color		: #330099;
				scrollbar-darkshadow-color	: #330099;
				scrollbar-face-color		: #CCCCCC;
				scrollbar-highlight-color	: #330099;
				scrollbar-shadow-color		: #330099;
				scrollbar-track-color		: #FFFFFF;
				filter			: alpha(opacity=90); }
	#oBodyShort {		position		: absolute;
				z-index			: 2; 
				background-color	: #FFFFFF;
				top			: expression(oTitelbalk.offsetHeight+oTitelbalk2.offsetHeight+oMenubalk.offsetHeight);
				left			: 0px;
				width			: expression(document.body.clientWidth);
				height			: expression(document.body.clientHeight-(oTitelbalk.offsetHeight+oTitelbalk2.offsetHeight+oMenubalk.offsetHeight)-25);
				font-family		: Arial;
				font-size		: 12px;
				font-weight		: bold;
				color			: #330099; 
				overflow		: auto;
				scrollbar-3dlight-color		: #330099;
				scrollbar-arrow-color		: #330099;
				scrollbar-base-color		: #330099;
				scrollbar-darkshadow-color	: #330099;
				scrollbar-face-color		: #CCCCCC;
				scrollbar-highlight-color	: #330099;
				scrollbar-shadow-color		: #330099;
				scrollbar-track-color		: #FFFFFF;
				filter			: alpha(opacity=90); }
	#oHome {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: 0px;
				width			: expression(document.body.clientWidth/7);
				color			: #330099; }
	#oVestigingen {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth);
				width			: expression(document.body.clientWidth/7); 
				color			: #330099; }
	#oActies {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth+oVestigingen.offsetWidth);
				width			: expression(document.body.clientWidth/7);
				color			: #330099; }
	#oAssortiment {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth+oVestigingen.offsetWidth+oActies.offsetWidth);
				width			: expression(document.body.clientWidth/7);
				color			: #330099; }
	#oPrijsOpvragen {	position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth+oVestigingen.offsetWidth+oActies.offsetWidth+oAssortiment.offsetWidth);
				width			: expression(document.body.clientWidth/7);
				color			: #330099; }
	#oContact {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth+oVestigingen.offsetWidth+oActies.offsetWidth+oAssortiment.offsetWidth+oPrijsOpvragen.offsetWidth);
				width			: expression(document.body.clientWidth/7);
				color			: #330099; }
	#oInloggen {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				left			: expression(oHome.offsetWidth+oVestigingen.offsetWidth+oActies.offsetWidth+oAssortiment.offsetWidth+oPrijsOpvragen.offsetWidth+oContact.offsetWidth);
				width			: expression(document.body.clientWidth-oInloggen.offsetLeft);
				color			: #330099; }
	#oTitelPagina {		position		: absolute;
				z-index			: 2;
				top			: 0px;
				heigth			: 25px;
				left			: 5px;
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #397DDD; }
	#oBodyText {		position		: absolute;
				z-index			: 2;
				top			: 25px;
				left			: 5px;
				width			: expression(document.body.clientWidth-25);
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; }
	DIV.Selected {		background-image	: url("../images/selected.gif");
				background-repeat	: no-repeat;
				background-position	: 100% 0%; }
	DIV.NotSelected {	background-color	: #CCCCCC; }

	SPAN.TitelbalkTitel {	color			: #FF9900; 
				font-family		: Arial;
				font-size		: 30px;
				font-weight		: 800; }
	}
	SPAN.TitelbalkUitleg {	color			: white; 
				font-family		: Arial;
				font-size		: 20px;
				font-weight		: 500;
				font-style		: italic; }
	}
	SPAN.Titelbalk2Titel {	color			: #FF9900;
				font-family		: Arial;
				font-size		: 30px;
				font-weight		: 800; }
	SPAN.Orange {		color			: #397DDD; }
	HR.lijn	{		color			: #397DDD; }
	TABLE {			color			: #330099;
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; }
	INPUT {			width			: 200px; 
				height			: 20px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	OPTION {		width			: 200px; 
				height			: 20px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	TEXTAREA {		width			: 600px; 
				height			: 100px; 
				font-family		: Arial;
				font-size		: 14px;
				font-weight		: 500; 
				color			: #330099; }
	H2 {			font-family		: Arial;
				font-size		: 20px;
				font-weight		: bold;
				color			: #397DDD; }
	IMG {			border			: 2px solid #397DDD; }	
}
IMG.orange {			border			: 2px solid #397DDD; }
IMG.plaatje {			border			: 2px solid #397DDD; 
				width			: 350px; }
IMG.titelbalk {			height			: 200px; }
TABLE.actie {			border			: 1px solid #330099; }
TD.bovenlijn {			border-top		: 1px solid #330099; }

		#divPromotion {
		    POSITION		: absolute;
			border-style	: solid solid solid solid ;
		    border-color	: #666;
		    TOP				: 25px;
		    LEFT			: 250px;
			z-index			: 1;
			visibility		: visible; }

		#divClose {
			position		: absolute;
			top				: 444px;
			left			: 255px;
			width			: 660px;
			background		: black;
			z-index			: 5; }
