/**
 * *************************************
 * ********* Shop Stylesheet ***********
 * *************************************
 *
 * Hier kommen NUR Styles für den Shop rein
 *
 */

/* Aktive Farbe */
.active {
	background-color: #D50100;
}

.inactive {
	background-color: #7C7C7C;
}

/**
 * Schritte
 */
#steps {
	border-top:1px #181810 solid;
	border-bottom:1px #181810 solid;
	border-right:1px #181810 solid;
	height:80px;
	margin-bottom:12px;
}

#steps a {
	color:#333;
}

#steps a.active {
	color:#fff;
	background-color:#D50100;
}

#steps a.inactive {
	color:#D50100;
	background-color:#E0DFE3;
}

#steps strong {
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

#step1, #step2, #step3, #step4 {
	padding: 10px;
	width:213px;
	height:60px;
	background-color:#efefef;
	border-left:1px #181810 solid;
	float:left;
	font-size:10px;
}

#step4 {
	width: 206px;
}

/**
 * Produktliste
 */
.headline {
	background-color: #C2C2C2;
	height:40px;
}

.headline h1 {
	float: left;
	line-height: 40px;
}

.headline .pager {
	line-height: 40px;
	float: right;
	background-color: #C2C2C2;
}

*+html .headline .pager {
}

.headline .pager * {
	color: #fff;
}

.headline .pager * select {
	margin: 10px 10px 0 10px;
}

.headline .pager select, .headline .pager select * {
	color: #000;
	float: right;
}
.headline .pager #form #submit_prodperpage, .headline .pager #form_bottom #submit_btn_bottom {
	color: #000;
	float:  right;
	margin: 8px 10px 0 0px;
}

.headline .pager .back {
}

.headline .pager .pages {
	float: right;
	padding: 0px 5px;
}

.headline .pager .pages *.active {
	font-weight: bold;
	background-color: transparent;
}

.productlisting {
	margin-top: 20px;
}

.productlisting .image {
	float: left;
}

.productlisting img {
	margin: 10px 20px 10px 0;
}

.productlisting .infos {
	float: left;
	width: 352px;
	padding: 0 0 0 10px;
	border-left: 1px #D6D3D6 solid;
}

 .productlisting .infos .price {
 	float: left;
 	font-size: 14px;
 	display: block;
 	line-height: 28px;
 	padding-right: 20px;
 	font-weight: bold;
 }

.productlisting h2 a strong {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
}

.productlisting .hr {
	clear: both;
	line-height: 20px;
	border-bottom: 3px #F4F4F4 solid;
}
.productlisting .button_left, .productlisting .button_left .button_right {
	background-repeat: no-repeat;
}

.productlisting .button_left {
	background-image: url('../images/shop/button_schwarz_links.gif');
	padding: 0px 0px 0px 21px;
	height: 28px;
 	float: left;
}


.productlisting .button_right {
	background-image: url('../images/shop/button_schwarz_rechts.gif');
	background-position: right center;
	padding: 0px 21px 0px 0px;
	height: 28px;
 	float: left;
}

 .productlisting .button_left .button_right a {
 	background-image: url('../images/shop/button_schwarz_mitte.gif');
 	background-repeat: repeat-x;
 	display: block;
 	line-height: 28px;
 	color: #fff;
 	float: left;
 }

/**
 * Detail Seite
 */
#pager {
	background-color: #C2C2C2;
	padding: 15px;
}

#pager * {
	color: #fff;
}

#pager .back {
	float: left;
}

#pager .pages {
	float: right;
}

#pager .pages *.active {
	font-weight: bold;
	background-color: transparent;
}

#product_detail h1 {
	font-size: 22px;
	font-weight: normal;
}

#product_detail .image {
	padding: 10px 0px 10px 0px;
	border-right: 1px #D1D1D1 solid;
	float: left;
	margin: 0 0 18px 0;
}

#product_detail .infos {
	padding: 0 0 0 10px;
	float: left;
	width: 266px;
	display: block;
}

#product_detail .shopping_cart {
	background-color: #E7E7E7;
	padding: 5px 10px;
}

#product_detail .shopping_cart .price {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}

#product_detail .shopping_cart .into_cart {
	padding: 0 0 0 130px;
}


