/* Start of CMSMS style sheet 'honders: print' */
body {
color: #000 !important; /* we want everything in black */
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border:0 !important; /* no borders thanks */
}


* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/

h1.title {
	font-size: 14px;
	color: #4b2077;
	margin-bottom: 20px;
        font-weight: bold;
}

div#header div#logo {
	display: list-item;
	list-style-image: url(uploads/Layout/logo_hw.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
        line-height: 80px;
	}

div#header  .kop_foto,
#left_bar,
#print,
.copyright {
display: none;
}

#footer  {
text-align: center;
}

/* End of 'honders: print' */

