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


/**
 * Allgemeine Fraben
 */
 
/* Aktive Farbe */
#shop .active {
	background-color: #1D63A9;
}

#shop .inactive {
	background-color: #7C7C7C;
}
 
/**
 * Schritte 
 */
#steps {
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
	height:80px;
	margin-bottom:12px;
}

#steps a {
	color:#333;
}

#steps a.active {
	color:#5e278d;
	background-color:#c1c1c1 ;
	background-image: url('../images/bg_steps.jpg');
	background-repeat:repeat-x;
}

#steps a.inactive {
	color:#000;
	background-color:#F2F2F2;
}

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

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

/* Elemente für die Templates */
/* Warenkorb */

a.button_next {
	float: right;
	margin: 0;
	border: 0px;
	border-left: 12px #fff solid;
}

.button_next2 {
	display:block;
	line-height:21px;
	height:21px;
	color:#fff;
	padding:0 15px 0 5px;
	border:0;
	background-color: #3A3A3A;
	font-size:12px;
}

input.button_next {
	float: right;
	margin: 0;
	border: 0px;
	border-left: 12px #fff solid;
}

.basket_table .product_menue a, .basket_table .product_menue input.submit {
	display:block;
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size:10px;
	border-top:1px #fff solid;
}

.basket_table .product_menue input.submit {
	background-color: #F2F2F2;
	width: 204px;
	text-align: left;
	border: 0px;
	margin: 10px 0 0 0;
}

.basket_table .product_menue input.quantity {
	width: 20px;
}

a.button_prev {
	display: block;
	line-height: 21px;
	color: #333;
	padding: 0 10px 0 20px;
	float:left;
	background-color: #b2b2b2;
	background-image: url("../images/button_prev.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	border-right: 12px #fff solid;
	margin-left: -5px;
	width: 120px;
}

.product_menue a.button_prev {
	display:block;
	float:none;
	position:static;
	padding: 0px 0px 0px 20px;
	border-right:0;
	font-size:10px;
	background-color: #b2b2b2;
	width: 163px;
	color: #333;
	text-transform: uppercase;
}

.product_menue a.button_next {
	display:block;
	width:148px;
	line-height:21px;
	color:#fff;
	background-image:url("../images/button_next.gif");
	background-repeat:no-repeat;
	padding:0 20px 0 15px;
	float:none;
	border-left:0;
	background-color: #3A3A3A;
	font-size:10px;
	text-transform: uppercase;
	text-align: right;
}

.product_menue a.button_bottom {
	display:block;
	line-height:21px;
	color:#fff;
	background-color: #7C7C7C;
	background-image:url("../images/arrow_down.gif");
	background-repeat:no-repeat;
	background-position: 3px 9px;
	font-size:10px;
	padding: 0px 0px 0px 17px;
	text-transform: uppercase;
}

.product_menue .button {
	margin: 0px 5px 5px 7px;
	border:none;
}

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

.basket_table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.basket_table .product_image {
	width: 113px;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 12px;
	border-bottom: 1px #7C7C7C dotted;
}

.basket_table .product_image .cartimage {
	width: 113px;
	height: 158px;
	overflow: hidden;
}

.basket_table .product_image img {
	border: 0;
}

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

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

.basket_table .product_menue a {
	margin:0;
	font-size:10px;
	border:0;
	border-top:1px #fff solid;
}

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

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

div.basket_sum_text {
	float:left;
	padding-left:300px;



	padding-bottom:10px;
}

div.basket_sum_text_end {
	float:left;
	padding-left:300px;
	padding-bottom:10px;
	padding-top:0px;
}

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

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

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

div.basket_sum_num_end {
	float:right;
	width:285px;
	padding-left:10px;
	padding-bottom:25px;
	padding:top:5px;
}

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

.order_basket_table .product_desc {
	float:left;
}

.order_basket_table .product_price {
	float:right;
}

.trennlinie {
	border-top:1px #7C7C7C dotted;
	width:575px;
	clear:both;
	margin:0 0 10px 0;
}

#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;
}




