﻿/* CSS Document
 * 
 * tt_news_layout
 * 
 */



 /*
  * Latest-Anzeige
  */
 
div.news-latest-item{
	display: inline-block;
 	border: #3d3d3d 1px solid;
	padding: 10px 0 10px 40px;
	margin-bottom: 14px;
 }
 
div.news-latest-item:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
div.news-latest-item .news-latest-title{
	float:left;
 	background-image: url(../images/news_title.gif);
	background-position: left center;
	background-repeat: no-repeat;
	/*float: left;*/
	padding: 0 0 0 15px;
	margin: 0;
}
 
div.news-latest-item h3{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
	margin: 0;
	padding: 0;
}
 
div.news-latest-item a{
	color: #bcbcbc;
	text-decoration: none;
	font-weight: normal;
}

div.news-latest-item .news-latest-subheader{
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	width:300px;
}

.news-latest-date {
	float:right;
	margin-right:8px;
	margin-top:3px;
	font-size:9px;
}

 /*
  * List-Anzeige
  */

div.news-list-item{
	display: inline-block;
 	border: #3d3d3d 1px solid;
	padding: 10px 0 10px 40px;
	margin-bottom: 14px;
}

div.news-list-item:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
div.news-list-item:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
div.news-list-item .news-list-title{
	float:left;
 	background-image: url(../images/news_title.gif);
	background-position: left center;
	background-repeat: no-repeat;
	/*float: left;*/
	padding: 0 0 0 15px;
	margin: 0;
}
 
div.news-list-item h3{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
	margin: 0;
	padding: 0;
}
 
div.news-list-item a{
	color: #bcbcbc;
	text-decoration: none;
	font-weight: normal;
}

div.news-list-item .news-list-subheader{
	/*float: left;*/
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
	width:300px;
}
.news-list-date {
	float:right;
	margin-right:8px;
	margin-top:3px;
	font-size:9px;
}

 /*
  * Archiv-Anzeige
  */

div.news-amenu-container ul{
	padding: 0 0 20px 0;
	margin: 0;
}

div.news-amenu-container li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.news-amenu-container li a{
	color: #bcbcbc;
	text-decoration: none;
}

div.news-amenu-container li a:hover{
	color: #f2ff2a;
	text-decoration: none;
}

 /*
  * Single-Anzeige
  */

div.news-single-title{
 	background-image: url(../images/news_title.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
}

div.news-single-title h4{
	color: #bcbcbc;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.news-single-subheader{
	margin: 0 0 15px 0px;
}

div.news-single-subheader h3{
	color: #bcbcbc;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.news-single-images {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 2px solid #ffffff;
}

div.news-single-content{
	margin: 0 0 0 0px;
}

div.news-single-files{
	margin-top: 15px;
}

div.news-single-files dt{
	margin-bottom: 5px;
}

div.news-single-files img{
	margin-right: 5px;
}

div.news-single-backlink{
	margin: 15px 0 0 0;
}

p.news-single-author {
	clear: both;
}

