.angebote-liste {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tx-sythuelsproductdb-pi4 .verfeinern {
	margin: 0 0 20px 0;
}
.tx-sythuelsproductdb-pi4 .verfeinern p {
	margin: 0;
}

.tx-sythuelsproductdb-pi4 .verfeinern .pc50 {
	width: 48%;
	float: left;
	margin: 0 0 0 8px;
}
.tx-sythuelsproductdb-pi4 .verfeinern .pc50 .label {
	display: block;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tx-sythuelsproductdb-pi4 .verfeinern .pc50 select {
	width: 150px;
}


#INHALT  .angebote-liste li {
	background: url(../../../../fileadmin/templates/images/layout/bg-angebote-liste.png) no-repeat;
	height: 93px;
	width: 544px;
	margin: 0 0 0 8px;
	padding: 5px 0 0 5px;
	line-height: normal;
}
.angebote-liste a {
	text-decoration: none;
}

.angebote-liste img {
	float: left;
	margin: 0 10px 0 0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.angebote-liste   a:hover   img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


.angebote-liste strong {
	color: #C00;
}

.angebote-liste  a:hover strong {
	color: #0076BD;
}
.angebote-detail {
	background: url(../../../../fileadmin/templates/images/layout/bg-inhalt.png) repeat-x left 315px;
}

.angebote-detail ul {
	list-style: none;
	margin: 0;
	padding:0;
}


.angebote-detail .listenpreis {
	float: left;
	margin: 0 0 0 8px;
}

.angebote-detail    .aktionspreis {
	color: #C00;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin: 0 8px 0 0;
}
.angebote-detail   .zurueck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 8px;
	padding-bottom: 8px;
}
.angebote-detail  .zurueck a  {
	text-decoration: none;
	background: url(../../../../fileadmin/templates/images/layout/pfeil-zurueck.png) no-repeat left -13px;
	padding-left: 25px;
	display: block;
	margin: 12px 0 0 0;
}
.angebote-detail  .zurueck a:hover  {
	background: url(../../../../fileadmin/templates/images/layout/pfeil-zurueck.png) no-repeat left 2px;
}








/* NaviButtons Einzelprodukt-Bilder */
.prevSingle  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 10px 0 0 -25px;
	border: none;
	outline: none;
}
.prevSingle:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-links.png) no-repeat 0 4px;
}

.nextSingle  {
	display: block;
	height: 37px;
	width: 25px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 -37px;
	z-index: 1000;
	margin: 270px 0 0 565px;
	border: none;
	outline: none;
}
.nextSingle:hover {
	background: url(../../../../fileadmin/templates/images/layout/blaetterpfeile-rechts.png) no-repeat 0 4px;
}