#product_detail .shopping_cart .into_cart .quantity input {
	width: 15px;
	padding: 0 5px;
	margin: 0 5px 0 0;
}

#product_detail .shopping_cart .into_cart .submit {
	background-image: url('../images/shop/warenkorb.gif');
	background-repeat: no-repeat;
	padding: 5px 20px 5px 45px;
	width: 160px;
	color: #fff;
	height: 28px;
	border: 0px;
}

#product_detail #footer{
	background-color: #F4F4F4;
	color: #000;
	margin: 2px 0 0 0;
	padding: 7px 13px;
	clear: both;
}

.produkt_kasten{
	background-image:url('../images/content_bg_Produkt-Kategorien.jpg');
	padding: 6px 0 10px 0px;
	background-repeat: no-repeat;
	text-align: center;
	width: 210px;
}

.produkt_kasten input {
	background-image: none;
	background-color: transparent;
	border: 0px;
	display: inline;
	margin: 0px;
	width: 165px;
}

.produkt_kasten2{
	background-color:#df3b3c;
	background-repeat: no-repeat;
	padding: 6px 0px 10px 0px;
	margin: 0px 0px 5px 5px;
	width:200px;
	text-align: center;
}

#detail_bg_bild{
	background-image:url('../images/content3_bg_schatten4.jpg');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 20px;
	}

#detail_bg_bilder{
	background-image:url('../images/content3_bg_schatten5.gif');
	background-repeat: repeat-y;
	margin: 1px 0px 20px 20px;
}

/*
 * Auflistung
 */
.submit {
	background-image: none;
	background-color: transparent;
	border: 0px;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 50px;
}


/*
 * Startseitenbaustein
 */
 .listing_text {
 	padding: 10px 5px;
 }

 .red {
 	background-image:url('../images/meinex_tipp.jpg');
	background-repeat: no-repeat;
 }

.product_view {
	border-left: 1px #D8D8D8 solid;
	padding: 7px 0 0 20px;
	margin: 15px 0 0 0;
	vertical-align: bottom;
	display: block;
	float: left;
	width: 298px;
}

.product_view * td {
	font-size: 12px;
	color: #707070;
}

.product_view h2 {
	color: #D70300;
	background-color: transparent;
	padding: 6px 0 0 0;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}

.product_view h1 {
	background-color: transparent;
	padding: 0px;
	width: 240px;
	line-height:17px;
	margin: 10px 0 10px 0;
}

.product_view h1 a {
	color: #D70300;
	font-size: 16px;
	font-weight: bold;
}

.product_view .small {
	width: 20px;
}

.product_view .image {
float: none;
	vertical-align: bottom;
}

.list {
	padding: 53px 0 0 0 !important;
}

.product_view .product_details .new .list{
	padding: 0px 0 6px 0;
}

.product_view .product_details .details2, .product_view .product_details .details{
	float: left;
	background-color: #D8D8D8;
	color: #808080;
	padding: 25px 0px 3px 6px;
	height: 29px;
	
}

.product_view .product_details .details2 a {
	color: #818181;
	font-size:11px;
	width: 36px;
	display: block;
}

.product_view .product_details .details {
	margin: 23px 0 0 0;
}

