/* TEASER */

#mod_teaser {
	width:100%;
}

#mod_teaser .teaserbox {
	width:187px;
	height:318px;
	padding:11px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}

#mod_teaser .teaserbox img {
	border: 1px solid white;
}

#mod_teaser .teaserbox h3 {
	color:white;
}

#mod_teaser .teaserbox a {
	color:white;
	text-decoration:none;
}

#mod_teaser .teaserbox a:hover {
	text-decoration:underline;
}

#mod_teaser .last {
	margin-right:0;
}

#mod_teaser .light {
	background:url('../images/teaserbox_1.jpg') no-repeat;
}

#mod_teaser .dark {
	background:url('../images/teaserbox_2.jpg') no-repeat;
}

