@charset "utf-8";
/* CSS Document for Plunger */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Nordlicht-Kuehlung Klumaier
	Description: Stylesheet for tt_news extension
	Copyright: (C) 3B-Solutions Klaus Hoermann 2009
*/

/********************************************************************/
/* 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;
	height:0px;
	border:0px;
}

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

/********************************************************************/
/* NEWS LATEST CONTAINER */

/* surrounding container */
.news-latest-container {
	border:0px;
	background-color:white;
}

/* heading 1 for the news */
.news-latest-container h1 {
	font-size:20px;
}

/* colored span in the heading 1 */
.news-latest-container h1 #colored {
	color:#0F1B5E;
}

/* heading 2 in the news div, containing the date of the news entry */
.news-latest-container h2 {
	font-size:13px;
	color:#0F1B5E;
}

/* more links */
.news-latest-container a {
	text-decoration:underline;
	padding-bottom:12px;
	font-size:9px;
}

/********************************************************************/
/* LATEST NEWS ITEM */

/* items in the latest news */
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
}

/* image inside a latest news item */
.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}

/* paragraph inside a latest news item */
.news-latest-item p {
	font-size:11px;
	text-align:justify;
}

/********************************************************************/
/* NEWS LIST CONTAINER*/

/* container for items in the list */
.news-list-container {
}

/* heading 3 in the list container */
.news-list-container H3 {
	margin-bottom: 5px;
	font-size:14px;
	padding:2px;
	/*background-color:#0F1B5E;
	background-color: #E1E1E1;*/

}

/* link style for h3 headings */
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#0F1B5E;
	padding-left:2px;
}

/* link style in the heading 3 */
.news-list-container H3 A {
	color:#0F1B5E;
}

/* paragraph style in the list container */
.news-list-container P {
	padding-left:3px;
}

/* images in the news list container */
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}

/********************************************************************/
/* NEWS LIST ITEM */

/* a single item in the list */
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:1px solid #CCC;
}

/********************************************************************/
/* NEWS SEARCH FORM */

/* style for the news search form */
.news-search-form {
	padding:3px;
	margin-bottom:5px;
}

/* empty search message */
.news-search-emptyMsg{
	margin:0px;
}

/* form style */
.news-search-form FORM {
	margin:0px;	
}

/********************************************************************/
/* NEWS LIST DATE */

/* date div in the news list overview */
.news-list-date {
	float: right;
	color: black;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;	
}

/********************************************************************/
/* NEWS LIST IMGCAPTION */

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/********************************************************************/
/* NEWS BROWSER */

/* box around the whole paging div */
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#E1E1E1;
}

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

/* strong style for the cells and strong tag */
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

/* paragraph in the cells */
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

/* current page */
.tx-ttnews-browsebox-SCell {
	background-color:#009DDF;
	border:1px solid #666;
	color:white;
}

/* color of link in the current page box */
.tx-ttnews-browsebox-SCell a {
	color:white;
}

/* style for empty message */
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/********************************************************************/
/* NEWS SINGLE ITEM */

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

/* heading 2 for a single news item */
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color:#0F1B5E;
	margin-bottom: 0px;
}
/* heading 3 for a single item */
.news-single-item H3 {
	margin-bottom: 15px;
}

/* image tag in a single item */
.news-single-img {
	/*float: right;*/
	margin-left:5px;
}

.news-single-img a {
	float:left;
	padding:5px;
}

.news-single-img img {
	padding:5px;
	float:left;
}

#news-single-img {
	padding-left:5px;
}

#news-single-img img {
	padding-right:10px;
}

/* image caption */
.news-single-imgcaption {
	padding:3px;
	clear:both;
}

/* category */
.news-single-category {
	float: right;
}

/* backlink */
.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,.news-single-imgcaption {
	font-size: 9px;
}

/* news author */
.news-single-author {
	padding-bottom: 23px;
}

/* bottom additional info */
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	padding:3px;
	padding-bottom:0px;

}

/**/
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

/**/
.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%;
}






/* ALL FOLLOWING STYLES ARE NOT USED*/

/********************************************************************/
/* NEWS LIST CATEGORY */

/* list category style */
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

/* style for the news list category div */
.news-list-category {
	font-size:9px;
	margin-left:3px;
}

/********************************************************************/
/* NEWS LATEST CATEGORY */

/* category image style */
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

/* category div style */
.news-latest-category {
	font-size:9px;
}

/********************************************************************/
/* NEWS LATEST GOTOARCHIVE */

/* goto archive link */
.news-latest-gotoarchive {
	padding-top:10px;
}

/* archive link style */
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
}

/********************************************************************/
/* NEWS AMENU CONTAINER */

/* container of the archive menu holding year and month of news */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:white;/*#CCC;*/
}

/* style for the listitems */
.news-amenu-container LI {
	padding-bottom:1px;
}

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

/* heading style for archive menu */
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	/*background-color:#0F1B5E;*/
	background-color:#009DDF;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

/* year item */
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	/*background-color:#0F1B5E;*/
	background-color:#009DDF;
	opacity:0.7;
	filter: alpha(opacity = 70);
	color:#fff;
}

/********************************************************************/
/* NEWS CATEGORY MENU */

.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 {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}