/**
 * 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:#CCD5DE;
}

#steps a.inactive {
	color:#1D63A9;
	background-color:#B0C9E0;
}

#steps strong {
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

#step1, #step2, #step3, #step4 {
	padding: 10px;
	width:165px;
	height:60px;
	background-color:#efefef;
	border-left:1px #181810 solid;
	float:left;
	font-size:10px;
}

/* Elemente f�r die Templates */
/* Warenkorb */

.manuell_desc {
	background-color: #D9DADB;
	padding: 6px 10px 10px 12px;
	margin: 7px 0px 2px;
}

.input_td input {
	border: 1px solid #000;
}

.basketleft,
.basketright {
	height: 47px;
	width: 3px;
	background-image: url('../images/basketleft.png');
	background-repeat: no-repeat;
	float: left;
}

.basketright {
	background-image: url('../images/basketright.png');
}

.baskettop h1 {
	background-image: url('../images/basket.png');
	background-repeat: repeat-x;
	height: 47px;
	line-height: 47px;
	width: 798px;
	padding-left: 10px;
	color: #FFF;
	margin: 0px;
	float: left;
	font-size: 22px;
}

.manuell_desc h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	text-transform: none;
}

.manuell_desc .small{
	font-size: 18px;
}

.manuell_input {
	width: 100%;
}

.blue-button {
	height: 27px;
	background-image: url('../images/blue-button-middle.png');
	background-repeat: repeat-x;
	position: relative;
}

.blue-button-middle a {
	color: #FFF;
	display: block;
	font-weight: bold;
	line-height: 28px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
}

.blue-button.kasse,
.blue-button.kasse input {
	width: 130px;
}

.blue-button.inWarenkorb,
.blue-button.inWarenkorb input {
	width: 153px;
	cursor: pointer;
}

.blue-button.inWarenkorb {
	float: right;
	margin-top: 18px;
}

.blue-button.weiter,
.blue-button.weiter input {
	width: 177px;
}

.right-buttons {
	float: right;
}

.blue-button.warenkorb,
.blue-button.warenkorb input {
	width: 154px;
}

td.vmiddle {
	vertical-align: middle !important;
}

td.vbottom {
	vertical-align: bottom !important;
}

.blue-button-left,
.blue-button-right {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 27px;
	width: 66px;
	background-image: url('../images/blue-button-left.png');
	background-repeat: no-repeat;
	z-index: 5;
}

.blue-button-right {
	background-image: url('../images/blue-button-right.png');
	left: auto;
	right: 0px;
}

.blue-button-middle {
	position: relative;
	z-index: 10;
	text-align: center;
}

.blue-button-middle input {
	height: 27px;
	border: none;
	background: transparent;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.button_order {
	line-height:24px;
	background-image:URL(../images/bg_buttons.jpg);
	background-repeat:repeat-x;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0;
	height:24px;
}

.manuell_input td {
	padding-top: 0px;
	padding-right: 20px;
}

#order_table {
	padding: 10px;
}
#order_table .headline {
	border-bottom: 1px #000 solid;
	padding-bottom: 10px;
	font-size: 14px;
}

#order_table .product {
	padding-top: 10px;
	border-bottom: 1px #000 solid;
	font-size: 13px;
	line-height: 18px;
}

#order_table .quantity {
	padding-top: 10px;
	border-bottom: 1px #000 solid;
}

#order_table .quantity a {
	color: #000;
	padding-top: 15px;
	font-size: 13px;
	display: block;
}

#order_table .subtotal {
	border-bottom: 1px #000 solid;
	padding: 5px 0;
}

#order_table .price {
	padding-top: 10px;
	border-bottom: 1px #000 solid;
	text-align: right;
	padding-right: 5px !important;
}

strong.prodInWare a {
	color: #000;
}

.quantity input {
	border: 1px solid #000;
	height: 19px;
	width: 49px;
	margin-right: 10px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 19px;
}

.qText {
	position: relative;
	top: -1px;
}

#order_table .pricebox, #order_table .priceboxBig {
	border-bottom: 1px #000 solid;
	padding: 8px 0;
	font-size: 13px;
}

#order_table .priceboxBig {
	border: 0px;
	font-weight: bold;
	padding: 8px 0px 20px 0;
}

/**
 * Warenkorb Ende
 */

#information .left input,
#information .right input,
#information .last input {
	width: 153px;
}

#information select {
	width: 156px;
}

.noborder {
	width: auto !important;
	border: none !important;
}

.noborder input {
	border: none !important;
}

/**
  * Login
  */
#login {

}

