/****************
	Disable all elements of site that are not printable 
	Also all subsite components
****************/	
	embed, object, div.media, input, select, textarea, .toc-back {
		display: none;
	}
	#vacatures-search { display: none; }
/****************
	Disable all parts of site that are not printable
****************/	
#top,
#brand-bar,
#header-bar,
#navigatoin,
#subnav,
#disclaimer
{ 
	display: none 
}
/****************
	specific parts of the printpage
****************/	
	body {
		font: 12px verdana;
	}
	h1,h2,h3 {
		font-weight: bold;
		margin-bottom: .5em;
		padding-bottom: 0;
		color: #036;
		font-family: arial;
	}
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.1em;
	}
	h3 a {
		color: #036;
		text-decoration: none;
	}
	p {
		margin-bottom: 1em;
	}
	a {
		color: #00F;
		font-style: normal;
		text-decoration: underline;
	}
	ul {
		margin-bottom: 1em;
	}
	li {
		list-style: outside disc;
		margin-left: 2em;
	}
	b, strong {
		font-style: bold;
	}
	hr {
		border: 1px solid #000;
		height: 1px;
		background: #000;
		margin: 0.3cm 0;
	}
	.clear {
		clear: both;
		visibility: hidden;
	}
	#text {
		border-bottom: 2px solid #000;
		margin: 0.5cm 0;
	}
	.breadcrumbs {
		border: 1px solid #036;
		padding: 1em;
		margin-bottom: .5cm;
	}
	.readmore img {
		float: left;
		margin: 0 10px 10px 0;
	}
	strong em {
		font-weight: bold;
		font-style: italic;
	}
	em strong {
		font-weight: bold;
		font-style: italic;
	}
	strong em {
		font-weight: bold;
		font-style: italic;
	}

        em {font-style: italic;}
        strong {font-weight: bold;}

       
