#leftbar, #rightbar {
	position:		absolute;
	height:			275px;
	top:			386px;
	
}

/*  LEFT BAR */
#leftbar {
	width:			110px;
	left:			0;
	height:			300px;
}
#leftbar .aanbieding {
	position:		absolute;
	top:			7px;
	left:			8px;
	width:			82px;
	height:			62px;
	color:			#000;
	font-size:		0.9em;
	line-height:	1.1em;
	text-decoration: none;
	overflow:		hidden;
}
#leftbar img {
	position:		absolute;
	top:			70px;
	left:			0;
}

#leftbar #disclaimer {
	position:		absolute;
	top:			280px;
	left:			0;
	width: 			92px;
	font-size:		0.8em;
	text-align:		right;
	line-height:	1.3em;
}
#leftbar #disclaimer a {
	color:			#000;
	text-decoration: none;
}



/* RIGHT BAR */
#rightbar {
	height:			75px;
	width:			143px;
	right:			0;
}
#rightbar .regel_1, #rightbar .regel_2, #rightbar .regel_3 {
	display: 		block;
	float:			right;
	width:			140px;
	text-align:		right;
	padding:		3px 5px;
	background-color:#322a74;
	text-wrap:		none;
}
#rightbar .regel_2 {
	width:			108px;
	background-color:#7584bd;
}
#rightbar .regel_3 {
	width:			85px;
	background-color:#d0d9ee;
}
#rightbar a {
	color:			#fff;
	text-decoration: none;
	font: 			normal 0.8em Verdana, Arial, sans-serif;
}
#rightbar .regel_3 a {
	color:			#000;
}
#logo_right {
	float:			right;
	margin-top:		15px;
}



.addButton {
	font-size:		9px;
	float:			right;
	background-color:#efd093;
	border-top:		solid #FFE17F 1px;
	border-left:	solid #FFE17F 1px;
	border-bottom:	solid #6B550E 1px;
	border-right:	solid #6B550E 1px;
	padding:		7px 5px 7px 33px;
	margin:			0px 9px 0px 0px;
}


.debug {
	display:		none;
	margin:			0 250px;
	padding:		10px;
	background-color: 	#666;
	border:			solid 1px #000;
	width:			400px;
}