/*******************************************
* allgemeine Styles 
********************************************/
div#footer a {
	color: #999999;
}

/*******************************************
* Styles für Sidebar 
********************************************/
.thrColFixHdr #sidebar2 h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*******************************************
* 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-item {
	margin-bottom: 1em;
}

.news-latest-item h2, .news-latest-item h2 a {
	color: #999;
}
.news-latest-item h3 {
	padding-top: 0;
}
.news-latest-item h3 a { text-decoration:none;}
.news-latest-item h3 a:hover { background:transparent; }
.news-latest-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	float: left;
}
.news-latest-item p.bodytext {
	line-height: 1em;
	margin-bottom: 0 !important;
	margin-top:0 !important;
}

.news-latest-morelink {
  padding:1px;
  border:0px solid #fff;
  border-bottom:1px solid #fff;
  background:transparent;
  text-align:left;
}

.news-latest-morelink a:hover { background: #f0f0f4; }

.news-latest-date, .thrColFixHdr #sidebar2 .news-lastest-date a {
	margin-left: 0px;
}
.news-latest-date a {
	text-decoration: none;
	
}

.thrColFixHdr #sidebar2 span.news-latest-date a,
.thrColFixHdr #sidebar2 h3 a,
.thrColFixHdr #sidebar2 div.news-latest-morelink a {
text-decoration:none;
}


/* LIST Ansicht */
.news-list-item {
	margin-bottom: 1em;
}
.news-list-item h3 {
	padding-top: 0;
}
.news-list-item h3 a { text-decoration:underline; }
.news-list-item h3 a:hover { background:transparent; }
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}
.news-list-morelink {
  padding:1px;
  border:0px solid #ccd;
  border-bottom:1px solid #ccd;
  background:transparent;
	text-align:right;
}
.news-list-morelink a { color: #669;}
.news-list-morelink a:hover { background: #f0f0f4; }

/* SINGLE Ansicht */
.news-single-item h3 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
	font-weight: normal;
	
}
.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 {
	margin-top: -1em;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}
