#left {
height: 540px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
#content {
	padding: 0px;
	width: 820px;
	position: relative;
}
#actueel1 {
	height: 180px;
	width: 350px;
	float: right;
	margin-bottom:20px;
}
#actueel2 {
	height: 180px;
	width: 410px;
	float: right;
	margin-bottom:20px;
}
#actueel3 {
	height: 180px;
	width: 410px;
	float: left;
	margin-bottom:20px;
}

#actueel4 {
	height: 180px;
	width: 410px;
 	float: right;
	margin-bottom:20px;
}

#actueel5 {
	height: 180px;
	width: 410px;
	float: left;
	margin-bottom:20px;
}

#actueel6 {
	height: 180px;
	width: 410px;
	float: right;
	margin-bottom:20px;
}
.rechtslijnend {
	text-align: right;
	padding: 15px 10px;
}
.linkslijnend {
	text-align: left;
	padding: 15px 10px;
}

#content a {color:#F00; font-weight: bold;}

