/* 
css tt_news
 */
.news-single-img {
  float: left;
  padding-right: 10px;
  width: 150px;
}
.news-single-img img {
  border: none;
}

div.news-single-backlink {
	border-top: 1px dotted #d3420c;
}
.news-single-backlink a {
  background: transparent url(../images/back.gif) no-repeat scroll left 9px;
  color: #E7501E;
  font-size: 10px;
  font-weight: bold;
	padding-top: 5px;
	padding-left: 7px;
	width: 485px;
	display: block;
}
.news-single-backlink a:hover {
  text-decoration: underline;
}

.news-list-item img {
  float: left;
  padding-right: 10px;
}

.news-list-item h3 {
  margin: 19px 0px 15px 0px;
  padding: 0pt;
}

.news-list-item a {
  color: #E7501E;
  font-weight: bold;
  font-size: 13px;
  padding-right: 7px;
  /* mit 60% Top-Position steht der Pfeil im FF/Safari richtig, im IE 7ist er nicht sichtbar. Beim ursprünglichen Wert 4px stand der link im IE hinter der ersten Zeile
           ist ein bekanntes IE-Problem (Obwohl der IE es eigentlich richtig macht)*/
  background:transparent url(../images/mehr.gif) no-repeat scroll right 60%;
}
.news-list-item a:hover {
  text-decoration: underline;
}

.news-list-item .news-list-morelink a {
  float: right;
  font-size: 10px;
  margin-top: -20px;
}

.tx-ttnews-browsebox,
.tx-ttnews-browsebox table {
  text-align: center !important;
}

.tx-ttnews-browsebox table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tx-ttnews-browsebox a {
  color: #e85505;
  padding-left: 5px;
  padding-right: 5px;
}

.tx-ttnews-browsebox table tbody tr td {
  margin: 0 !important;
  padding: 0 !important;
}

.tx-ttnews-browsebox-SCell a {
  font-weight: bold;
  text-decoration: none;
  background: #e8980d;
  color: white;
  padding: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}