.produkt {
	text-align:center;
	width:573px;
	/*margin-left: 595px;*/
	position:relative;
	margin: 0;
	padding:0;
}

.banner_r {
	background: url(../images/box_fold.png);
	width: 31px;
	height: 37px;
	float: right;
}

.banner {
	margin-right: 31px;
	padding-top: 5px;
	background: url(../images/box_header.png) repeat-x bottom left;
	height: 32px;
	width: auto;
	/*margin-left: 130px;*/
	
}

.box {
	position: absolute;
	margin-left: -50px;
	/*margin-left: 70px;*/
	margin-top: -30px;
	left: 0;/* IE Fix */
}

.text {
        padding-top: 20px;
	width: 350px;
	height: 100%;
	margin-left: 180px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 20px;

}

#block_right .banner h3 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #fff;
	text-align: left;
	padding-left: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding-top: 2px;
}

.clear {
  clear: both;
  position: relative;
}

.readmore {
	background: url(../images/readmore.png);
	right: 125px;
	position:absolute;
	width: 51px;
	margin-top: -60px;
	height: 29px;
}


.shop {
	/*clear: both;*/
	height: 29px;
	padding: 0 40px 25px 90px;
	overflow: hidden;
 	float: right;
 	height: 100%;
 	width: 450px;
}

.shop a {
	display: block;
	float: right;
	text-decoration: none;
	text-align: left;
	color: #2d2d2d;
	margin-left: 5px;
	/*font: normal normal bold 11px/20px Arial, Helvetica, sans-serif;*/
	margin-bottom: 15px
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.shop span.shop_button {
	margin: 0;
	padding:0;
	overflow: hidden;
	display: block;
}
.shop span.shop_button span {
	float: left;
	display: block;
}
.shop a span.shop_button span.shop_button-left,
.shop a span.shop_button span.shop_button-center,
.shop a span.shop_button span.shop_button-right {
	background-image: url(../images/knappen.png);
	background-color: transparent;
	background-repeat: no-repeat;
	height: 28px;
	font-size: 11px;
}
.shop a span.shop_button span.shop_button-left {
	background-position: top left;
	width: 9px;
	margin-left: 3px;
}
.shop a span.shop_button span.shop_button-center {
	padding: 0 4px;
	background-position: top center;
	line-height: 26px;
}
.shop a span.shop_button span.shop_button-right {
	background-position: top right;
	width: 9px;
	margin-right: 3px;
}
.shop a.activeSlide span.shop_button span.shop_button-left,
.shop a:hover span.shop_button span.shop_button-left {
	background-position:bottom left;
}
.shop a.activeSlide span.shop_button span.shop_button-center,
.shop a:hover span.shop_button span.shop_button-center {
	background-position:bottom center;
}
.shop a.activeSlide span.shop_button span.shop_button-right,
.shop a:hover span.shop_button span.shop_button-right {
	background-position:bottom right;
}
