/****** News ******/
.newscontainer{
	float:left;
	width:605px;
	min-height:200px;
	min-width:500px;
	font-size:12px;
	font-family:trebuchet ms;
}

.newscontainer .paginering a{
	color:#0098da;
	text-decoration:none;
}
.newscontainer .paginering{
	margin-bottom:20px;
}

.newstitle{
	color:#0098da;
	font-size:20px;
	font-family:trebuchet ms;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

.newsitem{
	border:1px #d9d9d9 solid;
	margin-bottom:20px;
}

.newsimg{
	float:right;
	margin-right:5px;
	margin-top:5px;
}

.news_date_container{
	width:125px;
	min-height:30px;
	padding:7px;
	float:left;
}

.news_date{
	height:19px;
	width:99px;
	background:url('../gfx/news_date.gif');
	color:#ffffff;
	font-family:trebuchet ms;
	font-size:12px;
	text-align:center;
	padding:7px;
}

.news_message{
	margin-left:140px;
	padding:0 10px 0 0;
}

.news_message a{
	color:#0098da;
	text-decoration:none;
}

.news_message a:hover{
	color:#22bafc;
}

.news_message_title{
	padding:15px 0 15px 0;
	color:#0098da;
	font-family:trebuchet ms;
	font-weight:bold;
	font-size:14px;
}

.news_message_content{
	font-family:trebuchet ms;
	font-size:12px;
	margin-bottom:10px;
}