@charset "utf-8";
.teaser {
	padding: 0 0 0 11px;
	margin: 10px;
	background: url("../_img/teaser/tsr-l-new.png") top left no-repeat;
}

.teaser h3 {
	background: url("../_img/teaser/tsr-r-new.png") top right no-repeat;
	margin: 0;
	padding: 8px 0 0.5em 0;
}

.teaser h6 {
	background: url("../_img/teaser/tsr-r-new.png") top right no-repeat;
	margin: 0;
	padding: 8px 0 0.5em 0;
}

.teaser-thin {
	padding: 0 0 0 11px;
	margin: 10px;
	background: url("../_img/teaser/tsr-l.gif") top left no-repeat;
}

.teaser-thin h3 {
	background: url("../_img/teaser/tsr-r.gif") top right no-repeat;
	margin: 0;
	padding: 8px 0 0.5em 0;
}

.teaser-thin h6 {
	background: url("../_img/teaser/tsr-r.gif") top right no-repeat;
	margin: 0;
	padding: 8px 0 0.5em 0;
}

.teaser p {
	margin: 0 0 0 -11px;
	padding: 0 11px 0.5em;
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	background: #fff;
}

.teaser form {
	margin: 0 0 0 -11px;
	padding: 0 11px 0.5em;
	border: 1px solid #d8d8d8;
	border-width: 0 1px;
	background: #fff;
}

.tsr-bottom {
	margin: 0 0 0 -11px;
	padding-left: 11px;
	background: url("../_img/teaser/tsr-l-new.png") bottom left no-repeat;
}

.teaser a.more {
	display: block;
	text-align: right;
	padding: 0 10px 10px 0;
	background: url("../_img/teaser/tsr-r-new.png") bottom right no-repeat;
}

.tsr-bottom-thin {
	margin: 0 0 0 -11px;
	padding-left: 11px;
	background: url("../_img/teaser/tsr-l.gif") bottom left no-repeat;
}

.teaser-thin a.more {
	display: block;
	text-align: right;
	padding: 0 10px 10px 0;
	background: url("../_img/teaser/tsr-r.gif") bottom right no-repeat;
}

.tsr-left {
	float: left;
	width: 350px;
	margin-left: -8px;
	margin-right: 16px;
}
.tsr-right {
	float: right;
	width: 300px;	
	margin-left: 16px;
}