/*
* Berliner ImpulsE
* news.css
* 
* Author: David Effendi
* Date: Dezember 2008
*/

/* Newsstyles für "Aktuelles" */

/* Liste*/
.newsList{
	margin:7px 0;
}
.latestItem{
	border-bottom: 1px solid #ccc;
	padding:8px 0;
}
.newsListTeaser{
	margin:6px 0;
	border-bottom: 1px solid #ccc;
}
.newsListTeaser h2{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	line-height: 18px;
	color: #000388;
	padding-bottom: 5px;
	background: none;
	float:left;	
	width:80%;
}
.newsListTeaser .textBox{
	padding: 5px 0 5px 0;
	color: #333;
	font-size: 11px;
	line-height: 16px;
}
.newsListTeaser .imageBox{
	background-color: #efefef;
	margin:0 10px 10px 0;
}
.newsListDate {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	line-height: 18px;
	color: #000388;
	padding:5px 5px 5px 0;
	background: none;
	float:right;
	
}


/*
 *  Browsebox List
 */
.resultCount, .browseLinks{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:6px 0;
	float:left;
	width:50%;
}
.browseLinks{
	text-align:right;
}

