﻿/* ===================================



Datei: screnn.css 

Datum: 3. April 2009

Autor: Harald Luger



Aufbau: tt_news

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



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

   1. Kalibrierung

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

.HEADER-NEWS{
	background:url('../../images/balken-news.gif') no-repeat center top;
	color:#FFFFFF;
	font-size:15px;
	padding:8px;
}
.news-list-container{
	background:url('../../images/bg-boxen.gif') no-repeat center bottom;
	width: 356px;
	float: left;
	margin-right: 15px;
	border:1px solid #D7D7D7;
}
.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:0px;
	padding:2px;
	border-bottom:0;
	letter-spacing: 0px;
	font-size: 14px;
}

.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:4px 0 0 5px;
}
.news-list-container img {
border:1px solid #D7D7D7;
}
.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;
}
.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;
}
.news-single-item{
	border: 1px solid #ededed;
	background-color: #fff;
	background: url('../../images/bg-boxen.gif') repeat-x 50% bottom;
}
.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 10px 25px 0;
	height: 150px;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 11px;
}

/* Archive (Leatest)*/
.news-latest-item {
	margin: 10px;
	overflow:hidden;
	padding:0;
	background-color: transparent;
	border:none;
	border-bottom: 1px solid #fff;
	}
.news-latest-item a{
	color: #006885;
}
.news-latest-container {
	background-color: transparent;
	border: none;
}
.news-latest-container h2, .news-latest-gotoarchive {
	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-search-form {
	background-color:#fff;
	border:0;
}
.news-latest-container h4{
	border: none;
	background: transparent;
}
/*== ENDE ===*/




