/*************************************************
 * Seite: firstkick.de
 * Datei: ext/tt_news.css
 * Media: screen
 * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datum: 2008-11 | ...
 * Autor: Stephan Krause
 *************************************************/
DIV.news-list-container {
	
}
DIV.news-list-container DIV.news-list-item {
	border-bottom: 1px dotted #7F7F7F;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
DIV.news-single-item H2,
DIV.news-list-container DIV.news-list-item H2,
DIV.news-list-container DIV.news-list-item A,
DIV.news-latest-container DIV.news-latest-item A {
  margin: 0 !important; 
  font-family: verdana, helvetica, sans-serif, arial;
  font-weight: bold;
  color: #ED8000;
  margin: 10px 0 3px 0;
  font-size: 1.1em;
}
DIV.news-latest-container {
  width: 220px;
}
DIV.news-latest-container DIV.news-latest-item {
  background-color: #f6f6f6;
  padding: 5px 10px;
  border-bottom: 1px dotted #FFFFFF;
}
DIV.news-latest-container DIV.news-latest-top {
  background-color: #f6f6f6;
  height: 15px;
  background-image: url('../../images/bg_news-latest_top.gif');
  background-repeat: no-repeat;
  border-bottom: 1px dotted #FFFFFF;
}
DIV.news-latest-container DIV.news-latest-bottom {
  height: 15px;
  background-image: url('../../images/bg_news-latest_bottom.gif');
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
DIV.news-list-container DIV.news-list-item P.bodytext {
  margin: 0;
}
DIV.news-single-item SPAN.news-single-timedata,
DIV.news-list-container DIV.news-list-item SPAN.news-list-date {
	font-size: 0.8em;
	color: #7A9C12;
}

DIV.news-list-container DIV.news-list-item DIV.news-list-morelink {
	text-align: right;
	margin-top: 10px;
}

DIV.news-single-item {
	
}
DIV.news-single-item DIV.news-single-img {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}
DIV.news-single-item DIV.news-single-img P.news-single-imgcaption {
	line-height: 10px;
	font-size: 10px;
	color: #7F7F7F;
	margin-top: 3px;
	margin-left: 3px;
}
DIV.news-single-item H3 {
	font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #000000;
	margin-bottom: 10px;
}
DIV.news-single-item P.news-single-author {
	margin-top: 25px;
}
DIV.news-single-item P.news-single-author A {
	line-height: 10px;
	font-size: 10px;
	color: #7F7F7F;
}
DIV.news-single-item DIV.news-single-backlink {
	margin-top: 25px;
	text-align: right;
}