/* Stylesheet voor afdrukken */


/* Verberg site-opmaak en laat de div met print opmaak zien */
#begin, #afsluiting, #kop, #aandachtsitems, #nav-zij, #verklaringen, #contactformulier, #titel-contactformulier, #acc { 
	display: none;
}
#alleenprint {
	text-align: left;
	left: -10px;
}

/* Algemeen */
h1, h2, h3, h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
	color: #2e3192;
	font: oblique 24px "Gill Sans MT", "Gill Sans", "GillSans", "Times New Roman", Times, serif;
}
p, li {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}
.strongblue {
	font-weight: bold;
	color: #2e3192;
	font-family: Arial, Helvetica, sans-serif;
}
.italic {
	font-style: oblique;
}
.inline-rechts {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.vacature-box {
	margin: 15px 0px 20px;
}
.vacature-regel {
	clear:both;
	width: 100%;
}
.vacature-kop {
	width: 15%;
	float: left;
	text-align: right;
}
.vacature-inhoud {
	float: right;
	width: 85%;
}
.lijstregel {
	clear:both;
	width: 100%;
}
.lijstkop {
	width: 15%;
	float: left;
	text-align: left;
}
.lijstinhoud {
	float: right;
	width: 85%;
}
.lijsthelft {
	width: 50%;
	float: left;
}
.onderwerpblok .sitemaplist{
	margin-left: 20px;	
}