#login .method {
	padding: 30px 0px 30px 130px;
	margin: 0 20px;
	border-bottom: 1px #C5C6C8 solid;
}

#login .method .desc {

}

#login .method .input {
	padding: 15px 0 0 0;
}

#login .method .input input {
	border: 1px #000 solid;
}

#login .method .submit {
	padding: 15px 0 0 0;
	float: right;
	width: 200px;
	height: 20px;
}

#right .submit,
#right .submit_question {
	width: 154px;
	float: right;
	background-image: url('../images/question-bg.jpg');
	background-repeat: no-repeat;
	height: 27px;
	text-transform: uppercase;
	font-size: 11px;
	border: 0;
}

#right .submit_question {
	background-image: none !important;
	height: 20px !important;
}

#login .method .forgotten_password {
	padding: 20px 0 0 0;
	float: left;
}

.submit input {
	text-transform: uppercase;
	float:  right;
	width: 200px;
}


/**
 * Login Ende
 */


/**
 * Bestelldaten
 */

#information {

}

#information .headline {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	display:  block;
}


#information .desc {
	padding-left: 25px;
}

#information .right {
	padding: 10px;
}

#information .right input {
	border: 1px #000 solid;

}

#information .left {
	border-right: 1px #C5C6C8 solid;
	padding: 10px;
}

#information .left input {
	border: 1px #000 solid;
}

#information .label {
	vertical-align: middle;
	padding-left: 10px;
}

#information .last {
	border-bottom: 1px #C5C6C8 solid;
}

#information .desc {
	padding-left: 25px;
}

#information .textfeld {
	padding: 10px;
}
/**
 * Bestelldaten ende
 */




/**
 * Daten kontrolle
 */

#confirm {

}

#confirm td {
	padding-left: 10px;
}

#confirm .headline {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#confirm .padding {
	padding:10px;
}

#confirm .left {
	border-right: 1px #C5C6C8 solid;
}

#confirm .last {
	border-bottom: 1px #C5C6C8 solid;
	padding-bottom: 10px;
}

/**
 * Daten kontrolle ende
 */


.shoppingcart {
	border:0;
}

a.button_next {
	display:block;
	line-height:21px;
	height:21px;
	color:#fff;
	background-image: url(../images/footer_h1_bg.gif);
	background-repeat: repeat-x;
	background-position:160px 3px;
	padding:0 15px 0 5px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	/*background-color: #F40045;*/
	font-size:10px;
}

input.button_next {
	height:28px;
	color:#000;
	float:right;
	font-size:12px;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	border: none !important;
	width: 153px !important;
	line-height: 28px !important;
	border-left:12px #fff solid;
	background-image: url("../images/question-bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	background-color: #FFF !important;
	margin-right: 10px;
}

.basket_table .product_menue a, .basket_table .product_menue input.submit {
	display:block;
	padding:0px 10px 0px 10px;
	color:#fff;
	font-size:11px;
	border-top:1px #fff solid;
}

.basket_table .product_menue input.submit {
	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: #fff;
	padding: 0 10px 0 20px;
	float:left;
/*	background-color: #F40045;*/
	background-image:URL(../images/bg_button_next.jpg);
	background-repeat:repeat-y;
	font-size:10px;
	border-right:12px #fff solid;
}

.product_menue a.button_prev {
	display:block;
	float:none;
	position:static;
	padding: 0px 0px 0px 20px;
	border-right:0;
	font-size:10px;
	background-color: #7C7C7C;
}

.product_menue a.button_next {
	display:block;
	width:150px;
	line-height:21px;
	color:#fff;
	background-image:url("../images/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:160px 5px;
	padding:0 15px 0 20px;
	float:none;
	border-left:0;
	background-color: #012E57;
	font-size:10px;
}

.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;
}

.product_menue .button {
	background-image: none;
	background-color: #939393;
	padding: 2px;
	margin: 0px;
	border: 0px;
	border-top: 1px #fff solid;
	font-size: 10px;
	width: 100%;
	text-align: left;
}

.basket_table {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	width:100%;
}

form a.button_next, form input.button_next {
	width: 195px;
	background-position: 160px 3px;
}

.seite a.button_next, seite input.button_next  {
	width: 165px;
}

.seite {
	padding-left: 5px;
}

.basket_table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.basket_table .product_image {
	width: 75px;
	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:0 5px 12px 18px;
	border-bottom: 1px #7C7C7C dotted;
}

.basket_table .product_menue {
	width: 184px;
	border-left: 12px #fff solid;
	vertical-align: bottom;
}

.basket_table .product_menue a {
	margin:0;
	font-weight: normal;
/*	background-color:#F40045;*/
	color:#000;
	font-size:11px;
	border:0;
	text-align:center;
	padding: 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:15px 0 0 0;
}

div.basket_sum_text {
	float:left;
	width:650px;
	text-align:right;
	padding-bottom:25px;
}

span.sum {
	font-size:16px;
}

span.tax {
	font-size:12px;
}

div.basket_sum_num {
	float:right;
	width:103px;
	padding-left:10px;
	padding-bottom:25px;
}

.order_basket_table {
	clear:both;
	margin:0 0 12px 0;
	padding:0 0 5px 5px;
	width:809px;
	border-bottom:1px #7C7C7C dotted;
}

.order_basket_table .product_desc {
	float:left;
}

.order_basket_table .product_price {
	float:right;
	padding-right: 5px;
}

#products {
	width: 814px;
	margin: 0;
	background-color: #fff;
	position:relative;
	min-height: 450px;
    margin-top: 29px;
}

