/* ===================================

Datei: avk-news.css 
Datum: 25. Aug 2009
Autor: Harald Luger
Aufbau: tt_news
=================================== */


/* ==================================
  1. Kalibrierung
  =============================== */
.HEADER-NEWS{
	background:#fff;
	color:#5D7F0E;
	font-size:18px;
	padding:8px;

}
.news-list-container {
	background:#fff;
	width: 715px;
	float: left;
	margin: 20px;
	border:none;
	}
.ARCHIVE-NEWS .news-list-container{
	width: 720px;
	margin-top: 25px;
}
.news-list-item {
	background:transparent;
	border:medium none;
	height:auto !important;
	line-height:1.3;
	padding:3px;
	margin: 0 0 0;
}
.news-list-container h3 { 
	background: transparent;
	margin-bottom:3px;
	padding:2px;
	border-bottom:0;
	letter-spacing: 0px;
	font-size: 18px;
}
.news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover {
	color:#8B9F00;
	padding-left:2px;
}
.news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer {
	border: 0;
	border-top:1px dotted #d7d7d7;
	clear:right;
	height:1px;
}
.news-list-morelink {
	font-size:11px;
	margin:15px 0 10px 5px;
}
.news-list-container img {
float: left;
border:1px solid #D7D7D7;
margin-bottom: 5px;
margin-right: 10px;
}
.CLEAR {
	clear:both;
}

/* Adaptierung  Singelansicht */

.news-single-item h3 {
	font-size: 110%;
	letter-spacing: normal;
}
.news-single-item h2 {
	font-size: 130%;
	padding-bottom: 10px;
	margin-left: 0;
}
.news-single-img a img{
	float: left;
	padding: 5px;
}
.news-single-img{
	padding: 5px;
	overflow: hidden;
}
.news-text-single-outer  {
	width: 700px;
	margin-bottom: 25px;	
}
.news-single-item{
margin-right: 20px;
	border: 0;
	background-color: #fff;
	background: none;
	width: 670px;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 12px;
	}

/* die nachfolgende Classe wurde über TS im Setup eingebunden */

.news-image-single-outer{
	float: left; 
	margin: 0 4px 25px 0;
	height: 150px;
}

.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 11px;
}

/* Archive (Leatest)*/

.news-latest-item {
	background:transparent url(../fileadmin/images/bg-boxen.gif) repeat-x scroll bottom;
	border:1px solid #ededed;
	margin:3px;
	padding:10px;
	overflow:hidden;
}

.news-latest-container {
	background-color:#FFFFFF;
	border:1px solid #D7D7D7;
	margin:15px 25px 0 0;
}

.news-latest-container h2, .news-latest-gotoarchive {
	background-color:#CEDB70;
	border:0;
	margin:3px;
	padding:5px;
	}

.news-latest-date, .news-latest-morelink, .news-latest-category {
	font-size:11px;
}

.news-latest-item img {
	border:1px solid #D7D7D7;
}

/* SUCHEN*/
.NEWS-EDIT-TABLE{
	margin: 0 20% 0 20%;
}
.news-search-form {
	background-color:#fff;
	border:0;
}
.NEWS-EDIT-TABLE td{
	padding: 5px;
}
.NEWS-EDIT-TABLE th {
	background: #9ACF19;
}
/*== ENDE ===*/




