/* Categorie-specifieke CSS */
/* CATNAAM: KANDIDATEN */

#LW_Container #mainvlak {
	background-image: url(../images/catimage_kandidaten.jpg); /* Dynamische afbeelding, vanuit inline html/js ? */
	background-repeat: no-repeat;
	background-position: 560px 00px;
	/*background-attachment: fixed;*/
	background-position: 560px top;
}

#LW_Container #header #headerimage {
	display: block;
	position: absolute;
	top: 0;
	left: 560px;
	height: 144px;
	width: 189px;
	background-image: url(../images/header_kandidaten.jpg); /* per cat aparte css (aanroepen) */
	background-repeat: no-repeat;
	z-index: 998;
}