#products-top {
	height: 116px;
	width: 814px;
	border-top: 1px solid #e6e7e7;
	border-bottom: 1px solid #e6e7e7;
	background-color: #f6f6f6;
}

#products-top .filter-table td:first-child {
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;
    width: 56px;
}

#products-top-left {
	width: 220px;
	float: left;
	padding-left: 17px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 15px;
}


#products-top-middle {
	width: 300px;
	float: left;
}

.details-left {
	width: 156px;
	float: left;
	position: relative;
	height: 455px;
	margin-bottom: 15px;
}

.arrow {
	position: absolute;
	width: 26px;
	height: 31px;
	top: 209px;
	left: 45px;
	z-index: 15;
}

.details-left .arrow {
	right: 45px;
	left: auto;
}

.details-middle-outer {
	position: relative;
	overflow: hidden;
	width: 440px;
	height: 455px;
	float: left;
	margin-bottom: 15px;
}

.details-middle,
.details-middle-overlay {
	height: 455px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.details-middle-overlay .prod-shaddow {
	/*display: none;*/
}

.details-middle-outer .pic,
.details-middle-outer .prod-shaddow {
	position: relative;
}
.mask-big,
.mask {
	position: absolute;
	height: 440px;
	width: 440px;
	z-index: 10;
	top: 0px;
	left: 0px;
}

.mask-big {
	width: 548px;
	height: 548px;
	margin-top: 12px;
}

.detail-image-outer {
	position: relative;
}

.details-bottom {
	width: 797px;
	height: 94px;
	margin: 0 auto;
}

.details-bottom-outer {
	height: 61px;
	float: left;

    width: 737px;
    margin-left: 4px;

	overflow: hidden;
	position: relative;
}

.details-bottom-inner {
	height: 61px;
	margin: 0 auto;
    overflow: hidden;
    width: 20000px;
}

.details-bottom .arrow {
	position: relative;
	top: 14px;
	left: 0;
	float: left;
}

.details-bottom .arrow.right {
	float: right;
}
.details-bottom-inner .image {
	float: left;
	height: 58px;
	width: 58px;
	position: relative;
	margin-right: 9px;
	overflow: hidden;
}

.ajax-loader {
    display: none;
    text-align: center;
    padding-top: 150px;
    z-index: 200;
    position: relative;
}

.image a {
	display: block;
	position: relative;
	z-index: 5;
	text-align: center;
}

.image .maske-klein {
	position: absolute;
	height: 58px;
	width: 58px;
	top: 0px;
	left: 0px;
	z-index: 10;
	cursor: pointer;
}

.scrollBarOuter {
	width: 795px;
	height: 22px;
	position: absolute;
	bottom: 1px;
}

.scrollBarLeft {
	width: 65px;
	height: 22px;
	background-image: url('../images/scrollBarLeft.jpg');
	background-repeat: no-repeat;
	float: left;
}

.scrollBarMiddle {
	width: 665px;
	height: 22px;
	float: left;
}

.scrollBarRight {
	width: 65px;
	height: 22px;
	background-image: url('../images/scrollBarRight.jpg');
	background-repeat: no-repeat;
	float: left;
}

.scrollBar {
	width: 665px;
	height: 22px;
	background-image: url('../images/scrollBarMiddle.jpg');
	background-repeat: repeat-x;
	position: relative;
}

.ui-slider-handle {
  width: 130px;
  margin-left: -65px;
  height: 22px;
  position: absolute;
  background-image: url('../images/slider.png');
  background-repeat: no-repeat;
}

#shop{
	padding-bottom: 10px;
	min-height: 450px;
}

