#Article {}

#Article h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 4px 0;
}
#Article h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007baf;
	margin: 0 0 2px 0;
}
#Article h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 2px 0;
}
#Article p {
	margin-top: 0;
}
#Article div.section {
	width: 545px;
	padding: 10px 15px 0 15px;
}




#ArticleList {}

#ArticleList div.item {
	margin-bottom: 5px;
	display: block;
	background-color: #ebebeb;
	background-image: url(/artikler/media/corner-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#ArticleList div.image {
	width: 100px;
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #ffffff;
	border: #d6d6d6 solid 1px;
}
#ArticleList div.bottom {
	clear: both;
	height: 5px;
	background-image: url(/artikler/media/corner-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#ArticleList div.text {
	width: 435px;
	float: left;
	margin-top: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: #d6d6d6 solid 1px;
}
#ArticleList a.headline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #007baf;
}
#ArticleList div.manchet {
	padding-top: 4px;
}
#ArticleList div.author {
	padding-top: 2px;
	font-style: italic;
	color: #999999;
}
