@media print {
/* BASIS ELEMENTEN */
body {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 0.84em;
	color						: #666;
}

table {
	background-color:#FFFFFF;
}

tr {
	background-color:#FFFFFF;
}

td {
	background-color:#FFFFFF;
}

a:link, a:visited, a:active, a:focus {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	color						: #900;
	text-decoration				: none;
}

a:hover {
	text-decoration: none;
	color: #FF00CC;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.8pt;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
}

/* GESPECIFICEERDE ELEMENTEN */
.hoofd_table
{
	width: 600px;
}

.formheader {
	color: #000;
}

.formheader a{
	color: #000;
}



/* LINKS */
a.links2:link, a.links2:visited, a.links2:active, a.links2:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
}

a.links2:hover {
	text-decoration: underline;
}

.tekst a:link, .tekst a:visited, .tekst a:active, .tekst a:focus {
	color: #000;
	text-decoration: underline;
}

.tekst a:hover {
	text-decoration: none;
}

/* TEKST */
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.8pt;
	color: #000;
	line-height:140%;
}

.tekstbold {
	font-weight: bold;
}

.noprint{
	display: none;
	vertical-align:top;
}

.home_rechts_bg{
	display: none;
	vertical-align:top;
}

.header_bg{
	display: none;
}
.hidden
{
	display:none;
}
}