.aanbieding {
	background: url(images/fade.jpg) repeat-x;
	width:100%
	margin: 10px auto;
	bgcolor: #000000
}
.aimg {
	float:left;
	width:202px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image:url(images/price.png);
}
.aimg img {
	border:solid 1px #557682;
}

.aprice {
	float:right;
	font-weight:bold;
	margin:0px 5px;
}
.ainfo {
	width:100%;
	float:center;
	width: 100%;
	border-bottom: dotted 1px #9DA6B3;
	text-align: center;
	color:#557682;
	white-space: nowrap;
	font-size: 10px;
	font-weight:bold;
}

.aheader {
	width: 100%;
	border-bottom: dotted 1px #9DA6B3;
	text-align: center;
	color:#557682;
	white-space: nowrap;
	font-size: 12px;
	font-weight:bold;
	
}

.avalid {
  color:#557682;
  text-align: right;
  font-size:10px;
  margin:0px 5px 10px 0px;
  }
.spacer {
	clear:both;
	}

