@charset "utf-8";

#nieuws {
	height: 345px;
	width: 500px;
	overflow: auto;
}

.nieuws_text {
	float: right;
	width: 400px;
}

.nieuws_img {
	float: left;
}

.nieuws_text_hidden {
	display: none;
}

.nieuws_titel, .nieuws_datum {
	font-size: 14px;
	font-weight: bold;
}

.nieuws_datum {
	text-align: right;
}

.nieuws_sep {
	background-color: #FF3366;
	height: 1px;
}

.nieuws_content img {
	padding-right: 20px;
	padding-bottom: 20px;
}

.nieuws_content {
	padding-top: 10px;
	padding-bottom: 10px;
}

#nieuws_box {
	background-color: #666666;
	padding: 10px;
}

#nieuws_top_header {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

#nieuws_prev {
	width: 50%;
	text-align: left;
}

#nieuws_next {
	width: 50%;
	text-align: right;
}

