/*News CSS für www.ff-davenstedt.de*/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:both;
	height:1px;
/*	border:1px solid #CC0000;*/
}

.news-latest-container HR.clearer {
	clear:left;
}
/*ENDE clearer*/



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	font-size:0.8em;
}

#sidebar .news-latest-item p.bodytext {
	padding-bottom:0px;
	margin:0px;
}

.news-latest-header {
	color:black;
	font-size:1em;
	font-weight:bold;
	margin-top:5px;
}

.news-latest-item {
	padding:2px;
	margin:1px 0px;
	border:thin solid #D0D0D0;
}

.news-latest-date {
	color:#808080;
	float:left;
}

.news-latest-more {
	text-align:right;
}
/*ENDE LATEST*/



/*--------------------------------- tt_news LIST view  -----------------------------------*/
/*Wird auf der 'News' und auf der 'Termine' Seite benutzt*/
.news-list-container {
}

.news-list-item {
	padding:3px;
	margin:3px;
}

.news-list-container p {
	padding-left:3px;
}

.news-list-image {
	float:left;
	margin:2px 5px 0px 0px;
}

.news-list-date {
	color:#808080;
	text-align:right;
}

#main .news-list-header, #main .news-list-header h2, #main .news-list-header h2 a {
	margin:0px;
	padding:0px;
}

.news-list-subheader {
}
/*ENDE LIST*/



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
/*Der Browser unten, mit dem man durch die Seiten mit den News blättern kann*/
.tx-ttnews-browsebox {
	text-align: center;
}

.tx-ttnews-browsebox TD {
	/* font-size: 10px;*/
}

.tx-ttnews-browsebox table {
	margin-left:auto;  /*Dies zentrieren*/
	margin-right:auto; /*Dies zentrieren*/
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell a {
	color:red;
}

.tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell a:hover {
	color:navy;
}
/*ENDE Page-Browser*/



/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px;
}

.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-img {
	margin-left:20px;
	margin-right:20px;
	width:100%;
}

.news-single-img img {
	margin:5px;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author {
	font-size: 0.75em;
	margin:0px;
	padding:0px;
}

.news-single-item .block {
	margin:0 0 15px 0;
	padding:15px 15px 1px 15px;
}

.news-single-author {
	padding-bottom: 3px;
	float:left;
}

.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #D0D0D0;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#FAFAFA;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
/*ENDE SINGLE*/



/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:20px;
	list-style-type: none;
}
.news-amenu-container H2 {
}
.news-amenu-item-year {
	background-color:#e0e0e0;
	font-weight:bold;
	font-size:1.2em;
	margin:1em 0 0.2em 0;
}
.news-amenu-item-year dd {
	padding-left:0.2em;
	margin-left:0;
}

/*ENDE AMENU*/