.details-right-outer {
	/*width: 218px;*/
    width: 210px;
	float: left;
	position: relative;
	height: 455px;
	margin-bottom: 15px;
}

.details-right {
	width: 210px;
	float: left;
	position: absolute;
	height: 455px;
	background-color: #FFF;
	z-index: 10;
}

.var {
	margin-top: 6px;
	width: 122px;
	height: 28px;
    background-image: url('../images/prod-var-bg.jpg');
	background-repeat: no-repeat;
	z-index: 10;
	display: block;
    padding-right: 20px;
	line-height: 28px;
	padding-left: 12px;
	color: #000;
	cursor: pointer;
	overflow: hidden;
    position: relative;
}

.var {
    height: auto;
    background-image: none;
    padding: 0;
    overflow: visible;
    line-height: normal;
}

.var .back-top, .var .back-bottom {
    width: 154px;
    height: 6px;
}

.var .arrows {
    background: transparent url('../images/prod-var-arrows.jpg') 128px center no-repeat;
    padding-right: 13px;
}

.var .var-content {
    width: 144px;
    background: transparent url('../images/prod-var-bg-content.jpg') 0 0 repeat-y;
    padding-left: 9px;
}

.var .back-top {
    background: transparent url('../images/prod-var-bg-top.jpg') 0 0 no-repeat;
}

.var .back-bottom {
    background: transparent url('../images/prod-var-bg-bottom.jpg') 0 0 no-repeat;
}

