.kolom1, .kolom2, .kolom3, .kolom4 {
	background-color:#CCCCCC;
	float:left;
}
.kolom1 {
	margin-top: 1px;
	width:150px;
	background-color:#FFFFFF;
	text-align:left;
	border: 1px solid #666666;
}
.kolom2 {
	width:170px;
	height: 117px;
	text-align:left;
	background-color: transparent;
	clip: rect(auto,auto,auto,auto);
	margin-left: 10px;
	margin-right: 10px;
}
.kolom3 {
	width:150px;
	height: 115px;
	background-color:#FFFFFF;
	text-align:left;
	border: 1px solid #000000;
}
.kolom4 {
	width:170px;
	height: 117px;
	text-align:left;
	margin-left: 10px;
	background-color: transparent;
}
#onderwerpen {
	width: 674px;
	height: 152px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	top: 10px;
	margin-left:48px;
	margin-top: 22px;
	line-height: 16px;
	padding: 10px;
	background-color: #FFF;
	background-image: url(../images/);
	background-repeat: no-repeat;
	border: solid;
	border-color: #6f7a7b;
	border-width: 1px;
}
#onderwerpen p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#onderwerpen a {
	color: #990000;
	text-decoration: none;
}

#onderwerpen a:hover {
	text-decoration: underline;
	color: #990000;
}

.image {
	top: 20px;
	bottom: 10px;
	clip: rect(10px,auto,auto,auto);
	border: 1px solid #000000;
	margin-bottom: 10px;
}