/* --- General settings --- */
body {
	background:none;
}
#header {
	height:350px;
	width:980px;
	visibility:hidden;
	display:none;
}
#header-print {
	height:350px;
	width:980px;
	visibility:visible;
	display:block;   
}

/* Dit is de container voor het menu (menu en menu_sub zitten hierin) */
#menu  {
	  visibility:hidden;
	  display:none;
}

#content {
	padding-top:0px;
	background:none;
}

h1, h2 {
	font: bold 32px Verdana;
	color: #000000;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#footer {
	border-top:0px solid #E8E8E8;
	height:120px;
	width:980px;
	float:left;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#000000;
	margin-top:20px;
}
