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

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

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

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

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

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




div.project-frame-left {
	width: 440px;
	float: left;
	display: inline-block;
	margin-right: 30px;
}

div.project-frame-right {
	width: 280px;
	float: right;
	display: inline-block;
	margin-top: 20px;
}



div.project-intro {
	font-style: oblique;
	display: block;
	margin-top: 20px;
}

div.project-content {
	display: block;
	margin-top: 20px;
}

div.project-content a {
	color: #000;
	text-decoration: underline;
}