
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html, body {
	height:auto;
	width:100%;
	padding:10px 30px 10px 10px;
	padding:0;}
div.container, 
div.contentBlock,
* html body div.container, 
* html body div.contentBlock
{
	margin:0px;
	padding:0;
	height:auto;
	width:100%;
	line-height:16px;
	}

/* DISPLAY:NONE; */
.header,
.navigatie,
.sidebar,
.icons,
.searchBlock,
.footer,
.subnav
{display:none;}


body div.mainContent, 
body div.userContent,
body div.wide {
	margin:0;
	padding:10px 10px 50px 10px;
	width:100%;
	}
/*\*/
* html body div.mainContent, 
* html body div.userContent,
* html body div.wide {
	margin:0;
	width:100%;
	padding:10px 10px 50px 10px;
	}
/* */
body div.mainContent a, 
body div.userContent a,
body div.wide a {
	text-decoration:none;
	}
.printFooter {
	position:relative;
	display:block;
	margin-top:40px;
	border-top:1px solid #756857;
	}
.printFooter img {
	position:relative;
	margin-top:-27px;
	z-index:100;
	}

div {width:100%}