@charset "UTF-8";
/*
.clear, #clear {
    height: 0.1px;
    font-size: 0.1px;
    line-height: 0.1px;
    clear: both;
}
*/

#main .mod_article .homeTeaserItem {
	display: block;
	float: left;
	width: 220px;
	overflow: hidden;
	
	margin: -40px 0 80px 0;	
	padding: 0 10px;
}

#main .mod_article .homeTeaserItem.left {
	clear:both;
}

#main .mod_article .homeTeaserItem  h2 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 18px;
}


#main .homeTeaserItem  .image_container {
	display:block;
	width: 220px;
	height: 130px;
	overflow:hidden;
	margin-bottom: 20px;
}

#main .homeTeaserItem  .image_container img {
	width: 220px;
	height: auto;
}

#main .homeTeaserItem  .image_container .caption {
	display: none;
}

.homeTeaserItem p {
    height:140px;
}

.homeTeaserItem p:last-child {
    height:auto;
}

#main .homeTeaserItem a {
	display: block;
	margin: 0;
	font-weight: normal;
	font: 16px/18px 'UniversLTW02-57Condense 726300';
	margin-top:15px;
}
