/**
 * NEWS
 ****************************************/
/*-----------------------------------  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;
	display: none;
}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	text-align: right;
}
.news-latest-container H2,.news-latest-gotoarchive {
}

.news-latest-gotoarchive {
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
}
.news-latest-gotoarchive A {
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	text-align: right;
}

.news-latest-item h3 {
	font-size: 11px;	
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.news-latest-item IMG {
}
.news-latest-category IMG {
}
.news-latest-date {
	font-size: 10px;	
}

.news-latest-morelink {
}

.news-latest-category {
/*
	font-size:9px;
*/

}

.news-latest-morelink {
	font-size: 10px;	
/*
	height:12px;
*/
}

.news-latest-morelink A {
}
/**
 * LIST + SINGLE
 * * * * * * * * * * * * * * * * * * * * */
#content #contentText .news-item {
	padding: 0 0 30px 0;
	display: block;
}
#content #contentText .news-date {
	width: 100%;
	padding: 0 0 1px 0;
	color: #FFFFFF;
}
BODY.bodyAllg #content #contentText .news-date  { border-bottom: 1px solid #ACACAC; }
BODY.bodyWirt #content #contentText .news-date  { border-bottom: 1px solid #0050A0; }
BODY.bodyImmo #content #contentText .news-date  { border-bottom: 1px solid #B4142D; }
BODY.bodyKomm #content #contentText .news-date  { border-bottom: 1px solid #19962D; }
#content #contentText .news-date .datetime {
	padding: 2px 7px 2px 7px;
	display: inline;
	font-size: 11px;
}
BODY.bodyAllg #content #contentText .news-date .datetime { background-color: #ACACAC; }
BODY.bodyWirt #content #contentText .news-date .datetime { background-color: #0050A0; }
BODY.bodyImmo #content #contentText .news-date .datetime { background-color: #B4142D; }
BODY.bodyKomm #content #contentText .news-date .datetime { background-color: #19962D; }

#content #contentText .news-item H2 {
	margin: 0;
	padding: 13px 0 10px 15px;
	background-repeat: no-repeat;
	background-position: 0 17px;
}
BODY.bodyAllg #content #contentText .news-item H2 { background-image: url(../../images/arrow03_allg.gif); }
BODY.bodyWirt #content #contentText .news-item H2 { background-image: url(../../images/arrow03_wirt.gif); }
BODY.bodyImmo #content #contentText .news-item H2 { background-image: url(../../images/arrow03_immo.gif); }
BODY.bodyKomm #content #contentText .news-item H2 { background-image: url(../../images/arrow03_komm.gif); }
#content #contentText .news-item H2 A {
	color: #5A5A5A;
	font-size: 11px;
	text-decoration: none;
}
#content #contentText .news-list-container .news-item P {
	padding: 0 0 0 17px;
}
#content #contentText .news-list-container IMG {
	padding: 2px;
	float: right;
}
#content #contentText .news-item IMG {
	padding: 2px;
}
BODY.bodyAllg #content #contentText .news-item IMG { border: 3px solid #EEEEEE; }
BODY.bodyWirt #content #contentText .news-item IMG { border: 3px solid #E5EDF5; }
BODY.bodyImmo #content #contentText .news-item IMG { border: 3px solid #F7E7EA; }
BODY.bodyKomm #content #contentText .news-item IMG { border: 3px solid #E8F4EA; }
.news-list-category IMG {
	margin: 0;
	float: none;
	border: none;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
#content #contentText .news-list-container .news-item .news-list-morelink,
#content #contentText .news-list-container .news-item .news-list-category {
	padding: 0 0 0 17px;
	font-size: 10px;
}
#content #contentText .news-list-container .news-item .news-list-morelink  {
	margin: 10px 0 10px 0;
}
.news-list-browse {
	text-align: center;
}
.news-single-img {
	float: right;
	margin-left:5px;

}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {

	float: right;
}
.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-single-author {

	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.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%;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
}
.news-amenu-container LI {
}
.news-amenu-container UL {
}
.news-amenu-container H2 {
}
.news-amenu-item-year {
	font-weight: bold;
	padding: 2px;
	margin: 10px 0 4px 0;
	background-color: #D6D6D6;
}
/*--------------------------------- 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;
}


.newsarchiv-list-item {
	margin: 0 0 10px 0;
}
.newsarchiv-list-item div.newsarchiv-list-datetime {
	float: left;
}
.newsarchiv-list-item div.newsarchiv-list-title {
	margin: 0 0 0 80px;
	font-weight: bold;
	/* IE-Hack start */
	/*_text-indent: -2px;*/
	/* IE-Hack stop */
}
* HTML .newsarchiv-list-item div.newsarchiv-list-title {
	text-indent: -2px;
}



