/*	Zorg voor vrijheid
	******************
	
	Stylesheet for printing by pasz.nl
*/

/*	Basic markup
	************/
html, body {
	margin:0;
	padding:0;
	font:12px/16px "Arial", sans-serif;
}

body {
	padding:0;
	color:black;
	background:transparent;
}

/*	Headings	*/
h1, h2, h3, h4, h5, h6 {
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/*	Basic content	*/
p {
	margin:0 0 1.5em 0;
	padding:0;
}

a {
	color:blue;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/*	Tables	*/
table {
	border-collapse:collapse;
	border:none;
}

table caption,
table th,
table td {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
	vertical-align:top;
}

table th {
}

table td {
	
}

table caption {
}

/*	Forms	*/
form {
	
}

form p {
	
}

form p label {
	
}


/*	Generic classes
	***************/
.displayNone	{display:none}
.displayInline	{display:inline}

/*	Hide
	****/
#nav {
	display:block;
}


/*	Hacks
	*****/

/* slightly enhanced, universal clearfix hack */
.clearfix:after,
#main:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix,
#main {display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix,
* html #main {height:1%;}
.clearfix,
#main {display:block;}
/* close commented backslash hack */
