/* * * * * * * * * * * * * * display none * * * * * * * * * * * * * * * */

#header, #leftcontent, #rightcontent, #topmenu, .AdminStatusBar, #breadcrumbs, .Pager, img a, #searchfield, #textbanner, #footer-text, .merk, #btn-shoppingcart, .print-link, .contact-link{
	display: none;
}

/* * * * * * * * * * * * * * general css * * * * * * * * * * * * * * * */

body {
	color:#000;
	background: none;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 14pt;
}

#container {
	width: 826px;
}

.nl #header{                                  
	display: list-item;
	list-style-image: url(http://prestigefoto.winit2.be/App_Themes/71_Default/lib/img/printheader.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 10pt;
	color: #fff;
	height: 140px;
	margin: 0 0 20px 0;
	}

p {
	font-size: 14pt;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

img {
	margin: 10px 10px 10px 0;
	border: 0;
}
a:link, a:active, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #000000;
}
a:link:after, a:visited:after {
	display: none;
}

/* * * * * * * * * * * * * * footer * * * * * * * * * * * * * * * */

#footer p{
	clear: both;
	font-size: 9pt;
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 5px;
}

