/*
 * HOCH2-Stylesheet
 * 
 * Gro§kunden-Darstellung
 * 
 */

.ieFix {
	behavior: url(fileadmin/assets/ieFix/iepngfix.htc);
}




.news-latest-container
{
	display: block;
	height: 160px;
	margin-bottom: 40px;

}

.news-list-container
{
	display: block;
	overflow: auto;
	height: 120px;
}

#news-latest-list-gradient
{
	display: block;
	position: relative;
	width: 200px;
	height: 34px;
	top: -34px;
	margin-bottom: -34px;
	background: url(../img/news-latest-gradient.png) top left repeat-x;
}

#news-list-spacer
{
	display: block;
	height: 34px;
	float: left;
	width: 200px;
}

.news-latest-item
{
	margin-bottom: 10px;
	clear: both;
}

.news-latest-title
{
	float: left;
}

.clearer
{
	clear: both;
}

.news-latest-morelink
{
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

.news-latest-morelink a, .news-latest-morelink img
{
	border: none;
}

.news-latest-title a
{
	text-decoration: none;
	font-weight: normal
}

.news-latest-title a:hover
{
	text-decoration: underline;
}

.news-archive-container .news-list-item
{
	
	padding-top: 20px;
	margin-bottom: 15px;
}

.news-archive-image
{
	float: left;
}

.news-list-item .bodytext
{
	margin-left: 139px;
	margin-top: 0;
}	

