div#frontimage {
  position: relative;
	width: 793px;
	height: 335px;
	background: url('images/front.jpg') 0px 0px no-repeat;
}

div#voucher {
  position: absolute;
  width: 105px;
  bottom: 8px;
  right: 10px;
  color: #fff;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
}

h2.teaserheader {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
}

div#teaser1 {
	width: 277px;
	height: 206px;
	background: url('images/teaser1.jpg') 0px 15px no-repeat;
	float: left;
	cursor: pointer;
}

div#teaser2 {
	width: 253px;
	height: 206px;
	background: url('images/teaser2.jpg') 0px 15px no-repeat;
	float: left;
	cursor: pointer;
}

div#teaser3 {
	width: 263px;
	height: 206px;
	background: url('images/teaser3.jpg') 0px 15px no-repeat;
	float: left;
	cursor: pointer;
}

div.teasercontent {
	z-index: 2;
	position: absolute;
	margin: 5px;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 14px;
}

div.teasercontent a {
        color: black;
}

div#teaser1content {
	width: 185px;
	padding-left: 30px;
	padding-right: 30px;
}

div#teaser2content {
	width: 220px;
	padding-left: 5px;
}

div#teaser3content {
	width: 203px;
	padding-left: 5px;
	padding-right: 25px;
}

