/* BHD Teaser Listing */

#content div.teaser {
	margin:				0;
	padding:			0;
	line-height:		110%;
}
#content div.teaserEntry a {
	text-decoration:	none;
}
#content div.teaser img {
	margin:				3px 0 3px 0;
	border:				0;
}
#content div.teaser span.teaserTitle {
	font-weight:		bold;
	font-size:			12px;
	line-height:		110%;
}
#content div.teaser a span.teaserTitle {
	text-decoration:	underline;
}
#content div.teaserSpacer {
	height:				10px;
}
#content div.teaser a:hover span.lu {
	text-decoration:	underline;
}


#content div.imgTeaser {
	margin:				12px 0 7px 0;
	padding:			0;
}
#content div.imgTeaserFooter {
	height:				5px;
	clear:				both;
}
#content div.imgTeaser a, #content div.imgTeaser a:hover {
	text-decoration:	none;
}
#content div.imgTeaser a img {
	filter:				alpha(opacity=100); 
	-moz-opacity: 		1; 
	opacity: 			1;
}
#content div.imgTeaser a:hover img {
	filter:				alpha(opacity=75); 
	-moz-opacity: 		0.75; 
	opacity: 			0.75;
}
#content div.imgTeaser img {
	margin:				0 8px 8px 0;
	padding:			0;
}

