﻿.divNewsContainer
{
	width: 280px;
}

.tableNewsItem
{
	text-align: left;
	margin: 5px 0px 5px 0px;
	width: 277px;
}

.tableNewsItem td
{
	padding: 0px 0px 0px 0px;
}


.spanNewsHeader
{
	color: #00989a;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

.spanNewsItemTitel
{
	margin-left: 5px;
}
.spanNewsItemTitel a
{
	text-decoration: none;
	color: #004c93;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}


.spanNewsItemTitel a:hover
{
	background-color: #c9e9ea;
}

.spanNewsItemDate
{
	margin-left: 5px;
	color: #999;
	font-family: Arial;
	font-size: 11px;
}

.spanNewsItemAuthor
{
	color: #004c93;
	font-family: Arial;
	font-size: 11px;
}

.spanNewsItemText
{
	color: #555;
	font-family: Verdana;
	font-size: 11px;
}

.aNewsItemTextLink
{
	color: #004c93;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: bottom;
}

.aNewsItemTextLink img
{
	border-width: 0px;
}

.imgNewsSeperatorHorFull
{	
	border: 0px 0px 0px 0px;
}

.imgNewsSeperatorHorFullTableCell
{
	vertical-align: bottom;
}


