.teaser_box {

}

.teaser {
	margin: 25px 10px 5px 10px;
	float: left;
	width: 180px;
	height: 240px;
	padding: 10px;
	background-color: #f2f2f2;
	text-align: center;
}

.teaser .teaser_img img {
	padding: 4px;
	background: #fff;
	border: solid 1px #c0c0c0;
}

.teaser .teaser_title h2 {
	width: 170px;
	padding: 5px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
}

.teaser .teaser_text h3 {
	width: 170px;
	padding: 5px;
	margin: 0px;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
}
