/* 
Hierin komen styles voor die alleen op de homepage betrekking hebben.
Of styles die de algeneme screen.css overrulen om vaste elementen op de homepage anders weer te geven.
*/

/* --------------------------------------------- // -------- Visual / Banner */
#visual {
	float: left;
	width: 988px;
	height: 142px;
	margin: 5px 0 0 0;
}
#contentContainerHome {
	float: left;
	width: 988px;
	margin: 25px 0 0 0;
}
#contentHome {
	float: left;
	width: 711px;
	height: 90px;
	color: #87898B;
	padding: 0 30px 30px 20px;
	background: #FFFFFF url(../_images/border_home.gif) no-repeat right 0;
}
#bannerHome {
	float: left;
	width: 220px;
	padding: 0 0 0 7px;
}
#bannerHome h3, #search h3 {
	font-size: 1em;
	color: #A4A6A8;
}
#visual_border2 {
	float: left;
	width: 988px;
	height: 8px;
	background: url(../_images/visual_border2.jpg) no-repeat 0 0;
}
/* --------------------------------------------- // -------- Columns */
#colLeft {
	width: 375px;
}
#colMiddle {
	width: 375px;
}
#colLeft img.homeTitle, #colMiddle img.homeTitle {
	margin: 0 0 15px 35px;
}
/* --------------------------------------------- // -------- Blocks onderin homepage */
dl.blockHome {
	float: left;
	width: 171px;
	
	padding: 15px 10px 20px 10px;
}
/* Op de eerste na niets tonen */
dl#blockHome02, dl#blockHome03, dl#blockHome04, dl#blockHome05, dl#blockHome06, dl#blockHome12, dl#blockHome13, dl#blockHome14, dl#blockHome15, dl#blockHome16, dl#blockHome17, dl#blockHome18 {
	display: none;
}
dl.blockHome dt img {
	margin: 0 0 20px 0;
}
dl.blockHome dd {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #87898B;
}
dl.blockHome dd a {
	display: inline;
	color: #C5C19D;
	margin: 2px 3px 2px 0;
	padding: 0 0 0 10px;
	line-height: 1.4em;
}
dl.blockHome dd.link {
	color: #C5C19D;
	text-align: right;
	padding: 10px 0 0 0;
}
