@CHARSET "UTF-8";

.NewsList
{
	width: 100%;
}

table.NewsList
{
	margin-left: 3px;
	margin-right: 3px;
}

table.NewsList div
{
	display: inline;
}

table.NewsList td
{
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
}

table.NewsList td.CellNr
{

}

table.NewsList td.CellTopic
{
	font-weight: bold;
}

table.NewsList td.LineSep
{
	padding: 0px;
	padding-top: 5px;
	font-size: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}





table.NewsDetails
{
	width: 100%;
}

table.NewsDetails div
{
	display: inline;
}

table.NewsDetails img.NewsToolbar
{
	vertical-align: bottom;
}

table.NewsDetails table.NewsToolbar
{
	margin-bottom: 5px;
}

table.NewsDetails .NewsToolbar td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

table.NewsDetails td.CellDownload, table.NewsDetails td.CellNr
{
	vertical-align: top;
	font-weight: bold;
}

table.NewsDetails td.CellDownload img
{
	vertical-align: top;
	border: 0px;
}

table.NewsDetails td.CellHeadline
{
	padding-top: 8px;
	font-weight: bold;
	font-size: 14px;
}

table.NewsDetails td.CellSubHeadline
{
	padding-top: 12px;
	font-weight: bold;
}

table.NewsDetails td.CellContent
{
	padding-top: 10px;
}

table.NewsDetails td.CellContent div
{
	display: block;
	white-space: normal;
}
