#content-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 274px; /* 317-20-23=274 */
	height: 347px; /* 382-30-5=347 */
	overflow: auto;
	background: #8977BA; /* Paars */
	padding: 30px 20px 5px 23px;
}
#content-right {
	position: absolute;
	top: 0px;
	left: 317px;
	width: 423px;
	height: 382px;
	overflow: hidden;
	background: #96B655; /* Groen */
}
