/*
    Author: Thomas Weckert (weckert@bplusd.de)
    Version: $Revision: 1.2 $
*/

div.news-article {
	width: 565px;
	position: relative;

    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    background-color: #ffffff;
    padding: 10px 10px 5px 10px;
    line-height: 18px;
}

p.news-list-separator {
	height: 15px;
}

img.news-article {
	margin: 10px 10px 0 0;
	vertical-align: top;
	float: left;
	margin-right: 15px;
}

p.news-date {
	background-color: #c30040;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px 0px 4px;
	float: left;
	position: relative;
}

p.news-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	float: left;
	position: relative;
	margin: 1px 0 0 10px;
}

div.news-article div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

div.news-article-header {
	position: relative;
	margin: 0;
	padding: 0;
}

a.news-nav:link, a.news-nav:visited, a.news-nav:hover, a.news-nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}