/* TEASER BORDERED */

.teaserBordered
{
	clear:both;
	margin-bottom:20px;
	width: 220px;
}

.teaserBordered a
{
	font-size: 130%;
}

.teaserBordered .teaserBody
{

	width: 220px;
	border: 1px solid #C6C8CA;
	font-size: 11px;
	position: relative;
}

.teaserBordered .teaserText
{
	padding: 7px 10px 7px 10px;
}

.teaserBordered .topLeft
{
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url(../Pictures/TeaserBo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.teaserBordered .topRight
{
	position: absolute;
	top: -1px;
	right: -1px;
	background-image: url(../Pictures/TeaserBp.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.teaserBordered .bottomRight
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-image: url(../Pictures/TeaserBq.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.teaserBordered .bottomLeft
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-image: url(../Pictures/TeaserBr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
