
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
    clear:right;
    height:1px;
    border:none;
    padding:0;
    margin:0;
}

.news-list-container HR.clearer
{
  clear:left;
  border-bottom:0px none;
}

.news-list-container hr.clearbrowse {
	clear:both;
	margin:0;
	padding:0;
	border-bottom:0px none;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
    clear:both;
}

.news-single-item HR.cl-left {
    clear:left;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
  border-top:1px solid #c3c3c3;
  padding-top:20px;
  margin-top:10px;
  width:100%;
  /*min-height:145px;*/
  height:auto !important;
  height:145px;
}
.news-list-item:first-child {
  margin-top:0;
  padding-top: 0;
  border-top:0px none;
}

.news-list-item .news-list-textcontent p {
	line-height:1.4em;
	margin-bottom:0;
}

.news-list-container H1 {
	font-size: 130%;
	line-height: 1.35em;
	font-weight: bold;
	color: #656565;
}

.news-list-item p.news-list-date {
	font-size: 100%;
	line-height: 1em;
	margin-bottom: 0.4em;
}

.news-list-item p.news-list-author {
	font-size: 110%;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:0.3em;
}

.news-list-imgcaption {
    padding:3px 3px 0 0;

}

.news-list-container .news-list-image {
    float: left;
	width:164px;
    margin: 1px 0 0 0;
    border: none;
	min-height:134px;
	height:auto !important;
	height:134px;
}

.news-list-container .news-list-textcontent {
    margin-left:184px;
	padding-right:50px;
}

.news-list-item .singlebutton a {
	display:block;
	float:right;
	width:30px;
	height:30px;
	background-image:url(../../static/symbols/news_morelink.gif);
	font-size:0;
	text-indent:-99999px;
	margin-top:-30px;
}

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

.news-list-morelink  {
    padding-left:5px;
}

.news-list-morelink  a {
    text-decoration:none;
}

    /*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
    float:right;
	width:auto;
    margin-bottom:20px;
}
.news-list-browse span {
	display: block;
	float: left;
	line-height: 30px;
	min-width:30px;
	text-align: center;
	border-right: 1px solid #fff;
}
.news-list-browse span a {
	display:block;
	background-color:#898985;
	color:#fff;
	text-decoration:none;
}
.news-list-browse span.act a {
	display:block;
	background-color:rgba(0, 51, 93, 1);
	color:#fff;
	text-decoration:none;
}
.news-list-browse span a img.back {
	display:block;
	border-right:30px solid #fff;
}
.news-list-browse span a img.next {
	display:block;
	border-left:30px solid #fff;
}
.activeLinkWrap {
    font-weight:bold;
}
.disabledLinkWrap {
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
}

    /*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item H1 {
	font-size: 130%;
	line-height: 1.35em;
	font-weight: bold;
	color: #656565;
}

.news-single-item p.news-single-date {
	font-size: 100%;
	line-height: 1em;
	margin-bottom: 0.4em;
}

.news-single-item p.news-single-author,
.news-single-item p.news-single-subheader {
	font-size: 110%;
	font-weight: bold;
	line-height:1.5em;
	margin-bottom:0.3em;
}

.news-single-img img {
    border:none;
}

.news-single-imgcaption {
    padding: 1px 0 3px 0;
    margin:0;
}

.news-single-backlink {
    padding-top: 10px;
}

.news-single-additional-info {
    margin-top: 15px;
}

.news-single-related,
.news-single-files,
.news-single-links  {
    margin: 0;
    margin-bottom: 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;
    margin-left: 5px;
}

.news-single-files DD A {
    padding:0 3px;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
    width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
    padding-bottom:1px;

}
.news-amenu-container LI:hover {
    background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
    margin-top:5px;

    list-style-type: none;
}

.news-amenu-item-year {
    font-weight: bold;
    margin-top:10px;
    padding: 2px;
    background-color: #f3f3f3;

}


.amenu-act {
    background:#fff;
    font-weight:bold;
}

@media screen and ( max-width: 1000px ) {
    .news-list-container .news-list-textcontent {
        padding-right: 20px;
        margin-left:0px;
    }
    .news-list-container .news-list-image {
        width: 100%;
        text-align: center;
    }
}