/*
.var a{
	display: block;
	height: 28px;
	width: 138px;
	overflow: hidden;
	line-height: 28px;
	padding-left: 12px;
	color: #000;
}
*/
.var a{
	display: block;
	width: 138px;
	overflow: hidden;
	line-height: 18px;
	padding-left: 8px;
	color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.var.options {
	position: absolute;
	top: 25px;
	left: 1px;
	display: none;
	background: none;
	background-color: #FFF;
	height: auto;
	margin-top: 0px;
	z-index: 100;
	width: 152px;
	border: 1px solid #d9dadb;
    padding-right: 0px;
}

.var.options a {
	/*padding-left: 0px;*/
}

.var-outer {
	position: relative;
}

.var-outer .value {
	margin-top: 8px;
	padding-left: 13px;
}

.stk-nummer {
	margin-top: 5px;
	padding-left: 11px;
	font-size: 10px;
	font-weight: bold;
}


.input_length-outer {
	width: 154px;
	height: 28px;
	position: relative;
	background-image: url('../images/bg-input.gif');
	background-repeat: no-repeat;
}

.input_length {
	position: absolute;
	width: 125px;
	border: 0;
	height: 14px;
	line-height: 14px;
	left: 7px;
	top: 7px;
	font-size: 11px;
}

.input_length-outer a {
	position: absolute;
	display: block;
	right: 7px;
	top: 9px;
	height: 11px;
	width: 8px;
}

.reg,
.inet {
	font-size: 11px;
	margin: 0;
}

.inet {
	font-size: 12px;
	margin-top: 10px;
	padding-right: 2px;
	font-weight: bold;
}

.regular {
	font-size: 20px;
	position: relative;
	height: 25px;
}

.regular.klein {
    margin-top: 10px;
}

.durchgestrichen {
	position: absolute;
	z-index: 5;
	background-image: url('../images/rot_durchgestrichen.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 50px;
	left: 1px;
	top: 0px;
}

.right-desc .durchgestrichen {
    right: 1px;
    left: auto;
}

.durchgestrichen.klein {
    background-image: url('../images/rot_durchgestrichen_klein.png');
    top: 0px;
    left: 5px;
}

.detail-price {
	font-size: 35px;
	margin-top: 25px;
	text-align: right;
}

.product-request {
	width: 545px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.product-request td {
	vertical-align: middle !important;
}

.question .overlay {
	display: none;
	height: 5px;
	width: 152px;
	background-color: #d9dadc;
	position: absolute;
	top: 23px;
	left: 0px;
}


.product-request input {
	width: 100%;
	font-size: 12px;
}

.method .submit {
	background-image: none !important;
}

.product-request input.text {
	width: 400px;
	font-size: 12px;
}

.product-request textarea {
	width: 400px;
	font-size: 12px;
}

.product-request input.submit {
	width: auto;
}

.prod-buttons {
	position: relative;
	bottom: 8px;
}

.right-bottoms {
	position: relative;
	z-index: 10;
	bottom: 0px;
	height: 201px;
}

.prod-right-space {
	height: 558px;
	position: relative;
	margin-top: 10px;
}

.right-desc {
	position: relative;
	z-index: 20;
	margin-top: 45px;
}

/*.inWarenkorb {
	position: absolute;
	bottom: 106px;
	width: 153px;
}

.inWaremkorb input {
	width: 153px;
	height: 26px;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}*/

.warenkorb a {
	width: 153px;
	height: 26px;
	background-image: url('../images/warenkorb-bg.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 106px;
}

.question a {
	width: 152px;
	height: 28px;
	background-image: url('../images/question-bg.jpg');
	background-repeat: no-repeat;
	background-color: #d9dadc;
	color: #000;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	position: relative;
	top: 5px;
}

.details-right h1 {
	font-size: 15px;
	margin: 0px 0px 10px;
}

.details-right-overlay {
	background-color: #FFF;
	z-index: 5;
}

.details-right-overlay .regular,
.details-right .regular,
.details-right-overlay .reduced,
.details-right .reduceda,
.details-right-overlay .price,
.details-right .price {
	position: absolute;
	bottom: 12px;
	left: 18px;
	font-size: 15px;
    min-width: 94px;
    text-align: left;
}

.details-right .reduced,
.details-right-overlay .reduced {
    bottom: 45px;
    left: auto;
    right: -9px;
}

.details-right .regular,
.details-right-overlay .regular {
    bottom: 9px;
    left: auto;
    right: -9px;
}

.details-right-overlay .price span,
.details-right .price span {
	color: #e2001a;
	font-weight: bold;
	font-size: 23px;
}

.details-right .description-uni,
.details-right-overlay .description,
.details-right .description {
	padding: 0 18px;
	font-size: 12px;
}

#description-uni {
	line-height: 18px;
}

.details-right-overlay .description h1,
.details-right .description h1{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

.details-right-overlay .description a,
.details-right .description a {
	font-weight: bold;
	color: #000;
}

.product-price {
    font-size: 15px;
}

.bestellenBox,
.diashowBox {
	height: 27px;
	width: 80px;
	background-image: url('../images/diashowButton.jpg');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	left: 16px;
	bottom: 158px;
	line-height: 27px;
	text-align: center;
    cursor: pointer;
}

.bestellenBox {
    bottom: 120px;
    width: 120px;
    background-image: url('../images/bestellenButton.png');
}

.bestellenBox a,
.diashowBox a {
	color: #000;
}

.selection {
	position: relative;
}

.selectbox {
	width: 214px;
	height: 23px;
	position: relative;
	z-index: 10;
}

.selectbox-left {
	height: 23px;
	width: 5px;
	background-image: url('../images/auswahl-left.gif');
	background-repeat: no-repeat;
	float: left;
}

.selectbox-middle {
	height: 21px;
	line-height: 21px;
	width: 176px;
	border-top: 1px solid #e6e7e7;
	border-bottom: 1px solid #e6e7e7;
	float: left;
/*	color: #b5b6b7;*/
        color:#000000;
	background-color:#fff;
	overflow: hidden
}

.selectbox-right {
	height: 23px;
	width: 33px;
	background-image: url('../images/auswahl-right.gif');
	background-repeat: no-repeat;
	float: right;
}

.selectbox-right.deaktivated {
    background-image: url('../images/auswahl-right-deaktivated.png');
}

.options-outer {
	display: none;
	position: absolute;
	z-index: 200;
}

.options-outer.cat {
	left: 308px;
	top: 113px;
}
.kplue.options-outer.cat {
	left: 309px;
	top: 113px;
}

.options-outer.price {
	left: 308px;
	top: 85px;
}
.kplue.options-outer.price {
	left: 309px;
	top: 85px;
}

.options-outer.size {
	left: 308px;
	top: 57px;
}
.options-outer.size .options-middle{
	height: 300px;
    overflow-y: scroll;
}
.kplue.options-outer.size {
	left: 309px;
	top: 57px;
}

.options-outer.color {
	left: 308px;
	top: 29px;
}
.kplue.options-outer.color {
	left: 309px;
	top: 29px;
}

.options-top {
	height: 6px;
	width: 214px;
	background-image: url('../images/options-top-bg.jpg');
	background-repeat: no-repeat;
}

.options-middle {
	border-right: 1px solid #e6e7e7;
	border-left: 1px solid #e6e7e7;
	background-color: #FFF;
	width: 208px;
	height: 100%;
    color: #b5b6b7;
    padding-left: 4px;
}

.options-middle a.active {
	font-weight: bold;
}

.options-middle a.active,
.options-middle a:hover {
	color: #002D60;
}

.options-bottom {
	height: 6px;
	width: 214px;
	background-image: url('../images/options-bottom-bg.jpg');
	background-repeat: no-repeat;
}

.options-middle a,
 .options-middle span{
	display: block;
/*	color: #b5b6b7;*/
        color:#000000;
	padding: 0 0 4px 0;
}

#products-top-right {
	width: 277px;
	height: 116px;
	background-image: url('../images/frau-oben-rechts.jpg');
	background-repeat: no-repeat;
	float: right;
}

#darstellung {
	height: 27px;
	border-bottom: 1px solid #e6e7e7;
    clear: both;
}

#darstellung.noFilter {
	margin-top: 29px;
	border-top: 1px solid #e6e7e7;
}

#darstellung p {
	float: left;
	width: 110px;
	border-right: 1px solid #e6e7e7;
	text-align: center;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 0;
	font-size: 11px;
}

