/* CSS Document style_news.css
(C) 2008 by Norbert Eiglsperger
http://www.e-consultance.de
*/

#topicnews{
	text-align: left;
	color: #6F5613;
	/* background: #ffffff; */
	border:0px solid #777777;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 15px 0px;
	line-height: 11px;
	display:block;
	height: 192px;
	border:none;
	font-size: 9px;
/*	border:1px solid #00ff00; */
	font-family : Times New Roman, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/zeitung.bmp) no-repeat;
}

#topicnews p.date{
	text-align: center;
	padding: 48px 0px 0px 0px;
	margin: 0px;
	font-size: 8px;
	font-weight: bold;
 	border:none;
	}

#topicnews p.text{
	text-align: center;
	vertical-align:middle;
   margin: 0px;
	height: 110px;
	padding: 0px 0px 0px 0px;
	border:none;
	}
	
#topicnews a.news{
	display: inline;
	color: #6F5613;
	/*overflow: auto; */
/*	border:1px solid #0000ff; */
   }
	
#topicnews a.news:hover{
	display: inline;
	color: #F2520d;
	text-transform: none;
	text-decoration: none;
  	}
