@charset "utf-8";
/* CSS Document */

/*
Alles was auch nur ansatzweise zur Darstellung von Produkten, dem Warenkorb und der Benutzerregistrierung gehört, kommt hier rein
*/

/* ******

yellow: #BE9E56;

***** */

/* Produktkatalog */

.product-box {
	width:300px;
	
	margin:0px 25px 25px 0px;
	
	float:left;
}

.product-box .image {
	width:125px;
	height:325px;
	
	margin:0px 0px 0px 0px;
	padding:15% 0px 0px 0px;
	
	float:left;
	
	text-align:center;
	
	overflow:hidden;
}

.product-box .description {
	width:175px;
	height:325px;
		
	float:left;
}

.product-box .description .relative {
	width:100%;
	height:100%;
}

.product-box .description .background {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:100%;
	
	z-index:0;
}

.product-box .description .content {
	position:relative;
	
	height:270px;
	
	padding:30px 20px 0px 20px;
	
	z-index:10;
}

.product-box .description .align-bottom {
	width:135px;
}

.product-box .description .content h1 {
	width:135px;

	margin:0px;
	padding:0px;
	
	font-size:15px;
	
	overflow:hidden;
}

.product-box .description p {
	margin:10px 0px;
	padding:0px;
}

.product-box .description .short-desc {
	height:120px;
	
	font-size:0.8em;
	
	overflow:hidden;
}

.product-box .description .price {
	padding:5px 0px 0px 0px;

	font-weight:bold;
	
	text-align:right;
	
	clear:left;
}

/* Product-Info */
/*
#product-info {
	position:relative;
}
*/
#product-info #image-1 {
	width:200px;
	height:575px;

	margin:0px 50px 0px 0px;
	
	overflow:hidden;
	
	text-align:center;
	
	float:left;
}

#product-info #image-2 {
	width:152px;
	height:575px;
	
	margin:0px;
	
	overflow:hidden;
	
	float:left;
}

#product-info #image-2 img {
	margin:25px 0px 0px 0px;

	border:1px solid #000;
}

#product-info #product-content {
	width:425px;
	
	padding:25px 0px 0px 0px;
	
	line-height:15px;
	
	float:left;
}

#product-info #product-content .title {
	font-size:18px;
	
	margin:0px 0px 20px 0px;
}

#product-info #product-content .description {
	min-height:245px;
	
	margin:0px 0px 20px 0px;
}

#product-info #extra-info {
	width:75%;
}

#product-info #product-content #buy-box {
	width:225px;
	height:165px;
	
	margin:0px 0px 0px 0px;
}

#product-info #product-content #buy-box .relative {
	width:100%;
	height:100%;
}

#product-info #product-content #buy-box .background {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:100%;
	
	z-index:0;
}

*html #product-info #product-content #buy-box .background {

}

#product-info #product-content #buy-box .content {
	position:relative;
	
	width:76%;
	height:76%;
	
	padding:12%;
	
	z-index:10;
}

#product-info #product-content #buy-box .content .indent {
	display:block;
	
	width:100px;
	
	font-weight:bold;
	
	float:left;
}

#product-info #product-content #buy-box .content label {
	display:block;
	
	width:100px;
	
	font-weight:bold;
	
	float:left;
}

#product-info #product-content #buy-box .content .textfield {
	text-align:center;
	
	border:1px dotted #BE9E56;
	background:url(../images/suchebg.jpg) repeat-x;
	
	float:left;
}

.row {
	margin:10px 0px;
}

#product-info #product-content .price {	
	margin:10px 0px 10px 0px;
	
	font-weight:bold;
	font-size:12px;
}

/* Shopping Cart */

#shopping-cart-content{
	width: 100%;
}

#shopping-cart-content .cart-table-header {
	padding:5px 0px;

	background:#BE9E56;
}

#shopping-cart-content .heading-cart {
	margin:15px 0px;
	
	font-size:1.5em;
	font-weight:bold;
}

#shopping-cart-content .info-message{
	display: none;
}

.info-message{
	clear: both;
}

.text-qty{
	float: left;
	width: 100px;
	
	font-weight:bold;
}

.text-article{
	width: 120px;
	float: left;
	
	font-weight:bold;
}

.text-single{
	width: 110px;
	float: left;
	
	font-weight:bold;
}

.text-total{
	width: 110px;
	float: left;
	
	font-weight:bold;
}

.text-remove {
	width: 90px;
	float: left;
	
	font-weight:bold;
	text-align:right;
}

/* Beide Werte proportional ändern um den Abstand zwischen Bild und die Produktdaten zu ändern. */

.image_spacer{
	width: 100px;
	height: 5px;
	float: left;
}

#shopping-cart-content .image{
	width: 100px;
	float: left;
}

.products-qty {
	width: 100px;	
	float: left;	
}

.products-qty input {
	text-align:center;
	
	border:1px dotted #BE9E56;
	background:url(../images/suchebg.jpg) repeat-x;
}

.products-text {
	width: 120px;	
	float: left;	
}

.products-shipping-time {
}

.products-single-price {
	width: 110px;
	float: left;
}

.products-price {
	width: 110px;
	float: left;
}

.products-delete {
	width: 80px;
	
	text-align:right;	
	
	float: left;
}

.item-box{
	border-bottom: 1px dotted #BE9E56;
	
	margin:0px 0px 10px 0px;
	padding:10px 0px;
	
	z-index:0;
}

.item-box .image {
	position:relative;
}

.item-box .image .cart-image {
	cursor:pointer;
}

.item-box .image .cart-image-popup {
	display:none;
	position:absolute;
	top:-200px;
	left:100px;
	
	padding:15px 30px;
	
	background:#fff;
	border:1px solid #000;
}

