.tt_news_list table
{	
  margin: 0px;
	font-size: 1.0em;
}

/*Änderung Wegmann 28-04.2008*/
/*keine unterstrichene Überschrift*/
.tt_news_list h3
{
	font-weight: bold;
  font-size: 11px;
  margin:0px;
}

/*Überschriften der einzelnen News, sollen nicht als Links zu erkennen sein*/
.tt_news_list h3 A:LINK, .tt_news_list h3 A:VISITED, .tt_news_list h3 A:ACTIVE
{
  color: #000000;
  text-decoration: none;
}

/*2008-06-16 Angabe zur Schriftgröße rausgenommen*/
.tt_news_single table
{	
  margin:0px;
  padding: 0px;
	/*font: 12px Arial;*/
}

.tt_news_single h3
{
	font-weight: bold;
  font-size: 11px;
  color: #4b4b4b;
  margin:0px;
  padding: 0px;
}

.tt_news_single h3 A:LINK
{
	text-decoration: none;
	color: black;
}

.tt_news_search {
  font-size: 1.0em;
  font-weight: bold;
  font-family: arial;
}

.tx-ttnews-browsebox-SCell A:LINK, .tx-ttnews-browsebox-SCell A:VISITED, .tx-ttnews-browsebox-SCell A:ACTIVE
{
  color: black;
  background-color: #e6e6e6;
	border:0px;
}

.tt_news_list td
{
vertical-align: top;
}
