/* .teaserTop, 
#teaserTop {
	background-image:url('../img/teaserTop.jpg');
	background-repeat:no-repeat;
	height:10px;
	width:581px;
	padding-bottom:0px;
}

.teaserMiddle, 
#teaserMiddle {
	background-image:url('../img/teaserMiddle.jpg');
	width:581px;
}

.teaserText,
#teaserText {
	padding:15px 25px 15px 25px;
	top:0px;
	left:0px;
	text-align:left;
	color:#777777;
}

.teaserText h2, 
#teaserText h2 {
	font-size:24px;
}

.teaserBottom,
#teaserBottom {
	background-image:url('../img/teaserBottom.jpg');
	background-repeat:no-repeat;
	height:10px;
	width:581px;
	padding-bottom:20px;
}

* html .teaserTop, 
* html #teaserTop {
	margin-bottom:-6px;
}
*/

/* REAL BOXES */

.box {
	width: 100%;
	margin-bottom: 15px;
}

.boxTop,
.boxBottom {
	height: 7px;
	overflow: hidden;
	position: relative;
}

.boxTop {
	background-image: url(../img/box/plastikkarten_boxTopMiddle.gif);
}

.boxTopLeft,
.boxTopRight,
.boxBottomLeft,
.boxBottomRight {
	position: absolute;
	height: 7px;
	width: 8px;
	top: 0px;
}

.boxTopLeft {
	left: 0px;
	background-image: url(../img/box/plastikkarten_boxTopLeft.gif);
}

.boxTopRight {
	right: 0px;
	background-image: url(../img/box/plastikkarten_boxTopRight.gif);
}

.boxMiddle {
	border-left: 1px solid #bce0ee;
	border-right: 1px solid #bce0ee;
	padding: 0px 7px;
}

.boxMiddleContent {
	padding: 25px 15px 25px 15px;
}

.boxBottomLeft {
	left: 0px;
	background-image: url(../img/box/plastikkarten_boxBottomLeft.gif);
}

.boxBottomRight {
	right: 0px;
	background-image: url(../img/box/plastikkarten_boxBottomRight.gif);
}

* html .boxTopRight,
* html .boxBottomRight {
	right: -1px;
}

.boxBottom {
	background-image: url(../img/box/plastikkarten_boxBottomMiddle.gif);
}

