.tx-ttnews-browsebox {
	text-align:center;
	padding:0;
	margin:1.2em 0 1em 0;
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {
	padding: 0 0.4em 0.4em 0;
	margin:0;
	background:transparent;
}

/* LATEST Ansicht */
.news-latest-item {
        clear:left;
	margin-bottom: 1.1em;
}

.news-latest-item h3 {
	padding-top: 0;
}
.news-latest-date {
  line-height:1em;
  font-size:0.82em;
}

.news-latest-item a { text-decoration:none; }
.news-latest-item h3 a:hover { border-bottom:1px dashed #68a; }
.news-latest-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: left;
}
.news-latest-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
  text-align:center;
}

/* LIST Ansicht */
.news-list-container {
  padding-bottom: 1em;
  clear:left;
}

.news-list-container img {
  float:left;
  padding-right:15px;
  padding-bottom:15px;
}

.news-list-item {
  clear:left;
  padding-bottom: 1em;
}

.news-list-item p.bodytext {
  margin:0;
  padding:0;
}

.news-list-item h3 {
  padding-top: 0;
}

.news-list-date {
  line-height:2em;
  font-size: 0.72em;
}

.news-list-item h3 a { text-decoration:none; }
.news-list-item h3 a:hover { background:transparent; border-bottom:1px dashed #68a;  }
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}

.news-list-container .internal-link {
  float: right;
}

.news-list-morelink {
  text-align:right;
  font-size:0.82em;
  font-weight:bold;
}
.news-list-morelink a { color: #68a;}
.news-list-morelink a:hover { background: transparent; border-bottom:1px dashed #68a;  }

/* SINGLE Ansicht */
.news-single-item-title {
  font-size: 1.5em;
  color: #68a;

}

.news-single-item h3 {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #68a;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
	font-weight:lighter;
}
.news-single-img {
	padding-right:15px;
	float:left;
}
.news-single-img p {
	padding:0;
	margin:0;
}
.news-single-timedata {
	color: #aaa;
	margin-bottom: 1em;
	font-size:0.82em;
}
.news-list-category {
	color: #aaa;
}
.news-single-additional-info {
}
.news-single-additional-info dd {
	margin-top: -1em;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}

.news-single-backlink {
	margin-bottom: 1.4em;
  text-align:right;
  font-size:0.82em;
  font-weight:bold;
}

.news-single-backlink a { color: #68a;}
.news-single-backlink a:hover { background: transparent; border-bottom:1px dashed #68a;  }