@charset "UTF-8";
/* CSS Document */
/*banners op de frontpage*/
#banners{
	position:relative;
	width:600px;
	height:394px;
}
.banner{
	position:relative;
	float:left;
	width:149px;
	height:100%;
	border-right:1px solid white;
	
	background-color:rgb(216,216,216);
	background-image:url(../images/banner_grijs_hoekje.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.banner .content{
	padding-left:6px;
	_margin-top:-1em;
	text-align:left;
}
.bannerText {
	position:absolute;
	left:5px;
	right:5px;
	bottom:35px;
	
	color:rgb(41,53,58);
	font-weight: bold;
	line-height: 1.1em;
}
.pijl{
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(../images/pijl.gif);
	
	bottom:6px;
	right:6px;
	
	cursor:pointer;
}
.pijl_over{
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(../images/pijl.gif);
	
	bottom:6px;
	right:6px;
	
	cursor:pointer;
}