#aanbiedingen-container{
	position:relative;
	float:left;
	display:inline;
	width:781px;
	margin-top:20px;
	}
	
#aanbiedingen-top{
	position:relative;
	float:left;
	display:inline;
	width:781px;
	height:9px;
	background-image:url(../images/aanbiedingen-top.gif);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
	}
	
#aanbiedingen-center{
	position:relative;
	float:left;
	display:inline;
	width:774px;
	padding-left:5px;
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	}
	
#aanbiedingen-bottom{
	position:relative;
	float:left;
	display:inline;
	width:781px;
	height:9px;
	background-image:url(../images/aanbiedingen-bottom.gif);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
	}
	
#aanbiedingen-titel{
	position:relative;
	float:left;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#09428f;
	margin-bottom:10px;
	}
	
.aanbieding{
	position:relative;
	float:left;
	display:inline;
	width:145px;
	height:150px;
	border-right:1px solid #9b9b9b;
	padding-left:5px;
	padding-right:3px;
	cursor:pointer;
	}
	
.aanbieding-titel{
	position:relative;
	float:left;
	display:inline;
	width:145px;
	height:45px;
	color:#09428f;
	line-height:14px;
	margin-top:3px;
	}
	
.aanbieding-image{
	position:relative;
	float:left;
	display:inline;
	width:145px;
	height:97px;
	margin-top:5px;
	text-align:center;
	overflow:hidden;
	vertical-align:bottom;
	}
