html,body, table, div{
	font: 12px Arial,Helvetica,Verdana ;
}
#kolom1, #kolom3, #header, #footer {
	display:none;
}
			
.DisplayPrint {
	display:block;
}

table.tblContent {
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	border:1px solid #332b53;
}

table.tblContent td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-weight:normal;
}

table.tblContent td.tblHeader {
	background-color:#332b53;
	color:white;
}


.vacature_details_print {
	display:block;
}

table.tblContent td.actief {
	font-weight:bold;
	background-color:#e8e8e8;
}

h1 {
	font-size:12px;
}
