/***********/
/* TT_NEWS */
/***********/

/* ersetzt: */
/* /typo3conf/ext/tt_news/static/css/setup.txt */

/*-----------------------------------  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: right;
	color: #999;
}
.news-latest-container HR.clearer {
	clear: left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid aqua;
	background-color:#BBE53A;*/
}
.news-latest-container H2,
.news-latest-gotoarchive {
	border: 2px solid red;
	color: white;
	background-color: red;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	/*
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	*/
}
.news-latest-container H3 {
	margin: 3px 0;
	font-size: 1em;
	font-weight: normal;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED, 
.news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	padding: 5px;
	margin: 0;
	color: black;
	font-weight: normal;
	background-color: #fff;
	text-align: left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	/*border-bottom: 1px solid silver;*/
	height:1%;		/*Sch...IE6*/
}
.news-latest-item IMG {
	margin-top:5px;
	border:1px solid silver;
	margin-bottom:5px;
	margin-right:5px;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:0.8em;
	text-align: right;
}
.news-latest-date {
	background: #eee;
}
.news-latest-morelink {
	height:1em;
}
.news-latest-morelink A {
	float:right;
	/*margin:0px 0px 5px 0px;*/
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {	
	/*CLEARING:*/
	overflow:hidden;
}
.news-list-item {	
	padding: 3px;
	margin: 3px 0;
	/* mh 31.3.09
	border:1px solid #999;
	background-color:#eee;
	*/
	/*-moz-border-radius:10px;*/
	/*Sch...IE6*/
	height:1%;
}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #999;
	background-color:#eee;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	/* mh 31.3.09
	border-bottom: 1px solid red;
	*/
	background-color: #ddd;
	font-size:1.1em;
}
/* mh 31.3.09
.news-list-container H3 A:LINK, 
.news-list-container H3 A:VISITED {
	color: white;
	padding-left: 2px; 
	font-weight: bold;
	background-color: red;
}
.news-list-container H3 A:HOVER,
.news-list-container H3 A:ACTIVE,
.news-list-container H3 A:FOCUS {
	color: red;
	background-color: white;
}
*/
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-weight: normal;
	font-size:0.8em;	
	color: #666;
	width: 125px;	
	background-color: #eee;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size:0.8em;
}
.news-list-container IMG {
	float: right;
	border:1px solid silver;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,
.news-list-category {
	font-size:0.8em;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	height: 1%; /*Sch... IE*/
	margin-top: 1em;
	padding: 3px;
	border: 1px solid #999;
	background-color:#eee;
	/*-moz-border-radius:10px;*/
}
.tx-ttnews-browsebox TD {
	font-size: 0.9em;
	border: 1px solid white;	
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin: 0;
}
.tx-ttnews-browsebox-SCell {
	background-color: silver;
	border: 1px solid #999;
}
.news-search-emptyMsg {
	font-size: 1em;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	/* mh 31.3.09
	border:1px solid #999;
	background-color:#eee;
	*/
	/*-moz-border-radius:10px;*/
	/*Sch...IE6*/
	height:1%;	
}
.news-single-item H2 {
	/* mh 31.3.09
	color: red;
	font-size:1.1em;
	*/	
}
.news-single-item H3 {
	margin-bottom: 5px;	
	font-size: 1em;
	font-weight: bold;
	color: #666;
}
.news-single-img {
	float: right;
	margin-left:5px;
	border: 2px solid white;
}
.news-single-imgcaption {
	padding: 3px 3px 0 3px;
	clear: both;
	width: 244px;
	color: #666;	
}
.news-single-category {
	float: right;
}
.news-single-backlink,
.news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size:0.9em;	
}
.news-single-timedata {
	float: right;
}
.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size:0.8em;
	background-color: #eee;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #eee;
	/*clear: both;*/
	margin-top: 1em;
	border: 0px solid white;
	padding: 0px;
	border: 2px solid white;
	/*-moz-border-radius:6px;*/	
}
.news-single-related,
.news-single-files,
.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#eee;
}
.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;
	margin-left:5px;
	width:90%;
	font-size: 1em;	
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	/*margin-top: 10px;
	padding: 3px;
	border: 1px solid #333;
	background-color:#BBE53A;*/
}

.news-amenu-container LI {
	padding-bottom: 1px;
	list-style-type: none !important;
	margin-left: 0 !important;
	font-size: 0.9em;
}

.news-amenu-container UL {
	padding: 3px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	/*border: 1px solid silver;*/
	background-color: white;
	list-style-type: none;
}

.news-amenu-container H2 {
	margin: 0px;
	border: 1px solid white;
	color: red;
	background-color: white;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
}

.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid silver;*/
	padding: 3px;
	background-color: red;
	color: #fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
/*
.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}
*/

/*  Styles for catmenu mode "nestedWraps" */
/*
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
*/