/* PRINT STYLESHEET */

/* SNS REAAL */

.printonly {
	display: block !important;
}

.noprint {
	display: none !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;	
}

div.pagewrapper,
div.middlecolumn, 
div.rightcolumn {
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

table tr,
table th {
	text-align: left;
	vertical-align: top;
}

ul {
	margin: 0 !important;
}

ul li {
	margin: 0 !important;
	padding: 0 !important;
}

a {
	color: #000000;
}

div.f6_grafiekenkader { /* grafiek hierdoor altijd op de volgende pagina */
	page-break-before:always;	
}

div.f18_organigram img {
	width: 100% !important;
}

div.f1_header a.headerlogo img {
	display: block !important; 
	border: none !important;
	margin-bottom: 2em !important
}


/* show content of accordion */
div.f8_highlight_meer ul.highlight_articles div,
div.f31_gri ul.accordion_gri ul,
div.f31_gri ul.accordion_gri ul li div,
div.f15_overzicht_bibliotheek ul.overzicht_bibliotheek ul { 
	display: block !important;
	visibility: visible !important; 
	opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
	height: auto !important;
}


/* Disable these elements: */

div.leftcolumn,
div.f4_footer,

div.f1_header form,
div.f1_header ul,
div.f1_header p.breadcrumbs,

div.f26_paginatitel_met_contentacties,
div.f10_opgeslagen_items,
div.f11_zoeken form,
div.f20_sectieheader img,
ul.tx-pagebrowse {
	display: none;
}