.shipping {
	padding:0 5px;
	margin-bottom:12px;
}

.comment {
	padding:0;
}

.comment textarea {
	height:183px;
}

* + html .comment textarea {
	height:192px;
}

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

#address_choose .seite {
	padding: 0px 0px 0px 5px;
}

.proddetail .merkzettel, .proddetail .empfehlen, .proddetail .infos {
	background-repeat: no-repeat;
	background-color: #849BAD;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	padding: 0px 20px 0px 20px;
	display: block;
}

.proddetail .merkzettel {
	background-image: url('../images/merkzettel_bg.gif');
}

.proddetail .empfehlen {
	background-image: url('../images/produkt_empfehlen_bg.gif');
}

.proddetail .infos {
	background-image: url('../images/mehrinfos_bg.gif');
	background-color: #002E56;
}

.prodlist .merkzettel, .prodlist  .empfehlen, .prodlist  .infos {
	background-repeat: no-repeat;
	background-color: #849BAD;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 20px;
}

.prodlist .merkzettel {
	background-image: url('../images/merkzettel_bg.gif');
}

.prodlist .empfehlen {
	background-image: url('../images/produkt_empfehlen_bg.gif');
}

.prodlist .infos {
	background-image: url('../images/mehrinfos_bg.gif');
	background-color: #002E56;
}

.seite {
	background-color:#D3D3D3;
	background-image: url('../images/bg_bestellvorgang_hl.jpg');
	background-repeat:repeat-x;
	padding:0;
	font-size:11px;
	color:#454545;
	font-weight:bold;
	line-height:21px;
	padding-left: 5px;
}

.seite a {
	font-weight:normal;
}

table.address {
	width:320px;
}

table.address th {
	text-align:left;
}

table.address td {
	padding:6px 0 0 0;
}


table tr td {
	vertical-align: top;
}

.imggalery {
	/*border-top: 1px #E8E8E8 solid;*/
}

.imggalery div.img a.morepics {
	display: block;
	width: 60px;
	height: 85px;
	overflow: hidden;
	margin: 0 auto;
}

.imggalery div.img {
	width: 125px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	/*border-top: 1px #E8E8E8 solid;*/
}

#picPager {
	clear: both;
	/*border-top: 1px #E8E8E8 solid;*/
	padding: 10px 0;
	width: 379px;
}

.picPagerInner {
	width: 350px;
	height: 32px;
	margin-left: 16px;
	overflow: hidden;
}

.picPagerInner a {
	float: left;
	display: block;
	margin-right: 16px;
	line-height: 30px;
	font-weight: bold;
}

.picPagerInner a.zoom {
	background-image: url('../images/icon_zoomen.gif');
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 25px;
}

.picPagerInner a.request {
	background-image: url('../images/icon_anfragen.gif');
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 18px;
}

.picPagerInner a.next {
	background-image: url('../images/icon_weitere_bilder.gif');
	background-repeat: no-repeat;
	background-position:  right;
	padding-right: 22px;
}

.picPagerInner a.last {
	background-image: url('../images/icon_vorige_bilder.gif');
	background-repeat: no-repeat;
	background-position:  left;
	padding-left: 23px;
}

.lastPics {
	float: left;
}

.nextPics {
	float: right;
}

.kontoueber li {
	position:relative;
	background-image:none;
	padding:0px;
}
.kontoueber li a {
	display:block;
	font-size:14px;
	line-height:50px;
	border-bottom:1px solid #ecebeb;
	vertical-align:absmiddle;
}
.kontoueber img {
	vertical-align:middle;
	margin-right:10px;
}

.morearticles {
	text-align:right;
	padding:10px 0 10px 0;
}

.lesserarticles {
	padding:10px 0 0 0;
	clear:both;
	text-align: right;
}

.lesserarticles {
	float: left;
}

.morearticles {
	float: right;
}