/** * Stylesheet for <Iterlegis> * * @media	print * @copyright	Code d'Or <http://www.codedor.be> *//* the following declaration resets every background to white, every text color to black */* {	color: #000 !important;	float: none;}div {	background-color: white !important;}/* place the divs and elements you want to hide here */

div#language,
div#header_nav,
div#header_img,
div.btn_vacatures_nl,
div.btn_downloadbrochure_nl,
div.btn_vacatures,
div.btn_downloadbrochure,
div.more,
div.links,
div.contact img,
div.contact span.title_green,
div#submenu,
div.submenu_cv,
div.submenu_vacatures{
	display: none;
}


div.top{
	margin: 20px 0 5px 0;
	font-size: 1.4em;
	font-weight: normal;
}


#navigation, #footer, #language, #breadcrumb {	display: none;}body {	font-family: Arial, sans-serif;	font-size: 12pt;	color: #000; !important	background: #FFF;	border: none;}p {	padding: 0 0 20px 0;}ul, ol {	padding: 0 0 20px 30px;}h1, h2, h3, h4, h5, h6 {	font-weight: 700;}h1 {	font-size: 20pt;	padding: 0 0 10px 0;}h2 {	font-size: 16pt;	padding: 0 0 8px 0;}h3 {	font-size: 14pt;	padding: 0 0 6px 0;}h4 {	font-size: 12pt;	padding: 0 0 6px 0;}h5 {	font-size: 11pt;	font-weight: bold;	padding: 0 0 4px 0;}h6 {	font-size: 10pt;	font-weight: bold;	padding: 0 04px 0;}/** * = Tables * ---------------------------------------------------------- */table {	font-family: Arial, sans-serif;	margin: 0 10px 20px;	border-top: 1px solid #d9d9d9;	border-left: 1px solid #d9d9d9;}table td, th {	padding: 5px 10px;	border-right: 1px solid #d9d9d9;	border-bottom: 1px solid #d9d9d9;}table th {	font-weight: 700;	background: #ddd;	color: black;}/** * * ---------------------------------------------------------- */div#header_flash,div#navigationtop,#box_small_content{	display: none;}