.teaser {
	width: 155px;
	border: 1px solid #141161;
	margin-left: 30px;
	margin-bottom: 20px;
}
.teaser_head {
	border-bottom: 1px solid #141161;
}
#content .teaser_head a {
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	display: block;
	background-color: #B1C0D9;
	color: #00528C;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}
#content .teaser_head a:hover {
	background-color: #13528C;
	color: #FFFFFF;
}
.teaser_body {
	color: red;
	padding: 4px;
}
#content .teaser_body a {
	color: red;
	text-decoration: none;
}
#content .teaser_body a:hover {
	text-decoration: underline;
}
