#articleList {
	width: 100%;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}#eucookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px;font-size: 14px; font-family: verdana;z-index:10000; }
#eucookie a.button {cursor: pointer; background: #ccc; padding: 4px 10px; margin-left: 10px; margin-bottom: 0px; border-radius: 5px; font-weight: bold; float: right;}
#eucookie a.button:hover {background-color: #aaa;}
#eucookie p.cookiemessage {display: block; padding: 0; margin: 0; max-width:100%; }