/* stijlen voor kaders op de homepage */
/* stijlen voor alle kaders */
#kaders {
	clear: both;
	display: block;
	position: relative;
	margin-right: 44px;
	margin-left: 44px;
	letter-spacing: 0.03em;	
	font-size: 11px;
	line-height: 18px;
	color: #323232;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#kaders H2 {
	font-size: 18px;
	color: #000000;
	display: block;
	line-height: 16px;
	letter-spacing: 0.03em;
	
	font-style: italic;
	font-weight: normal;
	margin-bottom: 8px;
	padding-top: 6px;
}

#kaders p.subkop {
	background-image: url(../images/pijltje_vooruit.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;	
	padding-right: 10px;
	line-height: 18px;
	font-size: 12px;
	
}

#kaders .subkop a{	
	font-weight: normal;
	
}

#kaders p {	
	padding-left: 15px;
	font-size: 110px;
	line-height: 14px;
	letter-spacing: 0.03em;		
}
#kaders p.location {	
	letter-spacing: 0.03em;		
	font-size: 11px;
}
#kaders .datum {	
	color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;	
	margin-bottom: 11px;
}
/* stijlen voor newest jobs */
#kaders #newestjobs, #kaders #agenda, #kaders #newestarticles {
	float: left;
}
#kaders #jobstop, #kaders #articlestop, #kaders #agendatop{
	width: 197px;
	background-image: url(../images/kader_jobs_top.gif);
	display: block;
	height: 3px;
	position: relative;
}
#kaders #jobscontent, #kaders #articlescontent, #kaders #agendacontent  {
	width: 177px;
	display: block;
	background-image: url(../images/kader_jobs_content.gif);
	background-color: #8DA0BC;
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;	
}
#kaders #jobsbottom, #kaders #articlesbottom, #kaders #agendabottom {
	width: 197px;
	background-image: url(../images/kader_jobs_bottom.gif);
	display: block;	
	height: 3px;
	position: relative;	
}
/* stijlen voor newest articles */
#kaders #newestarticles {
	float: left;
	margin-left: 19px;
}
#kaders #articlestop {	
	background-image: url(../images/kader_articles_top.gif);	
}
#kaders #articlescontent {	
	background-image: url(../images/kader_articles_content.gif);
	background-color: #BD9A9A;		
}
#kaders #articlesbottom {	
	background-image: url(../images/kader_articles_bottom.gif);	
}
/* stijlen voor agenda */
#kaders #agenda {	
	margin-left: 19px;
}
#kaders #agendatop {	
	background-image: url(../images/kader_agenda_top.gif);	
}
#kaders #agendacontent {	
	background-image: url(../images/kader_agenda_content.gif);
	background-color: #B0A673;
	
}
#kaders #agendabottom {	
	background-image: url(../images/kader_agenda_bottom.gif);
	
}