.aanbcontainer {
    
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	text-decoration: none;
	
}

.aanbieding{
    
	
    position:relative;
	height:84px;
	margin-bottom:6px;
	background-color:#DBE3E8;
	
   	
}


.aanbpic{
	position:absolute;
	top:7px;
	left:7px;
	margin-right:10px;
	border:0;
	
	
}

.aanbtekst{
    position:absolute;
	top:7px;
	left:90px;
	right:90px;
	text-align:left;
	font-family:arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;

}

.prijsvanaf{
    position:relative;
	top:7px;
	float:right;
	right:10px;
	text-align:left;
	font-family:Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-align:right;
	color: #E21838;

}

.aanblink, .aanblink:hover{
    text-decoration:none;
	color: #000000;

}

.aanblink:hover{
text-decoration:underline;

}