/* css für tt_news */
.news-list-container {
}

.news-list-container a {
  color: #2F2646;
}

.news-list-container a:visited {
  color: #2F2646;
}

.news-list-container a:link {
  color: #2F2646;
}

.news-header a:link, .news-header a:visited, .news-header a:active {
  font-weight: bold;
}

.news-list-item {
  width: 505px;
}

* html .news-list-item {
	width: 499px;
}

.news-list-image {
  float: left;
  max-width: 105px;
  width: auto;
  padding-right: 5px;
  margin: 0px;
}

.news-list-image img {
	border: 0px;
}

* html .news-list-image {
	
}

.news-list-text {
  margin: 0px;
  width: 100%;
  border: 0px;
}

* html .news-list-text {
	min-width: 400px;
	width: auto !important;
}

.news-list-content {
}

.news-list-image_1 {
  float: right;
  max-width: 105px !important;
  padding-left: 5px;
  margin: 0px;
}

.news-list-image_1 img {
	border: 0px;
}

* html .news-list-text_1 {
	width: auto !important;
}

.news-single-item a {
}

.news-single-container {
	font-size: 11px;
	clear: both;
	border: 0px;
	height: auto !important;
}

.news-single-item a:link {
  color: #2F2646;
}

.news-single-item a:visited {
  color: #2F2646;
}

.news-single-item h3 {
	font-size: 11px;
}

.news-single-img {
	float: left;
	width: auto !important;
	border: 0px;
	margin-right: 5px;
}

.news-single-img img {
	border: 0px;
}

.news-single-text {
 	/*float: right;*/
 	width: auto !important;
 	border: 0px;
}
