@CHARSET "ISO-8859-1";

.teaserBox {
	position: relative;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 10px 0 17px 10px;
	background: url(/images/dottedLine.gif) left bottom repeat-x;
	}
	
.teaserBox.promisTipp {
	padding: 10px 0 0 10px;
	background: url(/images/teaser/promisTipp_bg.gif) top right no-repeat;
	}
	
.teaserBox h3 {
	color: #0086c4;
	margin: 0 0 10px 0;
	}
	
.teaserBox p {
	line-height: 14px;
	}
	
.teaserBox a {
	color: #0086c4;
	text-decoration: underline;
	}
	
.teaserBox .teaserButton {
	width: 220px;
	overflow: hidden;
	}
