@charset "utf-8";
/* CSS Document for Handle Creativ Art */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Handle Creativ Art Werbeagentur
	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 {
	color: #0099cc;
	font-size:11px;
	padding-top:10px;
}

/* heading 2 in the news div, containing the date of the news entry */
.news-latest-container h2 {
	font-size:11px;
	padding-top:15px;
	font-weight:bold;
}

/* 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;
	padding:0;
	margin:0;
	/* 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:10px;
	width:170px;
	text-align:left;
}

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

/* container for items in the list */
.news-list-container {
	margin:0px;
	width:718px;
	font-size:11px;
}

/* heading 3 in the list container */
.news-list-container H3 {
	margin-bottom: 5px;
	font-size:13px;
	padding:2px;
	width:100%;
}

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

/* link style in the heading 3 */
.news-list-container H3 A {
	color:#0099cc;
	font-size:12px;
}

/* paragraph style in the list container */
.news-list-container P {
}

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

/* a single item in the list */
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	background-color:#f0f2f3;
	width:333px;
	float:left;
	height:140px;
	margin:10px;
}

.news-list-item h3 {
	float:left;
}

.news-list-item h3 a{
}

.news-list-item-image {
	float:right;
}

.news-list-item-subheader {
	width:250px;
	float:left;
}

/********************************************************************/
/* 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: color:#666666;
	width: 140px;
	text-align: right;
	height: 13px;
	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;
	float:left;
	width:150px;
	padding-left:0px;
}
.news-list-browse {
	text-align: center;
}

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

/* box around the whole paging div */
.tx-ttnews-browsebox {
	width:686px;
	margin-left:15px;
}

/* 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;
	padding-right:5px;
}

/* 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: 14px;
	font-weight:bold;
	color:#0099CC;
	margin-bottom: 5px;
}
/* heading 3 for a single item */
.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-item p.bodytext {
	padding:0px;
	margin:0px;
	position:relative;
	left:-5px;
}

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

.news-single-item p {
	margin:0px;
}

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

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

#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-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;
}