#darstellung a {
	color: #000;
	float: left;
	display: block;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	border-right: 1px solid #e6e7e7;
	font-size: 11px;
}

#darstellung .top-pager {
	float: right;
	height: 27px;
	margin-right: 10px;
}

.bottom-pager {
    border-top: 1px solid #e6e7e7;
    padding-top: 6px;
    padding-right: 10px;
    text-align: right;
}

.bottom-pager a,
#darstellung .top-pager a {
	display: inline;
	text-decoration: underline;
	float: none;
	border: none;
	padding: 0;
	color: #000;
	padding: 0 5px;
    font-size: 11px;
}

.bottom-pager a:hover,
.bottom-pager a.active,
#darstellung .top-pager a:hover,
#darstellung .top-pager a.active {
	background: none;
	text-decoration: none;
	color: #000;
}

.bottom-pager a.active,
#darstellung .top-pager a.active {
	font-weight: bold;
}

.bottom-pager a.arrows,
#darstellung .top-pager a.arrows {
	text-decoration: none;
}

#darstellung a.active {
	font-weight: bold;
	text-transform: uppercase;
}

#darstellung a:hover,
#darstellung a.active {
	background-image: url('../images/darstellung-hover-bg.jpg');
	background-repeat: repeat-x;
	color: #fff;
}

#darstellung a.right {
	float: right;
	border-left: 1px solid #e6e7e7;
	border-right: none;
}

#products-inner {
	width: 1000px;
	height:435px;
}

.prod-shaddow {
	height: 16px;
	background-image: url('../images/prod-shaddow-middle.jpg');
	background-repeat: repeat-x;
    position: relative;
}

.prod-shaddow.bottomteaser {
	width: 488px;
	float: left;
}

.prod-shaddow.bottomteaser.lastSeen {
	margin-right: 14px;
}


#mehr,
#weniger {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#description {
	display: inline;
}

#description div {
	display: inline;
}

#weniger {
	display: none;
}

.prod-shaddow-left,
.prod-shaddow-right {
	height: 16px;
	width: 20px;
	background-image: url('../images/prod-shaddow-left_new.jpg');
	background-repeat: repeat-x;
    position: absolute;
    left: 0px;
}

.prod-shaddow-right {
	background-image: url('../images/prod-shaddow-right_new.jpg');
    right: 0px;
    left: auto;
}

.prod-shaddow.grey {
	background-image: url('../images/shaddow-grey-middle.jpg');
}

.prod-shaddow.grey .prod-shaddow-left {
	background-image: url('../images/shaddow-grey-left.jpg');
}

.prod-shaddow.grey .prod-shaddow-right {
	background-image: url('../images/shaddow-grey-right.jpg');
}

.name-and-price {
	text-align: center;
	padding-top: 5px;
}

.name-and-price .regular {
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-size: 11px;
    display: inline;
}

.name-and-price span {
	color: #E2001A;
	font-weight: bold;
}

.padding {
	padding:6px;
}

.product_description {
	margin: 0 15px 0 15px;
	font-size:11px;
	line-height:15px;
	float: left;
}

.listPrice {
	float: right;
	padding: 21px 0 0 0;
	font-size: 15px;
	white-space: nowrap;
}

.details-outer {
	width: 785px;
	margin: 0 auto;
	margin-top: 18px;
}

.options .active {
	font-weight: bold;
}

.prod-details-left {
	padding-top: 12px;
}

.details-outer .prod-details-left {
	width: 548px;
}

.details-outer .prod-details-left  .zoom {
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 54px;
	width: 53px;
}

.details-outer .prod-details-middle {
	width: 74px;
	padding-left: 10px;
	padding-bottom: 15px;
}

.details-outer .prod-details-middle-line {
	height: 550px;
	width: 1px;
	background-color: #CCC;
}

