/* FODOK print CSS */

* {
	padding: 0;
	margin: 10px 0;
	border: 0;
}

body 								        { font: small "trebuchet ms", helvetica, sans-serif; }
#header p.logo, #header div#hoofdmenu, #content div.left, #footer , hr	{ display: none; }
#header div.intro p 						        { font: medium trebuchet ms, Serif; }
h1 								        { font: xx-large trebuchet ms, Serif; }
h2 								        { font: x-large trebuchet ms, Serif; }

ul { 
	list-style-image: url('images/bullet.gif'); 
	list-style-position: outside;
	margin: 15px 20px;
}

a { 
	color: #000; 
	text-decoration: underline;
}

.hidefromscreen { display: none; }
