
/* News Ticker */

.news_ticker {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	text-align: left;	
}


a.news_ticker:link  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
}

a.news_ticker:hover  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #FB0000;
	text-decoration: none;
}


table.news_ticker {
	width: 191px;
	height: 328px;
	border-style: solid; 
	border-width: 0;
	border-spacing: 0px;
	background-image: url(../../data/image/news.jpg);
}

th.news_ticker {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}


td.news_ticker {
	padding: 10px;
	padding-top: 1em;	
}


/* News Archive */

a.news_archive:link  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.news_archive:hover  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #FB0000;
	font-weight: bold;
	text-decoration: none;
}

table.news_archive {
	width: 100%;
	border-style: solid; 
	border-width: 0;
	border-spacing: 0px;

}

td.news_archive_titel {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}

td.news_archive_text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;	
}