.total-info{
	text-align: right;
	padding-bottom: 20px;
	padding-top: 10px;
}

.reload{
	float: left;
}

.checkout{
	float: right;
    
}

.back_to_shop
{
    margin-top: 5px;
    clear: both;
    float: right;
}

/* Shopping Cart ENDE */

/* Checkoutbereich - Erste Seite / Allgemein */

#account .title{
}

.login label{
	width: 100px;
	display: block;
	float: left;
	clear: left;
}

.col2 .title{
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	margin-top: 8px;
}

.col2{
	float: left;
	width: 48.5%;
}

.padding{
	padding-right: 20px;
}

/* Checkout New Account */

#account p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

#account .title{
	font-weight: bold;
	margin-bottom: 10px;
}
.account-box label{
	width: 150px;
	float: left;
	font-weight: bold;
	clear: left;
}

.account-box .address-box {
	margin:10px 0px 20px 0px;
}

.account-box input{
}

.account-box .title{
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;	
	margin-top: 10px;
}

/* Checkout eingeloggt */
#checkout .title{
	margin:15px 0px;
	
	font-size:1.5em;
	font-weight:bold;
}

.title span{
	margin-right: 10px;
}

.method-title{
	margin-right: 10px;
}

.radio-button{
	width: 30px;
}

.col3{
	float: left;
}

.checkout-box{
	margin:10px 0px 30px 0px;
}

#checkout .checkout-box .title {
	font-size:12px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	margin-top: 8px;
}

.address-label{
	float: left;
	padding-top: 10px;
}

.change-address{
	padding-top: 10px;
	text-align: right;
}

.button-continue{
	text-align: right;
}

#checkout .agb {
	position:relative;
	height:200px;
	
	padding:25px;
	
	border:1px solid #000;
	
	overflow:auto;
}

#checkout .accept {
	margin:10px 0px;
}

/* Checkout last */
#checkout {
	position:relative;
}

#mature-overlay {
	position:abosolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	
	display:none;
}

#mature-background {
	position:absolute;
	top:0px;
	left:0px;
	
	width:101%;
	height:101%;
	
	background:#fff;
}

#mature-message {
	position:absolute;
	top:25%;
	left:50%;

	width:250px;
	height:100px;
	
	padding:25px;
		
	margin:0px 0px 0px -125px;
	
	background:#fff;
	border:1px solid #BE9E56;
}

#checkout .row label {
	width: 250px;
	
	margin:0px 25px 0px 0px;

	float: left;
	
	font-weight:bold;
}

#comments{
	width: 100%;
}

.agb textarea{
	width: 100%;
}

.method-input-fields{
	position:relative;
	
	overflow:hidden;
}

.method-input-fields p{
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
}

.method-input-fields input{
	width: 150px;
}

.method-input-fields label{
	width: 120px;
	float: left;
}

.payment-module{
	margin-top: 10px;
}

.payment-title{
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.col2-small{
	width: 22px;
	float: left;
	height: 10px;
}

col2-small input{
	padding: 0px;
	margin: 0px;
}

.col2-wide{
}

/* Checkout - Bestätigung / Auflistung */
.total-info{
	text-align: right;
}

.total-info table{
	width: 100%;
}

.main_product{
	font-weight: bold;
}

.main_product_tr{
	border-bottom: 1px dotted #ccc;
}

/* Statusbar */

.statusbar{
	position:relative;

	width: 100%;
	height:40px;
	text-align: center;
	
	background:url(../images/checkout-status-bg.jpg) no-repeat 15px top;
}

.statusbar .checkout-shopping-cart {
	position:absolute;
	top:-15px;
	left:0%;
	
	width:42px;
	height:36px;
	
	background:url(../images/checkout-shopping-cart.png) no-repeat left top;
}

.statusbar .status1 {
	left:10%;
}

.statusbar .status2 {
	left:35%;
}

.statusbar .status3 {
	left:60%;
}

.current{
	font-weight: bold;
}

.col4{
	width: 24.8%;
	float: left;
	text-align: center;
	margin-top: 32px;
}

#account #login {
	width:100%;
}

#account .guest-login {
	margin:25px 0px;
}

/* Kontaktformular */

#kontaktformular table td {
	padding:5px 10px 5px 0px;
}

#kontaktformular .invalid {
	border:1px solid red !important;
}

#kontaktformular .messageBox .invalid {
	width:auto;
	font-size:0.8em;
	border:none !important;
	font-style:italic;
}

#kontaktformular label {
	display:block;
	
	width:100px;
}

#kontaktformular .contact_text {
	width:226px;
	height:18px;
	
	margin:0px;
	padding:2px;
	
	border:1px solid #4a5358;
}

#kontaktformular .contact_input_size1 {
	width:155px;
}

#kontaktformular .contact_input_size2 {
	width:55px;
}

*html #kontaktformular .contact_input_size2 {
	width:55px;
}

#kontaktformular .contact_input_margin_right {
	margin:0px 5px 0px 0px;
}

#kontaktformular .contact_break {
	margin:0px 0px 5px 0px;
}

#kontaktformular .contact_textarea {
	width:296px;
	height:215px;
	
	margin:0px;
	padding:2px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	border:1px solid #4a5358;
}


#kontaktformular .zusatzinfos {
	display:none;
}

#kontaktformular .contact_submit {
	text-align:right;
}

#kontaktformular .contact_submit .input_submit {
	border:none;

	padding:3px 5px;
	
	color:#ffffff;
	font-size:12px;
	
	/*background-image:url(../images/button-bg-dark.jpg);
	background-repeat:repeat-x;*/
	background-color:#000;
}

#kontaktformular .focus {
	border:1px solid #343891;
}