/* CSS Document */

#FRONT_NEWS table.content {
	margin-top:						0px;
}

div.front-news-latest-container {
	/*border:							#FFFFFF solid 1px;*/
	height:							230px;
	overflow:						hidden;
}

div.front-news-latest-header {
	position:						absolute;
	width:							140px;
	height:							14px;
	line-height:					14px;
	padding-left:					5px;
	background-image:				url(../IMG/griff.png);
	background-repeat:				no-repeat;
	font-size:						11px;
	font-weight:bold;
	color:							#004A99;
}
* html div.front-news-latest-header {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/fileadmin/templates/EHF/IMG/griff.png');
}

div.front-news-latest-table {
	width:							100%;
	height:							230px;
	max-height:						230px;
}

div.front-news-latest-Prev {
	padding-left:					10px;
}

div.front-news-latest-Prev a {
	text-decoration:				none;
	display:						block;
	width:							34px;
	height:							34px;
	background-image:				url(../IMG/prev.png);
	background-repeat:				no-repeat;
}
* html div.front-news-latest-Prev a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/fileadmin/templates/EHF/IMG/prev.png');
	cursor:pointer;
}

div.front-news-item-container {
	width:							480px;
}

div.front-news-latest-item {
	width:							230px;
	height:							230px;
	padding: 						0px 5px 0px 5px;
	float:							left;
}

div.front-news-latest-item-img {
	height:							230px;
	width:							230px;
	overflow:						hidden;
}

div.front-news-latest-item-img-trans {
	position:						relative;
	top:							-90;
	width:							230px;
	height:							90px;
	background-image:				url(../IMG/50percentWhite.png);
	z-index:500;
}
* html div.front-news-latest-item-img-trans {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/fileadmin/templates/EHF/IMG/50percentWhite.png');
}

div.front-news-latest-item-text {
	position:						relative;
	top:							-180;
	color:							#000000;
	font-size:						10px;
	width:							230px;
	height:							90px;
	z-index:600;
}

div.front-news-latest-item-text div p {
	text-align:left;
}


div.front-news-latest-item-title {
	text-align:left;
}

div.front-news-latest-item-title a {
	color:							#000000;
	font-size:						11px;
	text-decoration:				none;
	font-weight:					bold;
}

div.front-news-latest-morelink {
	position:						relative;
	top:							-198;
	margin-right:					3px;
	z-index:						700;
	text-align:right;
}
* html div.front-news-latest-morelink {
	margin-right:					0px;
}
div.front-news-latest-sponsor {
	position:						relative;
	top:							-209;
	width:100px;
	text-align:left;
	margin-left:					3px;
	font-size:10px;
	color:#666666;
	z-index:						710;
}
* html div.front-news-latest-sponsor {
	top:							-215;
	margin:					3px;
}

div.front-news-latest-morelink a {
	background-image:url(../IMG/more.png);
	background-repeat:no-repeat;
	padding-left:13px;
	font-size:						11px;
	text-decoration:				none;
	font-weight:					bold;
}

* html div.front-news-latest-morelink a {
	background-image:url(../IMG/more.gif);
}

div.front-news-latest-Next {
	padding-right:					10px;
}

div.front-news-latest-Next a {
	text-decoration:				none;
	display:						block;
	width:							34px;
	height:							34px;
	background-image:				url(../IMG/next.png);
	background-repeat:				no-repeat;
	position:inherit;
}
* html div.front-news-latest-Next a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/fileadmin/templates/EHF/IMG/next.png');
	cursor:pointer;
}


