@charset "UTF-8";
/* CSS Document */
#right {
	background-color: #CCCCCC;
}
#nieuws_left {
	float: left;
	width: 322px;
	background-color: #aaaaaa;
}
#nieuws_right {
	width: 276px;
	float: left;
	background-color: #FFFFFF;
}
#koptext {
	float: left;
	height: 40px;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#image {
	height: 400px;
	width: 322px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#prikbord {
	background-color: #07608c;
	height: auto;
	width: 322px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#prikbord_text {
	width: 300px;
	float: left;
}
#prikbord_item {
	background-color: #07608c;
	width: 302px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
}
.prikbordonderwerp {
	width: 312px;
	height: 15px;
	overflow: hidden;
}
#prikbord_item p {
	color: #FFF;
}
#prikbord_item:hover {
	background-color:#2c97cd;	
}
#prikbord_categorie {
	margin: 3px;
	float: left;
	height: 13px;
	width: 13px;
}
#nieuws_item {
	float: left;
	height: 100px;
	width: 276px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.nieuwsitem_titel {
	widows: 276px;
}
#archive {
	float: left;
	width: 276px;
	height: 15px;
	margin-bottom: 10px;
}

#nieuwsitem_line {
	background-color: #CCCCCC;
	float: left;
	height: 1px;
	width: 276px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
}
#nieuwsitem_img {
	width: 75px;
	height: 75px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	font-size: 0px;
}
#nieuwsitem_kop {
	height: auto;
	width: 184px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nieuwsitem_txt {
	height: auto;
	width: 184px;
	margin-left: 5px;
	margin-top: 0px;
}
#nieuwsitem_left {
	float: left;
}
#nieuwsitem_right {
	float: left;
	height: 95px;
	overflow: hidden;
}
#nieuwsitem_datum {
	margin-left: 5px;
	width: 75px;
}