.details-outer .prod-details-middle-inner {
	vertical-align: bottom;
}

.details-outer .prod-details-middle .image {
	position: relative;
	margin-top: 12px;
	height: 58px;
	width: 58px;
	text-align: center;
}

.details-outer .prod-details-middle .image img {
	position: relative;
	z-index: 1;
}

.details-outer .prod-details-middle .prod-details-middle-inner {
	height: 576px;
}

.addImages {
	height: 552px;
	position: relative;
}

.addImages-arrow {
	position: absolute;
	display: block;
}

.addImages-arrow.top {
	background-image: url('../images/arrow-up.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 27px;
	left: 16px;
	top: 1px;
}

.addImages-arrow.top:hover {
	background-image: url('../images/arrow-up-active.png');
}

.addImages-arrow.bottom {
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 27px;
	bottom: 0px;
	left: 16px;
}

.addImages-arrow.bottom:hover {
	background-image: url('../images/arrow-down-active.png');
}

.addImages-outer {
	height: 499px;
	position: absolute;
	overflow: hidden;
	top: 26px;
}

.addImages-inner {
	position: relative;
	top: 0px;
}

.details-outer .prod-details-right {
	width: 151px;
}

.details-outer .prod-details-right h1{
	font-size: 15px;
	margin: 0 0 8px;
	line-height: 16px;
	padding-left: 0px;
}

.listPrice span.price {
	color: #f00;
	font-weight: bold;
	font-size: 25px;
}

.listPrice span.euro {
	font-size: 25px;
}

.product_description h2 {
	color: #000;
	line-height: normal;
	background: none;
	padding: 5px 0 5px 0;
	font-size:12px;
	text-transform:uppercase;
}

.product_description h2 a {
	color: #000;
}

.infos {
	margin:10px 0 0 0;
	float:left;
	font-size:12px;
}

.link {
	padding: 10px 0 0 0;
	text-align: right;
	display: block;
	clear: both;
}

.link img {
	vertical-align:middle;
	margin: 0 0 0 0;
}
.link a {
	color:#000;
}

.detail-textbox {
	/*padding:5px 15px 0 15px;*/
	padding:5px 15px 0 0;
	height:171px;
	font-size:11px;
}

.detail-textbox .header {
	float:left;
	/*width:250px;*/
	width:265px;
	padding:5px 0 10px 0;
}

.detail-textbox .header img {
	margin-right:5px;
	vertical-align:middle;
}

.detail-textbox .header a {
	text-transform:uppercase;
	height:16px;
	line-height:16px;
	color:#000000;
}

.detail-textbox h3 {
	margin:6px 0 6px 0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
}

.prod-detail {
	padding:0 15px;
}

.prod-detail2 {
	padding:0 15px;
	vertical-align:bottom;
}

div.prod-detail2 {
	padding:0;
}

.prod-detail3 {
	padding:0 15px;
	vertical-align:middle;
}

.prod-detail h1 {
	margin:0;
	font-size:16px;
	line-height:normal;
	color:#000;
	font-weight:bold;
	background-image:none;
	padding:7px 0 0 0;
	text-transform: uppercase;
	line-height:18px;
}

.prod-detail .table {
	border-top:1px #000 solid;
	border-left:1px #000 solid;
}

.prod-detail .table tr td {
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	padding:1px 4px 1px 5px;
	line-height:20px;
}

.prod-detail .table tr td sup {
	font-size:8px;
}

.prod-detail select {
	width:100%;
	margin:5px 0 0 0;
}

.prod-detail2 .price {
	text-align:right;
	font-size:40px;
	font-weight:normal;
}

.prod-detail2 .tax {
	font-size: 11px;
	text-align:right;
}

.prod-detail2 .artno {
	text-align:right;
	font-weight:bold;
	font-size: 11px;
	margin-bottom: 25px;
}

.buttons {
	padding: 8px 0 47px 0;
	vertical-align: top;
}

*+html .buttons {
	padding: 8px 0 44px 0;
}

*html .buttons {
	padding: 8px 0 45px 0;
}

.buttons img {
	margin: 10px 0 0 0;
}

*+html .buttons img {
	margin: 7px 0 0 0;
}

*html .buttons img {
	margin: 7px 0 0 0;
}


.buttons a.shoppingcart {
	display:block;
	margin:0 0 5px 0;
	font-size:16px;
	height:30px;
	color:#fff;
	font-weight:normal;
	background-image:url(../images/footer_h1_bg.gif);
	padding:6px 0 0 0;
	line-height:24px;
	text-align:center;
}

.buttons a.notepad {
	display:block;
	margin:10px 0 0 0;
	line-height:24px;
	color:#000;
	border:1px #000 solid;
	text-align:center;
}

.buttons a.print {
	display:block;
	margin:10px 0 0 0;
	line-height:24px;
	color:#000;
	border:1px #000 solid;
	text-align:center;
}

.variation-outer {
	float:left;
	width:61px;
	margin:10px 10px 0 0;
}

.variation-pic {
	margin:0 0 3px 0;
	width:61px;
	overflow:hidden;
}

.detail-pic {
	width:500px;
	height:500px;
	overflow:hidden;
}

.detail-left {
	width: 240px;
	height: 662px;
	margin: 0;
}

#prodlist {
	border:1px solid black;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}
