/* CSS Document */
#kolom1{
	width:320px;
	float: left;
	height: 500px;
	background-image: url(../images/fades/bg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	left: 30px;
	position: relative;
}
#kolom2{
	width:320px;
	float: left;
	height: 500px;
	background-image: url(../images/fades/gg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	left: 40px;
	position: relative;
}
.categories {
	width:95%;
	padding: 0px 15px 15px 15px;
	text-align: right;
}
#archief {
	padding-top: 10px;
}
.archieftitel {
	font-weight: bold;
	font-size: 12px;
    padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #006699;
}
#nieuws {
    padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #006699;
}
#nieuwsber{
    padding-top:5px;
}