
/* NEWS GENERAL */

.newsitem {
margin-bottom	: 10px;
display			: table;
width			: 100%;
border-bottom	: 1px solid #cacaca;
}

	.newsoverview .newsitem,
	.newsblock .newsitem {
	padding-bottom: 10px;
	}

		.newsitem .thumb {
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: 4px;
		}
		
		/* DATE */
		.newsitem .date {
		font-size		: 10px;
		color			: #999;
		}

		/* TITLE */
		.newsitem h2.title {
		padding-bottom: 1px;
		}
		
			.newsblock .title a, 
			.newsblock .title a:visited,
			.newsoverview .title a, 
			.newsoverview .title a:visited {
			font-weight: normal;
			color: #ec2218;
			}

/* NEWSOVERVIEW */

.newsoverview .title a:hover {
color: black;
}

/* NEWSDETAIL */

.newsdetail {
margin-top: -10px;
}
	.newsdetail .date {
	margin-bottom: 2px;
	}
	
	.newsdetail .newsitem {
	border-bottom: none;
	}
	
	.newsdetail p.introtext {
	font-weight: bold;
	padding-bottom:10px;
	height: auto !important;
	height: 160px;
	}

/* NEWSARCHIVE */

.newsarchive .newsitem  {
border-bottom: 1px solid #cacaca;
line-height: 28px;
margin-bottom: 0px;
}

	.newsarchive .date {
	float: left;
	margin-right: 10px;
	}
	
	.newsarchive a.title {
	padding-right: 15px;
	height: 28px;
	overflow: hidden;
	float: left;
	display: block;	
	background: url('/images/arrow-red-small.gif') no-repeat right center;
	}
		
	#column-right .newsarchive a.title {
	width: 253px;
	}
		
#content img.tweetthis {
border:none;
padding:0px;
}
