/* CSS Document */

/* verbergen van header, navigatie en footer */ 

#funcnav {
	display: none;
}
#header_nl {
	display: none;
}

#header {
	display: none;
}
#leftNavigation {
	display: none;
}

#breadcrumb {
	display: none;
}


#footer {
	display: none;
}

/*aanpassen van de breedte van de printlayout ***/

#main {
	width:90%; 

}

#content {
	width: 100%;
	
}

/* herlayouten van content, specifiek voor print*/

body, p, td, th, span {
	font-size: 11px; /* komt overeen met 10px. bv 12px is dan 1.2em */
	color:#000000;
}

a:link {
	color: #000000;
    text-decoration: underline;
}

a:visited {
   color: #000000;
	text-decoration: underline;
}

a:hover {
    color: #000000;
	text-decoration: underline;
}

a:active {
   	color: #000000;
	text-decoration: underline;
}
H1 {
	font-weight:bold;
	font-size:18px;
	color:#000000;

}

H2 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	background:none left top no-repeat;
	padding-left:0px;
}


H3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background:none left top no-repeat;
	padding-left:0px;

}

p {

}
