body {
	background: url(../images/bg.jpg) no-repeat center center fixed; 	
	background-size: cover;
	background-attachment:fixed;
	background-repeat:repeat;
}

.body .container {
    background-color: #f5f5e5;}

.footer {
	margin:0px 0px 0px 0px;
	background-color: #f5f5e5;
}

#footerRight {
	margin:8px 6px 0px 0px;
	text-align:center;
	font-size:10px;
}

.vm-product-descr-left {
  text-align:left;
}

.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
    text-align: left;
}

.vm-product-container .vm-product-media-container {
 text-align: left;
  margin-bottom: 15px;
}

.vm-product-container .vm-product-media-container {
	margin:8px 6px 0px 0px;
  	float: left;
  	width: 30%;
}

/* Navigation (Menü) */
.nav-pills >li >a {
	color: #000000;
}

/* use image for add to cart button */
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	background: url(/images/cart.png) center no-repeat transparent;
	border: none;
	color: transparent !important;
	width: 125px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover {
	background-position: center;
}

/* Schrift Hervorhebung */
.redbold {
	color:#c20617;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	margin:0px 0px 5px 0px;

}

/* Terminanfrage */
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5e5;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5e5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

