/*******************************************

* Styles für tt_news

********************************************/

.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-container {
  background:transparent;
	border-bottom: 0.05em  #CCCCCC solid;
}

.news-latest-title {
  font-size: 11px;
  font-weight: bold;
  color:#000000;
}

.news-latest-item {
	margin-bottom: 0em;
	font-size: 11px;
}
.news-latest-item h3 {
	padding-top: 0;
	font-size: 11px;
}

.news-latest-item h3 a { text-decoration:underline; }
.news-latest-item h3 a:hover { background:transparent; }
.news-latest-item img {
	padding-right: 1em;
	padding-top: 0em;
	float: left;
}

.news-latest-date a {
		font-size: 10.3px;
		text-decoration:none; 
		color:#137B2C;
	font-weight: normal;
}


.news-latest-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
	text-align:center;
}

.news-latest-gotoarchive{
	font-size: 11px;
}

/* LIST Ansicht */
.news-list-container {
  background:#FFFFFF;
  margin-top: -10px;
}

.news-list-item {
	margin-bottom: 0em;
}
.news-list-item h3 {
	padding-top: 0;
  background: #156830;
	font-size: 12px;
}
.news-list-item h3 a { color: #00ff00;}
.news-list-item h3 a:hover { background:transparent;}
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}

.news-list-item p { font-size: 11px;}

.news-list-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
	text-align:center;
}
.news-list-morelink a { color: #669;}
.news-list-morelink a:hover { background: transparent; }

/* SINGLE Ansicht */
.news-single-item h3 {
	/*margin-bottom: 1em;*/
	/*margin-top: 1em;*/
	color: #000;
	/*padding: 0.5em;*/
	/*background: #f0f0f4;*/
	/*border-left: 8px #E0E7F5 solid;*/
	font-weight: bold;
}
.news-single-img {
	padding-right:15px;
	float:left;
}
.news-single-img p {
	padding:0;
	margin:0;
}
.news-single-timedata {
	color: #aaa;
	margin-bottom: 1em;
}
.news-list-category {
	color: #aaa;
}
.news-single-additional-info {
}
.news-single-additional-info dd {
font-size: 12px;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}
