@CHARSET "ISO-8859-1";
#content {
	padding-top: 62px;
	padding-bottom: 30px;
}
h1 {
	color: #fff;
	margin: 33px 0 0 32px;
	width: 300px;
	float: left;
}
h3 a {
	color: #fff;
	text-decoration: underline;
}
#newslist_box {
	clear: left;
	float: left;
	width: 354px;
	margin: 19px 0 0 9px;
	color: #000;
	font-size: 14px;
}
#newslist_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_oranje.png);
}
#newslist_top_center {
	float: left;
	height: 23px;
	width: 308px;
	background-color: #f18e00;
}
#newslist_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_oranje.png);
}
#newslist_center {
	float: left;
	width: 308px;
	padding: 0 23px;
	background-color: #f18e00;
}
#newslist_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_oranje.png);
}
#newslist_bottom_center {
	float: left;
	height: 23px;
	width: 308px;
	background-color: #f18e00;
}
#newslist_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_oranje.png);
}

#newslist_box h3 {
	font-weight: normal;
}
#newslist_box a {
	color: #fff;
	text-decoration: underline;
}
#newslist_box li {
	margin-top: 1.5em;
}
#newslist_box ul {
	margin-top: 2.5em;
}
#newsitem_box {
	float: right;
	margin: -176px 49px 0 0;
	width: 470px;
}
#newsitem_center {
	float: left;
	padding: 0 33px;
	width: 404px;
	background-color: #fff;
}
#newsitem_bottom_left {
	float: left;
	clear: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/bl_wit.png);
}
#newsitem_bottom_center {
	float: left;
	width: 424px;
	height: 23px;
	background-color: #fff;
}
#newsitem_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background-image: url(../images/br_wit.png);
}

#newsimage {
	width: 404px;
	height: 303px;
	position: relative;
}
#newsimage img {
	position: absolute;
	left: 0;
	top: 0;
}

#newsitem_box h2 {
	margin: .75em 0;
	font-size: 1.75em;
}

.archive {
	padding: 0 10px 3px 10px;
	border-bottom: 1px solid white;
}
