.container {
	float:left;
	position: relative;
	height: 115px;
	width: 158px;
	line-height: 1;
	overflow: hidden;
}


.container_title {
	position: absolute;
	left: 0;
	bottom: 8px;
	text-align: center;
	color: #999;
	font-size: 10px;
}

/* .container_image {
	position: absolute;
	top: 14px;
	left: 10px;
} */

.container_image img {
	margin-top: 5px;
	margin-left: 10px;
}

.container_price {
	position: absolute;
	left: 35px;
	top: 66px;
	min-width: 100px;
}

.container_price_left {
	float: left;
	width: 7px;
	height: 34px;
	background: url("../images/Preisbox_links_s1.jpg") top left no-repeat;
}

.container_price_right {
	float: left;
	width: 7px;
	height: 34px;
	background: url("../images/Preisbox_rechts_s1.jpg") top left no-repeat;
}

.container_price_middle {
	float: left;
	height: 34px;
	color: #ffffff;
	font-weight: normal;
	min-width: 80px;
	font-size: 12px;
	background: url("../images/Preisbox_mitte_s1.jpg") top left repeat-x;
	padding-top: 2px;
}


.container_price_value {
	font-size: 16px;
	font-weight: bold;
}

