#newsitems .image_area {
	margin: 0 10px;
}

#newspage_main {
	border-bottom: 1px solid #d5d5d5;
}

#newsitems h1 {
	padding-bottom: 15px;
}

.readmore {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

.readmore a {
	text-decoration: none;
	color: #BA3508;
}

#newsitems p {
	margin-left: 30px;
}
/* EVEN NEWSITEMS */

#newsitems .even h1 {
	background: url(../images/blokje.png) no-repeat 10px 9px;
	width: 320px;
	text-indent: 33px;
	float: left;
	margin-left: 0;
	padding-right: 16px;
	margin-right: -16px;
}

#newsitems .even .image_area {
	float: right;
}

/* ODD NEWSITEMS */
#newsitems .odd h1 {
	background: url(../images/blokje.png) no-repeat 0 9px;
	width: 313px;
	text-indent: 23px;
	float: right;
	margin-left: 0;
}

#newsitems .odd .image_area {
	float: left;
}

.newsitem {
	clear: both;
	background: #EEEEEE;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #FFFFFF;
	padding-top: 15px;
}

/* NEWSITEMS WITHOUT IMAGES */

#newsitems .no_images h1 {
	background: url(../images/blokje.png) no-repeat 0 9px;
	width: 450px;
	text-indent: 23px;
	float: left;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 10px;
}

/* LAST NEWSITEM */
#newsitems .last {
	border-bottom: none;
}

.even p {
	clear: left;
}

.odd p {
	clear: right;
}

