body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-left: 20px;
}

#printheader {

  padding-bottom: 5px;
  width:650px;
  text-align: right;
  border-bottom: 1px solid #000;
}

#printcontent {
  position:relative; 
  top:20px; 
  padding-left: 15px;
  padding-right: 15px;
  width:620px;
  padding-bottom: 20px;
  font-size:11px;
}

h1 {

  margin-top: 0px;
  margin-bottom: 10px;
  font-size:11px;
  font-weight: bold;
  color: #000;
  text-transform:uppercase;
  border-left: 1px solid #ff6600;
  padding-left: 5px;
  padding-bottom: 5px;
 
}

h2 {

  margin-top: 0px;
  margin-bottom: 10px;
  font-size:11px;
  font-weight: bold;
  color: #000;
  text-transform:uppercase;
  border-left: 1px solid #ff6600;
  padding-left: 5px;
  padding-bottom: 5px;
 
}

#printcontent a{
	color:#000;
	text-decoration: underline;
}


#printcontent a:hover {
	color:#ff6600;
	text-decoration: none;
}



#fusszeileprint {
  position:relative;
  top:50px; 
  width:650px; 
  font-size:11px;
  text-align:center;
  border-top: 1px solid #000;
}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.clearer{
	clear:both;
	height:1px;
	border-bottom:1px solid #000;

}
.news-latest-container HR.clearer {
	clear:left;
	height:1px;
	border:1px solid #000;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {

}

.news-latest-arrow{
	/* IE hack */
	margin-top: 9px;
	/* IE hack end */
	margin-top: 10px;	
	border:0px solid #ffffff;
}
.news-latest-container H3,.news-latest-gotoarchive {
	font-size: 11px;
	color:#000;
	padding:3px;
	margin:3px;
	font-weight: normal;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
}

.news-latest-item a {
	color: #000;
	text-decoration: underline;
}
.news-latest-item a:hover {
	color: #000;
	text-decoration: none;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	float: right;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;


}
.news-single-item H2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:11px;
	font-weight: normal;
	color: #000;
	text-transform:uppercase;
	border-left: 1px solid #ff6600;
	padding-left: 5px;
	padding-bottom: 5px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;
}

.news-single-img img {
	padding: 2px;
	border: 1px solid #000;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	text-align: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {

/*	clear: both;*/
	margin-top: 5px;
	padding:3px;
	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%;
}

