/* Poort80 - gebruik voor print style */

/* common tags 
============================================================= */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important; /* Let op! Zet de font-sizes in punten (pt) */
	margin: 0 auto 0 auto !important;
	padding: 0;
	background: #fff;
	color: #303030;
}

td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important; /* Let op! Zet de font-sizes in punten (pt) */
}

th, td {
	vertical-align: top;
}

a img {
	border: none;
}

h1 {
	margin:0pt 0pt 10px;
	padding:0pt;
	color:#2B79E4;
	font-size:18pt;
	font-weight: bold;
}

h2 {
	color:#2B79E4;
	font-size:14pt;
	margin:10px 0pt 5px;
	padding:0;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-weight: bold;
	margin: 8px 0px;
	color:#2B79E4;
}

td, p {
	margin-bottom: 10px;
	line-height: 1.3em;
	color:#303030;
}

a {
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}

strong, b {
	color: #303030;
	font-weight: bold;
}

span.datum {
	color: #FF6600;
}

strong, b {
	font-weight:strong !important;
}

ul {
	list-style: square;
}

ul li, ol li {
	margin: 0 0 0 0px;
}

hr {
	height: 0px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #B8B8B8;
}

/* print styles
============================================================= */

div.foto-nieuws {
	float: left;
	margin: 0 10px 0 0px;
}

div.leader {
	color: #6e6e6e !important;
	font-size: 10pt !important;
	margin: 10px 0;
	padding: 0;
}

div#topRow {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B8B8B8;
}

div#footer {
	font-size: 8pt !important;
	color: #6e6e6e !important;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #B8B8B8;
}

div#footer a {
	color: #6e6e6e;
}

/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */
div.boxTopNav,
div#hiddentablediv,
div#leftCol,
div#navMenu,
div#rightTop,
div#navSub,
.pdf,
.non_print {
	display: none;
}