/* latest (=teaser) stile für die startseite */
.news-latest-container {  
	float: left;
	width: 242px;
	height: 258px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
	background-color: #e7e7e7;
	filter:alpha(opacity=90);
	 -moz-opacity:0.9;
	 -khtml-opacity: 0.9;
	 opacity: 0.9;  
	 
	color: #666666; 
	font-size: 11px;
	line-height: 14px;
}	

.news-latest-container h1 {
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}

.news-latest-container a {
	color: #e1007a;
	text-decoration: none;
}

.news-latest-container a:hover {
	text-decoration: underline;
}


.news-latest-item {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #1c1c1c;
}

.news-latest-more {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
}

/* listen-stile für die contentseiten */

.news-list-item {
	height: 105px;
	overflow: hidden;  
	margin: 0px 0px 10px 0px;
}

.news-list-item:hover {
	background-color: #E1EFFC;
}


.news-list-item-pic {
	float: left;
	height: 105px;
	width: 179px;
	overflow: hidden;	
}

.news-list-item-text {
	margin: 0px 0px 0px 10px;
	float: left;		
	width: 179px;
	height: 105px;
	overflow: hidden;

}

.news-list-item-text .date {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 11px;
	color: #666666;
}

#contentpage #content .news-list-item-text h2 {
	color: #5bb8e8;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	padding: 0;
}

#contentpage #content .news-list-item-text {
	padding: 0px 0px 5px 0px;
}

#contentpage #content .news-list-item-text p {
	margin: 3px 0px 0px 0px;
	padding: 0;
}

.news-list-morelink {
	font-size: 11px;
}

.news-list-item-clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* page-browser (liste) */


.tx-ttnews-browsebox {
	font-size: 11px;
	color: #666666;
}

#contentpage #content .tx-ttnews-browsebox a {
}

#contentpage #content .tx-ttnews-browsebox .active {
	color: #5bb8e8;
	font-weight: bold;
}

/* listen stile für archiv */

.news-archiv-item {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #666666;
}

.news-archiv-item .date {
	font-size:11px;
	float: left;
	width: 80px;
	color: #666666;
}

.news-archiv-item .title {
	float: left;
	width: 288px;
}

#contentpage #content .news-archiv-item .title h2 {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.news-archiv-item-clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* stile für single - ansicht */

.news-single-item .date {
	font-size: 11px;
	color: #666666;
}

.news-single-item .location {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 10px 0px;
}


.news-single-imgcaption {
	font-size: 10px;
	color: #666666;
}

.news-single-backlink {
	font-size: 11px;
}

/* stile für die Suchbox auf der rechten seite */

form#news-search-form {
	padding: 0;
	margin: 0;
}

#news-search-form .vonbis {
}

#news-search-form select.year {
	width: 60px;	
	margin: 5px 0px 0px 0px;
}

#news-search-form select.month {
	width: 80px;
	margin: 5px 0px 0px 0px;	
}

#news-search-form input.sword {
	width: 100px;
	margin: 5px 0px 0px 0px;	
}

#news-search-form input.submitbutton{
	background-color: transparent;
	color: #E2007A;
	font-weight: bold;
	border: 0;
	margin: 5px 0px 0px 0px;	
	
}