.product_view * .request {
	background-color: #E31617;
	color: #fff;
	background-image: url('../images/request_head.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 13px 0px 3px 6px;
	width: 46px;
	margin: 23px 0 0 0;
}


.product_view * .details2 a{
	color: #808080;
	font-size: 11px;
	width: 36px;
	display: block;
}

.product_view .product_details {
	float: left;
	color: #808080;
	font-size: 11px;
	padding: 0px 0 0 0;
	width: 110px;
}

.img_shaddow {
	background-image: url('../images/product_shaddow.gif');
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.details2 {
	background-color: #D8D8D8;
	color: #808080;
	height: 29px;
	width: 50px;
	vertical-align: bottom;
	padding: 25px 0px 3px 6px;
}


.product_view * .request a {
	color: #fff;
	font-size:11px;
}

.product_view .product_info {
	color:#5D5D5D;
	display: block;
	font-weight: normal;
	font-size:15px;
	padding: 0px 0 8px 0;
}

.hide {
	font-size: 1px;
}

.product_info{

}

.product_info .manufacturer{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#product_categories {
	margin: 20px 0 0 0;
}

#product_categories h1 {
	background-color: #9A9A9A;
	padding: 6px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	font-weight: bold;
}

/*
 * Bestellvorgang
 */


.anfrage {
	color: #000;
}

a.button_next {
	font-size:10px;
	display:block;
	width:148px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 7px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	background-color: #D50100;
	text-align:left;
	text-transform:uppercase;
	background-image: url('../images/shop/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 155px 4px;
}

input.button_next {
	font-size:10px;
	display:block;
	width:200px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 7px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	background-color: #D50100;
	text-align:left;
	text-transform:uppercase;
	background-image: url('../images/shop/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 175px 4px;
}

.basket_table .product_menue a {
	display:block;
	padding: 2px 10px;
	color:#fff;
	font-size:11px;
	background-color: #9A9A9A;
	border-top:1px #fff solid;
}

a.button_prev {
	display:block;
	width:155px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 0;
	float:left;
	background-color: #D50100;
	background-image: url('../images/shop/arrow_left.gif');
	background-repeat:no-repeat;
	background-position: 5px 4px;
	font-size:10px;
	border-right:12px #fff solid;
	text-align:right;
}

.product_menue a.button_prev {
	display:block;
	float:none;
	padding:0 10px 0 0;
	border-right:0;
	font-size:10px;
	background-color: #7C7C7C;
	text-align:right;

}

.product_menue a.button_next {
	color:#fff;
	float:none;
	border-left:0;
	background-color: #D50100;
	font-size:10px;
	width: 155px;
	padding: 0 3px 0 7px;
}

.product_menue a.button_bottom {
	display:block;
	line-height:21px;
	color:#fff;
	background-color: #7C7C7C;
	font-size:10px;
	padding: 0 10px 0 0;
	text-align:right;
	background-image: url('../images/shop/arrow_down.gif');
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.basket_table {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	width:100%;
}
.basket_table td {
	padding: 0;
	margin: 0;
}

.basket_table .product_image {
	width: 120px;
	vertical-align: bottom;
	padding-bottom: 12px;
	border-bottom: 1px #7C7C7C dotted;
}
.basket_table .product_image img {
	border: 0;
}

.basket_table .product_desc {
	vertical-align: top;
	padding:10px 5px 12px 5px;
	border-bottom: 1px #7c7c7c dotted;
}

.basket_table .product_menue {
	width: 165px;
	border-left: 12px #fff solid;
	background-color: #efefef;
	vertical-align: bottom;
}

.basket_table .product_menue input.button {
	padding:0 0 0 10px;
	height:24px;
	line-height:24px;
	margin:1px 0 0 0;
	width:170px;
	background-color:#7C7C7C;
	color:#fff;
	font-size:11px;
	border:0;
	text-align:left;
}

.basket_table .product_menue div {
	margin: 20px;
}
.basket_table .product_menue div input {
	border: 1px #7C7C7C solid;
}

div.basket_sum {
	padding:15px 0 0 0;
}

div.basket_sum_text {
	float:left;
	width:755px;
	text-align:right;
	padding-bottom:25px;
}

span.sum {
	font-size:16px;
}

span.tax {
	font-size:12px;
}

div.basket_sum_num {
	float:right;
	width:145px;
	padding-left:10px;
	padding-bottom:25px;
}

.order_basket_table {
	clear:both;
	margin:0 0 12px 0;
	padding:0 0 5px 5px;
	border-bottom:1px #7C7C7C dotted;
}

.order_basket_table .product_desc {
	float:left;
	width:780px;
}

#tac {
	border-bottom:1px #7C7C7C dotted;
	margin-bottom:12px;
	padding:0 0 12px 0;
}

#tac_text {
	height:150px;
	overflow:scroll;
	margin-bottom:12px;
	padding:0 5px;
}

#tac input {
	border:0;
	vertical-align:middle;
}

#product_empfehlung {
	display:none;
}

#product_empfehlung_buttons {
	display:none;
}

.seite {
	background-color:#E0DFE3;
	font-size:11px;
	color:#000;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:15px;
}

.seite span {
	padding-left: 5px;
}

#address_choose {
	display:none;
	margin-bottom:12px;
}

.brutto_preis {
	font-size: 11px;
}

.brutto_preis {
	font-size: 10px;
}

.brutto_preis_klein {
	font-size: 9px;
}