#mod_teaser {

}

#teasercontent {
	position:relative;
	color: black;
	height: 100%;
	border-bottom: 1px solid #bfbfbe;
	border-top: 1px solid #bfbfbe;
}

.teaser {
	float:left;
	height: 100%;
}

.teaser h3 {
	color: #0072bc;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
}

.teaser h3 img {
	padding-right: 10px;
	vertical-align: top;
}

.teaser h3 a {
	color: #0072bc;
	text-decoration: none;
	text-transform: none;
	text-align: middle;
}

.teaser.n1 h3 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.teaser.n2 h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.teaser.n3 h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.teaser.n1 p {
	padding-right: 20px;
	color: #474646;
}

.teaser.n2 p {
	padding-right: 20px;
	color: #474646;
}

.teaser.n3 p {
	padding-right: 20px;
	color: #474646;
}

.teaser.n1 {
	width: 320px;
}

.teaser.n2 {
	width: 320px;
}

.teaser.n3 {
	width: 320px;
}

.teaserlink a {
	color: #0072bc;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-decoration: none;
}

