
/*-----------------------------------  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: both;
	border: 0px;
	height: 1px;
	width: 100%;
	color: #FFFFFF;
	border-top: 1px dashed #e1ddcc;
	background-color: #FFFFFF;
}


/*-----------------------------------  tt_news LATEST & LIST view  -----------------------------------*/


#main .news-latest-item, #main .news-list-item {
	clear: both;
	margin-bottom: 35px;
}
#main .news-latest-item img, #main .news-list-item img {
	float: right;
	margin-right: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#main .news-latest-item h2, #main .news-list-item h2 {
	margin-top: 0px;
}
#main .news-morelink {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 15px;
}


/*-----------------------------------  tt_news SINGLE view  -----------------------------------*/


#main .news-single-item {
	margin-right: 25px;
}
#main .news-single-item h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	margin: 20px 0px 20px 0px;
}
#main .news-single-item .news-single-shortinfo {
	text-align: right;
	margin-top: 35px
	margin-bottom: 15px;
}
#main .news-single-backlink {
	margin-top: 25px;
	border-top: 1px dashed #e1ddcc;
}


/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.news-catmenu a {
	display: block;
	color: #007FAB;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
}
.news-catmenu a:hover {
	color: #ffffff;
	background-color: #009ee0;
}

.level1 {
	border-top: 1px dashed #e1ddcc;
}