@charset "utf-8";

/* Vacatures */
div#vacatures div.vacaturetitel {
	font-family: Arial;
	/* font-family: Verdana, Arial, Helvetica, sans-serif */
	/* breedte 680px */
	width: 630px;
	padding-left: 50px;
	/* hoogte 65px */
	height: 5px;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #949999;
	/*line-height: 1.0em;*/
}
div#vacatures div.vacaturetitel a,
div#vacatures div.vacaturetitel a:link,
div#vacatures div.vacaturetitel a:active,
div#vacatures div.vacaturetitel a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #949999;
}
div#vacatures div.vacaturetitel a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #7b4812;
}
div#vacatures div.vacaturedoc {
	/* breedte 680px */
	width: 650px;
	padding-right: 30px;
	text-align: right;
	line-height: 0.8em;
}
div#vacatures div.vacaturedoc a,
div#vacatures div.vacaturedoc a:link,
div#vacatures div.vacaturedoc a:active,
div#vacatures div.vacaturedoc a:visited {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #7b4812;
}
div#vacatures div.vacaturedoc a:hover {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	color: #949999;
}

div#vacatures div.vacaturenummer {
	/* breedte 680px */
	width: 615px;
	padding-left: 15px;
	margin-left: 35px;
	padding-right: 10px;
	margin-right: 5px;
	
	padding-bottom: 8px;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	color: #808080;
	line-height: 0.8em;
	border-bottom: solid 1px #b3b3b3;
}


