@charset "utf-8";
/* CSS Document */
@import '/css/layout.css';
@import '/css/style.css';

/* Poort80 - used for print only */
*{
	background:none !important;
}
body,
html{
	margin:0px;
	padding:0px;
	color:#000;
	line-height:120%;
}

td, th, div {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt !important;
	line-height:120%;
}

#leftCol img{
	border:0;
}

.print{
	display:block;
	margin-bottom:1cm;
}

#leftCol p,
#leftCol h1,
#leftCol h2,
#leftCol .box h2,
#leftCol .peeps a span{
	color:#000;
}
#colWrap,
#leftCol,
#leftCol .peeps{
	margin:auto;
	width:auto;
	overflow:visible;
	padding:0;
}
#leftCol .boxBlock h3{
	line-height:120%;
}

/* hide following elements: 
================================================================================
*/
#rightCol,
#header,
#leftCol a.leesMeer,
#footer{
	display:none;
}
