.teaserbox {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

#content .teaserbox .top a {
	color: #fff;
	text-decoration: none;
}

#content .teaserbox h3 {
	margin: 0; padding: 0;
}

.teaserbox .top {
	background-repeat: no-repeat;
	padding: 4px 0px 4px 20px;
	width: 580px;
	float: left;
	color: #fff;
}

.teaserbox .middle {
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	padding: 20px 20px 0px 20px;
}
.teaserbox .middle p.bodytext {
	padding: 0; margin: 0;
}

.teaserbox .bottom {
	background-repeat: no-repeat;
	width: 600px;
	height: 23px;
	float: left;
}

.teaserbox-big, .teaserbox-big-yellow {
	width: 560px;
}
.teaserbox-small, .teaserbox-small-yellow {
	width: 290px;
}

.teaserbox-big .top {
	background-image: url(../images/teaser_big_top_bg.gif);
}

.teaserbox-big .middle {
	background-image: url(../images/teaser_middle_bg.gif);
}
.teaserbox-big .bottom {
	background-image: url(../images/teaser_big_bottom_bg.gif);
}

.teaserbox-small .top {
	width: 270px;
	background-image: url(../images/teaser_small_top_bg.gif);
}

.teaserbox-small .middle {
	width: 250px;
	background-image: url(../images/teaser_small_middle_bg.gif);
}

.teaserbox-small .bottom {
	width: 290px;
	background-image: url(../images/teaser_small_bottom_bg.gif);
}

.teaserbox-big-yellow .top {
	background-image: url(../images/teaser_big_top_bg_yellow.gif);
}

.teaserbox-big-yellow .middle {
	background-image: url(../images/teaser_middle_bg_yellow.gif);
}

.teaserbox-big-yellow .bottom {
	background-image: url(../images/teaser_big_bottom_bg_yellow.gif);
}

.teaserbox-small-yellow .top {
	width: 270px;
	background-image: url(../images/teaser_small_top_bg_yellow.gif);
}

.teaserbox-small-yellow .middle {
	width: 250px;
	background-image: url(../images/teaser_small_middle_bg_yellow.gif);
}

.teaserbox-small-yellow .bottom {
	width: 290px;
	background-image: url(../images/teaser_small_bottom_bg_yellow.gif);
}


