
/* @group Teaser */

div.teaser
{
	width: 459px;
	overflow: hidden;
	padding-left: 5px;
}

div.teaser a.entry
{
	position: relative;
	float: left;
	display: inline;
	
	width: 217px;
	height: 130px;
	
	margin: 0 10px 10px 0;
	
	border: 1px solid #898989;
	
	text-decoration: none;
}

 div.teaser a.entry img
{
	position: absolute;
}

 div.teaser a.entry span.info
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 100%;
	height: 40px;
	
	color: white;	
}

div.teaser a.entry span.info
{
	bottom: -1px;
}

div.teaser a.entry span.info span.text
{
	position: absolute;
	z-index: 2;
	
	margin: 12px 0 0 10px;
	
	color: #cccccc;
}

div.teaser a.entry:hover span.info span.text
{
	color: white;
}

div.teaser a.entry span.info span.background
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
		
	text-indent: -100em;
	
	background: black;
	opacity: 0.7;
	filter: Alpha(opacity=70);

}

/* @group Enlarge Icon */

div.teaser a.entry span.icon_link
{	
	position: absolute;
	right: 3px;
	bottom: 7px;
	
	width: 26px;
	height: 26px;
	background-color:red;
	background: url('http://spiegler.de/assets/site/images/icon_link.png') no-repeat;
}

div.teaser a.entry:hover span.icon_link
{	
	background-position: -26px 0;
}

