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

