/* Wordt nog aan gewerkt */
		
/* --------------------------------------------------
	Print Stylesheet
	Author: Postkrediet
-------------------------------------------------- */

/* --------------------------------------------------
	Table of contents
	
	 1. Global
	 2. Things To Hide
	 3. Things To Show
-------------------------------------------------- */
/* --------------------------------------------------
	1. Global
-------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 11pt/15pt Trebuchet MS,Arial, Helvetica, sans-serif;
}

body, #wrap, #header {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* --------------------------------------------------
	2. Things To Hide
-------------------------------------------------- */

#skip, #bar, #footer, #nav, #columnNav, #foto, #module, #commercial, .button, .notes, .errorNotes {
  display: none !important;
}


/* --------------------------------------------------
	3. Things To Show
-------------------------------------------------- */		
		
		
		
		/* --------------------------------------------------
			3e. Forms
		-------------------------------------------------- */
		
		fieldset {
			margin: 1em 0 0 0;
			border: none;
		}
		
		fieldset legend {
			font-size: 13pt;
			font-weight: bold;
			margin-left: -.4em;
			padding: 0 0 1em 0;
			color: #000;
		}
		
		fieldset label { 
			width: 200px !important; 
			display: block;
			text-align: right; 
			float: left;
		}
		
		fieldset span {
			margin-left: 2%;
			font-weight: bold;
		}