#prodlist_outer {
	overflow-x:hidden;
	overflow-y:scroll;
	height:567px;
	width:745px;
}

.prodlist {
	border-bottom:1px solid #c5c6c8;
	padding-top:10px;
	padding-bottom:10px;
}

#prodlist td.text a {
	color:#000000;
	font-size:18px;
}

#prodlist table tr td.warenkorb {
	vertical-align:bottom;
	padding-left:10px;
}

#prodlist table tr td.warenkorb  a {
	color:#000000;
	font-size:14px;
}

#prodlist div.beschr {
	margin-top:10px;
}

#overview {
	height:550px;
	margin-top:5px;
	overflow-x:hidden;
	overflow-y:scroll;
}

/* Buttons */
input.forward, a.forward {
	line-height:28px;
	background-image:URL(../images/question-bg.jpg);
	background-repeat: no-repeat;
	background-color: #D9DADC;
	border:none;
	color:#000000;
	text-transform:uppercase;
	margin:0;
	font-weight: bold;
	font-size: 12px;
	width: 154px;
	text-align: center;
	height:28px;
}

a.forward {
	padding: 0px;
	background-color: transparent;
}

input.backward{
	line-height:24px;
	background-image:URL(../images/bg_button_back.jpg);
	background-repeat: no-repeat;
	background-color: #A7A8AA;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 32px;
	height:24px;
}

input.warenkorb{
	line-height:24px;
	background-image:URL(../images/bg_warenkorb.jpg);
	background-repeat: no-repeat;
	background-color: #A7A8AA;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 32px;
	height:24px;
	width: 180px;
	margin-right: 24px;
}

input.button{
	line-height:24px;
	background-image:URL(../images/bg_buttons.jpg);
	background-repeat: repeat-x;
	background-color: #A7A8AA;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0;
	height:24px;
}

#request_box, #request_box_unikat {
	position:absolute;
	left: 0;
	top: 0;
}

#request_box td, #request_box_unikat td {
	padding:  2px 0px;
}

#request_box .input, #request_box_unikat .input {
	width: 98%;
	margin: 0px 0px 0px 3px;
	border: 1px #000 solid;
}

#request_box .submit, #request_box_unikat .submit {
	background-color: #fff;
	border: 1px #000 solid;
	margin-right: 2px;
	font-size: 11px;
}

#products_unique .product_unique, #products_unique .product_unique_first {
	padding-top: 15px;
}

#products_unique .product_unique, #products_unique .product_unique_first {
	float: left;
	text-align: left;
}

#products_unique .product_unique .firstimage, #products_unique .product_unique_first .firstimage {
	overflow: hidden;
	width: 360px;
	height:500px;
	/* height: 390px;*/
	margin-bottom: 10px;
}

#products_unique .product_unique .image, #products_unique .product_unique_first .image {
	margin-bottom: 10px;
}

#products_unique .product_unique {
	margin-left: 25px;
	width:150px;
	overflow:hidden;
}

#products_unique .product_unique .image {
	height:200px;
	width:140px;
	overflow:hidden;
}

#products_unique .product_unique .link, #products_unique .product_unique_first .link {
	font-size: 14px;
	color: #000;
	float: none;
	text-transform:uppercase;
}

#products_unique .product_unique, #products_unique .product_unique_first {
	font-size: 12px;
}

.unikate_add_info {
	float:right;
	background-color:#9c9d9f;
	width:60px;
	text-align:center;
}

.unikate_add_info a{
	color:#FFFFFF;
	font-size:14px;
	line-height:25px;
}

.price_overlay_unique_first {
	position:relative;
	bottom:105px;
	right:30px;
	font-size:70px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

.price_overlay_unique {
	position:relative;
	bottom:35px;
	right:10px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

div.product_unique div.image img {
	margin-left:-30px;
}

div.product_unique_first div.firstimage img {
	margin-left:-75px;
}

.nav0-2 a {

}
