/* preis container start */
.preis_container1 {
	position:absolute;
	bottom:0px;
	right:0px;
}

/* preis */
	.preisaktion {
		position: relative;
		width: 150px;
		float: left;
	}
	/* erste zeile */
	.preisaktion strike {
		z-index: 10;
		position: absolute;
		top: 0px;
		right: 15px;
		height: 19px;
		float: left;
		font: bold 11px/10px arial;
		text-decoration: none;
		color: #fdd818;
		padding: 0 9px 0 0;
		background: url(/fileadmin/templates/img/preisaktion1.png) right top no-repeat;
	}
	.preisaktion strike span {
		height: 17px;
		padding: 2px 0 0 5px;
		float: left;
		background: url(/fileadmin/templates/img/preisaktion1.png) left top no-repeat;
	}
	.preisaktion strike span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
		white-space: nowrap;
	}
	.preisaktion strike small {
		font: bold 8px/8px arial;
		padding: 0 0 0 1px;
		float: left;
	}
	/* zweite zeile */
	.preisaktion strong {
		position: relative;
		z-index: 20;
		height: 28px;
		float: right;
		font: bold 17px/17px arial;
		color: #fdd818;
		margin: 12px 0 0 0;
		padding: 0 11px 0 0;
		background: url(/fileadmin/templates/img/preisaktion2.png) right top no-repeat;
	}
	.preisaktion strong span {
		height: 25px;
		padding: 3px 0 0 8px;
		float: left;
		background: url(/fileadmin/templates/img/preisaktion2.png) left top no-repeat;
	}
	.preisaktion strong span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
		white-space: nowrap;
	}
	.preisaktion strong small {
		font: bold 10px/13px arial;
		padding: 0 0 0 1px;
		float: left;
	}
	
/* preis detail */
	.preisaktion_detail {
		position: relative;
		width: 110px;
		float: left;
	}
	/* erste zeile */
	.preisaktion_detail strike {
		z-index: 10;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 19px;
		float: left;
		font: bold 11px/10px arial;
		text-decoration: none;
		color: #fdd818;
		padding: 0 9px 0 0;
		background: url(/fileadmin/templates/img/preisaktion1.png) right top no-repeat;
	}
	.preisaktion_detail strike span {
		height: 17px;
		padding: 2px 0 0 5px;
		float: left;
		background: url(/fileadmin/templates/img/preisaktion1.png) left top no-repeat;
	}
	.preisaktion_detail strike span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
	}
	.preisaktion_detail strike small {
		font: bold 8px/8px arial;
		padding: 0 0 0 1px;
		float: left;
	}
	/* zweite zeile */
	.preisaktion_detail strong {
		position: relative;
		z-index: 20;
		height: 38px;
		float: right;
		font: bold 30px/30px arial;
		color: #fdd818;
		margin: 12px 0 0 0;
		padding: 0 11px 0 0;
		background: url(/fileadmin/templates/img/preisaktion2_detail.png) right top no-repeat;
	}
	.preisaktion_detail strong span {
		height: 35px;
		padding: 3px 0 0 8px;
		float: left;
		background: url(/fileadmin/templates/img/preisaktion2_detail.png) left top no-repeat;
	}
	.preisaktion_detail strong span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
	}
	.preisaktion_detail strong small {
		font: bold 15px/15px arial;
		padding: 0 0 0 1px;
		float: left;
	}
	
	/* normaler preis */
	.preis {
		position: relative;
		width: 100px;
		float: left;
	}
	.preis strong {
		position: relative;
		z-index: 20;
		height: 28px;
		float: right;
		font: bold 17px/17px arial;
		color: #d4272e;
		margin: 10px 0 0 0;
		padding: 0 11px 0 0;
		background: url(/fileadmin/templates/img/preis.png) right top no-repeat;
	}
	.preis strong span {
		height: 25px;
		padding: 3px 0 0 8px;
		float: left;
		background: url(/fileadmin/templates/img/preis.png) left top no-repeat;
	}
	.preis strong span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
		white-space: nowrap;
	}
	.preis strong small {
		font: bold 10px/13px arial;
		padding: 0 0 0 1px;
		float: left;
	}

	/* normaler preis detail */
	.preis_detail {
		position: relative;
		width: 150px;
		float: left;
	}
	.preis_detail strong {
		position: relative;
		z-index: 20;
		height: 43px;
		float: right;
		font: bold 21px/21px arial;
		color: #d4272e;
		margin: 10px 0 0 0;
		padding: 0 11px 0 0;
		background: url(/fileadmin/templates/img/preis_detail.png) right top no-repeat;
	}
	.preis_detail strong span {
		height: 25px;
		padding: 3px 0 0 8px;
		float: left;
		background: url(/fileadmin/templates/img/preis_detail.png) left top no-repeat;
	}
	.preis_detail strong span span {
		padding: 0px;
		height: auto;
		float: left;
		background: none;
	}
	.preis_detail strong small {
		font: bold 11px/13px arial;
		padding: 0 0 0 1px;
		float: left;
	}