@charset "UTF-8";
/* CSS Document */

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

div#vacature-gegevens {
	background-color: #f4f4f4;
	padding: 20px;
	margin-top: 20px;
}

div#vacature-gegevens table tr td.label {
	font-weight: bold;
	color: #B91423;
}

div#vacature-gegevens a {
	color: #000;
	text-decoration: none;
}

div#vacature-gegevens a:hover {
	text-decoration: underline;
}