.date {
font-size		: 10px;
color: #777;
}

.newsitem {
margin-bottom	: 15px;
display			: table;
}

a.back, a.readmore, a.archivelink {
font-weight:normal;
}

/* newsoverview */


.newsoverview h2 {
padding-bottom: 0px;
margin-bottom: 0px;
}

#content .newsoverview h2 a {
text-decoration: none;
color: #081a7c;
}

	#content .newsoverview h2 a:hover {
	text-decoration: underline;
	color: black;
	}
/* newsdetail */

	.newsdetail .date,
	.newsdetail .tags,
	.newsdetail p.introtext,
	.newsdetail p.text {
	margin-bottom:10px;
	}
	
	.newsdetail p.introtext {
	color:#333333;
	font-weight:bold;
	}

/* newsarchive */

	.newsarchive .date {
	float: left;
	margin-right: 10px;
	}
	
	.newsarchive .title {
	float: left;
	}
	
	.newsarchive .newsitem {
	margin-bottom: 0px;
	width:100%;
	}


/* newshome */
	
	.newsblock .newsitem {
	margin-bottom: 5px;
	}
	
	
