* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 4246 2013-01-11 14:36:07Z Tomcraft1980 $

   modified eCommerce Shopsoftware
   http://www.modified-shop.org

   Copyright (c) 2009 - 2013 [www.modified-shop.org]
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org
   (c) 2004 XT-Commerce (stylesheet.css 1262 2005-09-30); www.xt-commerce.com

   Released under the GNU General Public License
   -----------------------------------------------------------------------------------------

   xtc5 Template & Stylesheets
   (c) 2007 Ing. Michael Fuerst, bluegate communications, http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
margin:0;
padding:0;
}
body {
font-family:'Open Sans', sans-serif;
font-size:12px;
margin:23px 0;
padding:0;
background-color:#242424;
color:#cfcdcd;
line-height:18px;
}
.reg16 {
	font-size: 16px;
	font-weight: normal;
}
.pure-g [class*="pure-u"] {
font-family:'Open Sans', sans-serif;		
}
/* HEADINGS */
h1 {
	/*
color:#cfcdcd;
font-weight:normal;
font-size:18px;
margin:20px 0 15px 0;
padding:0 0 8px;
width:auto;
border:#ccc solid;
border-width:0 0 1px 0;
*/

font-weight: normal;
color: #cfcdcd;
    vertical-align: middle;
        border: 0 none;
    font-size: 20px;
    min-height: 40px;
    line-height: 40px;

}
h2 {
color:#cfcdcd;
font-weight:normal;
font-size:16px;
margin:15px 0 8px 0;
padding:0;
}
h3 {
color:#cfcdcd;
font-weight:normal;
font-size:12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
background:transparent;
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#cfcdcd;
outline:none;
}
a:visited {
color:#cfcdcd;
outline:none;
}
a:hover, a:active {
color:#999;
outline:none;
}
a:hover {
color:#999;
outline:none;
}
a img {
border:none;
outline:none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family:Arial, Sans-serif;
font-size:12px;
color: #ccc;
}
textarea {
font-family:Arial, Sans-serif;
font-size:12px;
/*border:1px solid #666;*/
border: 1px solid #333841;
padding:10px;
/*background:url(img/input_bg.gif) no-repeat;*/
background-color: #333841;
color: #ccc;
}
select {
font-family:Arial, Sans-serif;
font-size:12px;
/*border:1px solid #666;*/
border: 1px solid #333841;
background-color: #333841;
color: #ccc;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
/*border:1px solid #666;*/
border: 1px solid #333841;
padding:2px;
/*background:url(img/input_bg.gif) no-repeat;*/
background-color: #333841;
}
input[type=radio], input[type=checkbox] {
margin: 0 3px;
background-color: #333841;
}
/* PARAGRAPH GLOBAL */
p {
margin:8px 0;
line-height: 1.35em;
font-size: 14px;
font-weight: lighter;
}
p.bildersetHead {
	margin-top: 28px;
	font-size: 16px;
	font-weight: lighter;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#4E4E4F;
}
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
div.hrproductpreview {
padding-top:1px;
height:0;
overflow:hidden;
margin:12px 0;
display:inline;
height:0;
line-height:0;
display:block;
background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
background-color:#25292f;
border:#25292f solid;
border-width:0;
margin:0 auto;
min-height: 1200px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
min-height:84px;
border-bottom:3px solid #262930;
background-image: url(img/header-bar.jpg);
background-position: left top;
background-repeat: no-repeat;
margin-bottom: 21px;
}

#wrap.isStartseite {
	background-color: transparent;
}

#wrap.isStartseite #header {
	min-height: 55px;
	border-bottom: 0;
	margin-bottom: 0;
}

div.paddedStartseite {
	background-color: #2a2c2e;
	padding: 16px;
}
div.paddedStartseite p:first-child {
	padding-top: 0; margin-top: 0;
}
div.paddedStartseite p:last-child {
	padding-bottom:0; margin-bottom: 0;
}

#wrap.isStartseite #contentwrap {
	margin-top: -3px;
}

#foyer b, #foyer strong {
	font-weight: normal;
}

#header #logo {
float:left;
margin-top:16px;
}
#header #logo a {
	position: absolute;
	width: 200px;
	height: 30px;
	display: block;
}
#header #search {
width:230px;
height:75px;
float:right;
color:#fff;
padding:30px 0 0 60px
}
#header #search a {
color:#fff;
font-size:11px;
outline:none;
}
#header td {
padding-top:1px;
padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
clear:both;
color:#c64934;
padding:1px 0 10px 15px;
list-style-type:none;
outline:none;
height:22px;
background:#fff url(img/bg_breadcrumb.gif) repeat-x;
font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
color:#333;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	float: right;
}
#topmenuwrap.startseiteTopmenu {
	float: none;
	text-align: center;	
}
#topmenu.startseiteTopmenu {
	float: none;
	text-align: center;
}
#topmenu.startseiteTopmenu li {
	width: 100%;
	display: block;
	text-align: center;
}

#topmenu {
	clear: both;
float: right;
padding:0;
margin:45px 0 0;
list-style-type:none;
min-height:36px;
font-size:15px;
}
#topmenu li {
height:36px;
float:left;
padding:0 0 0 30px;
margin:0;
background-position:right;
}
li.loggedInAs, #topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active, #menuToggle, #categoriesToggle, #moreinfosToggle, #contentToggle {
line-height:36px;
vertical-align:middle;
text-decoration:none;
outline:none;
font-weight:lighter;
cursor:pointer;
color:#cfcdcd;
margin:0;
padding:0;
}
li.loggedInAs {
	cursor: inherit;
	font-size: 12px;
	line-height: 38px;
}
li.loggedInAs span {
	font-weight: normal;
}
#topmenu a:hover {
color:#688da0;
}
#topmenuTopnav {
	float: right;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
#newCustomerLink {
	margin-left: 20px;
	color: #cfcdcd;
	text-decoration: underline;
}
#topmenu #loginLogoutBtn {
		
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	display: inline-block;
	margin-top: 8px;
	margin-right: 16px;
}

#languages a:first-child img{
	margin-right: 15px;
}

.pfeilNavi {
	text-align: right;	
}
.pfeilNavi .innerDiv {
	margin-right: 16px;
}

/* CONTENT WRAPPER */
#contentwrap {
clear:both;
padding:0;
background-color: #2b2f36;
height: 100%;
}
/* LEFT COLUMN */
#leftcol {
min-height: 100%;
height: auto !important;
height: 100%;
float:left;
background-color: #25292f;
}
/* RIGHT COLUMN */
#rightcol {
float:right;
width:200px;
padding:0 0 15px 0;
}
/* MAIN CONTENT */
#content {
float:left;
padding:0;
margin-bottom:15px;
}
#contentfull {
padding:0;
margin-bottom:5px;
}
/* CATEGORY MENU */
.cat_description_in_category h1,
.prime_uebersicht h1,
.modelle_uebersicht h1,
h2.categoryheader {
border:0;
height:40px;
font-size:20px;
padding: 0 0 0 13px;
margin:0;
line-height:40px;
vertical-align:middle;
}

.modelle_uebersicht h1.x_mod_no_inner {
	padding-left: 0;
}


h2.categoryheader a {
text-decoration:none;
outline:none;
color:#fff;
}
.modelle_bildersets_overall_h1 h1,
.cat_description_in_category h1 {
	padding-left: 0;
}
.cat_description_in_category h1 big {
	font-weight: normal;
	font-size: 20px;
	padding-left: 0;
}
/*
.modelle_uebersicht h1 {
	font-size: 16px;
	padding: 0;
	font-weight: lighter;
	height: auto;
	line-height: inherit;
	margin-bottom: 15px;
}
*/

.modelle_uebersicht .innerdiv h1 {
	font-size: 18px;	
}

.modelle_uebersicht h1 span.stronger {
	font-weight: normal;
}

/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
background:#868686 url(img/bg_boxheader.gif);
height:28px;
font-size:12px;
color:#333;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
color:#fff;
}
.boxbody {
color:#333;
background-color:#ededed;
border:solid #ccc;
border-width:0 1px 1px 1px;
padding:8px;
margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
font-size:11px;
text-align:center;
outline:none;
}
.boxbody p {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody p.center {
color:#000;
font-size:11px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
font-size:11px;
color:red
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
outline:none;
color: #333;
}
.boxbody .productboximage {
border:solid 1px #999;
padding:5px;
background:#fff;
}
.boxbody ul.contentlist {
margin-left:5px;
margin-right:0;
padding:0;
}
.boxbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.boxbody img {
  max-width:182px;
}
/* CART BOX */
h2.boxcartheader {
background:#893769 url(img/bg_boxheader_cart.gif);
height:28px;
font-size:12px;
color:#fff;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
padding:4px 8px 4px 8px;
margin-bottom:15px;
background-color:#ededed;
border:solid #ccc;
border-width:0 1px 1px 1px;
}
.boxcartbody p {
font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
padding:0;
margin:0;
}
.productPreviewContent {
vertical-align:top;
}
.productPreviewContent h2 {
padding:0;
margin:0 0 5px 0;
}
.productPreviewContent h2 a {
font-size:14px;
font-weight:bold;
outline:none;
}
/* Vorschaubilder TD mit gleichem Abstand */
/* Dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
  width:120px;
  display:block;
  vertical-align:top;
  padding:3px 15px 0 0;
}
.productPreviewImage img {
border:solid 0 #999;
}
.productPreviewContent .price {
font-size:16px;
font-weight:bold;
padding:0;
margin:0;
}
.productPreviewContent .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .stockimage {
margin:0;
padding:0;
}
.productPreviewContent .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
.productPreviewContent .productOldPrice {
font-size:12px;
font-weight:bold;
color:red;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
.productPreviewContent .shippingtime a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
display:table;
width:100%;
}
#productinfoimages {
float:left;
background-color:#ededed;
text-align:center;
width:140px;
padding:10px;
margin:0 10px 10px 0;
border:solid 1px #999;
}
#productinfoimages .productimage {
border:solid 1px #999;
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
padding:5px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin:0;
padding:0;
font-size:14px;
font-weight:bold;
}
#productinfoprice .productOldPrice {
color:red;
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .taxandshippinginfo a {
margin:0;
padding:0;
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
#productinfoprice .shippingtime {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .shippingtime a {
margin:0;
padding:0;
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
}
.productoptions {
background-color:#f8f8f8;
padding:6px;
border:solid #ccc;
border-width:1px 0 0 0;
}
.addtobasket {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
padding:15px;
background:#fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
font-family:Arial, Sans-serif;
font-size:13px;
padding:15px;
background:#fff none;
}
body.popupprintorder .products tr.header td {
font-weight:bold;
background-color:#ededed;
}
body.popupprintorder .products .total {
text-align:right;
}
body.popupprintorder .products .quantity {
vertical-align:top;
}
body.popupprintorder .productname {
vertical-align:top;
}
body.popupprintorder .model {
vertical-align:top;
}
body.popupprintorder .singleprice {
vertical-align:top;
}
body.popupprintorder .totalprice {
vertical-align:top;
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
/*
padding:15px;
background-color:#f8f8f8;
border:solid #d9d9d9 1px;
overflow:auto;
*/
}
div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
color:#cfcdcd;
padding:0 0 10px 0;
margin:0;
border:none;
font-size:16px;
}
div.highlightbox div.hr {
height:1px;
line-height:1px;
margin:0;
padding:0;
display:block;
border-bottom:solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
  background-color:#333841;
  margin-bottom:15px;
}
table.paymentblock tr td.header {
  /*background-color:#ccc;*/
  border-top: 0;

  padding:2px;
  padding-left:5px;
  color:#cfcdcd;
  font-weight:bold;
}
table.paymentblock tr#payment_worldpay td.header,
table.paymentblock tr#payment_worldpay td.header.left,
table.paymentblock tr#payment_worldpay td.header.right {
  border-bottom: 0;	
}
table.paymentblock tr td.header.left {
  border:#eee solid;
  border-width:0;
  border-top: 0;
}
table.paymentblock tr td.header.right {
  border:#eee solid;
  border-width:0;
  border-top: 0;
}
table.paymentblock tr td.payleft {
  border:#eee solid;
  border-width:0;
}
table.paymentblock tr td.payright {
  border:#eee solid;
  border-width:0;
}
table.paymentblock tr td.filler {
  background:#2b2f36 !important;
  line-height:5px !important;
}

#payment_worldpay .zahlmethode-zusatz {
	display: none;
}

/* SHIPPING TYPE SELECTION */
table.shippingblock {
  background-color:#f8f8f8;
  margin-bottom:15px;
}
table.shippingblock tr td.header {
  background-color:#ccc;
  padding:2px 2px 2px 5px;
  color:#000;
  font-weight:bold;
  border:#eee solid;
  border-width:0 1px 0 1px;
}
table.shippingblock tr td {
  vertical-align:top;
}
table.shippingblock tr td.filler {
  background:#fff !important;
  line-height:10px !important;
}
table.shippingblock tr td.description {
  width:100%;
  vertical-align:top;
  padding-left:6px;
  border:#eee solid;
  border-width:0 0 1px 0;
}
table.shippingblock tr td.freeshipping {
  width:100%;
  vertical-align:top;
  padding-left:6px;
  border:#eee solid;
  border-width:0 1px 1px 1px;
}
table.shippingblock tr td.radiobutton {
  vertical-align:top;
  white-space:nowrap;
  padding:4px;
  border:#eee solid;
  border-width:0 0 1px 1px;
}
table.shippingblock tr td.radiobutton input {
  margin:0;
  padding:0;
}
table.shippingblock tr td.price {
  vertical-align:top;
  white-space:nowrap;
  border:#eee solid;
  border-width:0 1px 1px 0;
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
font-weight:bold;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
padding:5px;
background-color:#333841;
border: none;
margin-bottom:8px;
}
table.downloadbox tr td.icon {
padding-right:15px;
}
table.downloadbox tr td.downloadlink {
width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
font-size:11px;
text-align:left;
margin-top:5px;
}
table.graduatedprice tr td.header {
font-size:12px;
font-weight:bold;
text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
font-size:14px;
background-color:#f8f8f8;
border:#333841 solid;
border-width:14px;
font-weight: lighter;
border-right: 2px;
}
table.orderdetails tr td {
	padding-bottom: 4px;
	padding-top: 4px;
}
table.orderdetails tr.headerrow td {
background-color:#ccc;
color:#555;
font-weight:normal;
}
table.orderdetails strong {
	font-weight: normal;
}
table.orderdetails tr.headerrow td.left {
text-align:left;
}
table.orderdetails tr.headerrow td.center {
text-align:center;
}
table.orderdetails tr.headerrow td.right {
text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */

#shoppingcartInner {
	margin-left: 10px;
}

table.orderdetails tr.contentrow1 td {
background-color:#333841;
vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	padding-bottom: 13px;
text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
background-color:#333841;
vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	padding-bottom: 13px;
text-align:left;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
text-align:center;
white-space:nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {

}
table.orderdetails tr td.productname table.productattributes tr td {
padding:0;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
padding-right:4px;
white-space:nowrap;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
width:100%;
}
/* ORDER DETAILS SUBTOTAL */

#insertCheckoutButton, 
#insertContinueButton {
	vertical-align: bottom;	
}


#insertCheckoutButton {
	text-align: center;
	border-right: 0;
	padding-right: 0;
	padding-left: 4px;
}
table.orderdetails tr td.subtotal {
background-color:#333841;
border:#ccc solid;
border-width:0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
background-color:#ededed;
padding:8px;
border:#999 1px solid;
}
/* REVIEW LIST */
table.reviewlist {
background-color:#333841;
border:#ccc solid;
border-width:0 1px 1px 1px;
}
table.reviewlist tr td {
padding:4px;
white-space:nowrap;
}
table.reviewlist tr.header td {
background-color:#ccc;
color:#fff;
font-weight:bold;
}
table.reviewlist tr.contentrow1 td {
background-color:#333841;
}
table.reviewlist tr.contentrow2 td {
background-color:#333841;
}
textarea#review {
width:95%;
}
/* MEDIA LIST */
table.medialist {
background-color:#333841;
border:#ccc 1px solid;
}
table.medialist tr td {
padding:6px;
vertical-align:top;
}
table.medialist tr.contentrow1 td {
background-color:#333841;
}
table.medialist tr.contentrow2 td {
background-color:#333841;
}
/* SITEMAP */
.sitemapwrap .sitemapleft {
background-color:#333841;
border:#ccc 1px solid;
display:table;
float:left;
width:235px;
margin-bottom:15px;
}
.sitemapwrap .sitemapright {
background-color:#333841;
border:#ccc 1px solid;
display:table;
float:right;
width:235px;
margin-bottom:15px;
}
.sitemapheader {
padding:3px;
background-color:#ccc;
color:#fff;
font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
color:#fff;
text-decoration:none;
outline:none;
}
.sitemapcontent {
padding:6px;
}
.sitemapcontent li {
list-style-type:none;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
width:98%;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
padding:0;
margin:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
white-space:nowrap;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
padding:0;
margin:10px 0 0 0;
border:none;
}
table.checkoutconfirmationorderdetailstotal tr td.name {
width:100%;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal tr td.value {
white-space:nowrap;
text-align:right;
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
width:100%;
}
/* CHECKOUT NAVIGATION */
#content ul#checkoutnavigation,
ul#checkoutnavigation {
margin:0;
padding:0;
margin-top:15px;
}
#content ul#checkoutnavigation li,
ul#checkoutnavigation li {
height:60px;
list-style-type:none;
float:left;
width:189px;
margin-right:16px;
border:solid 1px;
padding:8px;
margin-bottom: 5px;
}
ul#checkoutnavigation li:last-child {
	margin-right: 0;
	
}
ul#checkoutnavigation li.active {
background-color:#515762;
}
ul#checkoutnavigation li.active .number {
font-size:14px;
font-weight:normal;
}
ul#checkoutnavigation li.active .title {
font-size:14px;
font-weight:normal;
}
ul#checkoutnavigation li.active .description {
font-size:11px;
}
ul#checkoutnavigation li.inactive {
color:#999;
background-color:#333841;
border-color:#999;
}
ul#checkoutnavigation li.inactive .number {
font-size:14px;
font-weight:normal;
}
ul#checkoutnavigation li.inactive .title {
font-size:14px;
font-weight:normal;
}
ul#checkoutnavigation li.inactive .description {
font-size:11px;
}
/* ERROR MESSAGES */
.errormessage {
	color: #000;
border:solid red 2px;
padding:15px;
background-color:#FFD6D6;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#6f6;
}
/* FOOTER */
.footer {
clear:both;
text-align:center;
font-size:11px;
color:#666;
background-color:#E2E2E2;
padding:8px;
margin-bottom:5px;
border-bottom:2px solid #ccc;
}
.footer a {
color:#666;
text-decoration:underline;
outline:none;
}
/* COPYRIGHT */
.copyright {
margin:0 auto;
max-width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
display:none;
}
.copyright a {
  text-decoration:none;
}
/* MODIFIED STYLE */
span.cop_magenta {
  color:#B0347E;
}
span.cop_grey {
  color:#6D6D6D;
}
/* ParseTime */
.parseTime {
display:none;
margin:0 auto;
max-width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
display:block;
height:auto;
width:512px;
float:left;
margin-bottom:2px;
}
.morepics img {
border:#999 1px solid;
padding:4px;
margin-right:8px;
background:#fff;
height:100px;
width:auto;
float:left;
margin-bottom:8px;
}
/* BESTELLER BOX mit Bildern in DL DT Liste */
dt {
  float:left;
  width:40px;
}
dt img {
  border:1px solid #ccc;
  padding:2px;
  background:#fff;
  max-width:40px !important;
}
dd {
  float:right;
  width:125px
}
td.productPreviewContent {
width:400px;
text-align:left;
}
/* Tomcraft - 2009-09-22 - FIX DER AUFZ�HLUNGEN IM CONTENT */
#content ol, #content ul {
  margin:10px 0 10px 14px;
}
/* Tomcraft - 2009-09-22 - FIX DER AUFZ�HLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
  margin:10px 0 10px 186px;
}
/* SEARCHBOX */
.search_header {
line-height:normal;
}
/* Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
border-top:1px solid #ccc;
}
/* Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
width:98%;
height:100px;
overflow:auto;

/*
background:url(img/input_bg.gif) no-repeat;
border:1px solid #666;*/
background-color: #333841;
border: 1px solid #333841;
}
.innerAGB {
background-color: #333841;
	padding: 10px;	
}
/* web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
ol#address_block, div.agbframe ol, div.agbframe ul  {
margin-left:30px;
}
/* web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK f�r TABS/ACCORDION in product_info */
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
}
#tabbed_product_info .morepics {
background-color:#ededed;
padding:6px;
border-width:1px 0 0 0;
width:512px;
margin-bottom:17px;
}
/* web28 - 2010-07-25 - FIX DER AUFZ�HLUNGEN IM CONTENT  f�r TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
/* h-h-h - 2011-05-15 - MOUSE POINTER FOR PRODUCTOPTIONS RADIO BUTTON TEXT */
.productoptions label {
  cursor: pointer;
}
/* h-h-h - 2011-08-28 - DEFINE GLOBAL CENTER */
.centered {
  margin: 0 auto;
}

/*address block */
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}

/*new checkout*/
div.checkout_infos{
font-size: 14px;
font-weight: lighter;
}
div.checkout_infos h2{
font-weight: normal;

}
div.checkout_infos a{
font-style:italic;
color:#009933; /*#1e3630;*/
}
div.checkout_infos div.text,p.text{
margin-top:0px;
}
h2 span.text {
	font-weight: lighter;
	font-size: 14px;
}
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}
div.checkoutInfoBoxes{
width:438px;
border: 0px solid #a3a3a3;
padding:5px;
margin-right:20px;
float:left;
}
div.checkoutInfoBoxes  a.more_info{
color: red!important;
}
div.checkoutInfoBoxesLarge{
width:910px;
border: 0px solid #a3a3a3;
padding:5px;
margin-right:0px;
float:left;
}
div.checkoutNavBoxes{
width:438px;
border: 1px solid #a3a3a3;
/*background:#F8F8F8;*/
padding:5px;
margin-right:20px;
float:left;
height:120px;
}
div.checkoutNav2Boxes{
width:100%;
margin-right:20px;
min-height: 70px;
float:left;
}
.checkoutNav2Boxes .innerDivCheckoutNav {
	
}
div.checkoutbox{
background: #333841;
font-size: 14px;
font-weight: lighter;
}
div.checkoutbox table {
}
div.checkoutbox .image{
max-width:80px;
}
div.checkoutbox td.main_row {
border-top: 1px solid #333841;
}
div.checkoutbox div.hr{
border:none;
border-top: 1px solid #333841;
color: #E3F4DA; /*wie hintergrundfarbe*/
background-color:#E3F4DA; /*wie hintergrundfarbe*/
height: 1px;
}
div.checkoutbox .details{
padding: 0 12px 0 0; 
background: url(img/external.gif) no-repeat 100% 0px;
color: #000;
font-weight: lighter;
}
div.checkoutbox .total table td {
padding:0px;
}
div.checkoutbox .small{
font-size: 11px;
}
div.checkoutbox .headerrow td {
	background: #333841;
	border-bottom: 1px solid #ccc;
}
div.checkoutbox .total table td,
div.checkoutbox td {
	padding: 3px;		
}

div.checkoutbox a:link, div.checkoutbox a:visited {
	color: #efefef;
}

/************************************************
www.Janolaw.de
http://www.janolaw.de
BASIC Template for AGB Hosting Content
************************************************/
/* janolaw BOF */
.janolaw-absatz {
	font-size: 12px;
	margin: 8px 4px 4px 8px;        
}
.janolaw-paragraph {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 16px 4px 4px 8px;
}
#janolaw-paragraph {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 16px 4px 4px 8px;
}
.janolaw-text {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
.janolaw-adress {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
.janolaw-block {
	font-size: 12px;
	margin: 8px 4px 4px 8px;
}
#janolaw-footer{
}

#janolaw-body{
}
/* janolaw EOF */
#logo h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #7c7c7c;
	font-size: 14px;
	position: relative;
	top: -12px;	
	letter-spacing: 1.5px;
}

#adminbox {
	margin-top: 200px;	
}

#adminbox h2.boxheader {
	background: #2b2f36;
	color: #cfcdcd; 
}
#adminbox .boxbody a {
	color: #cfcdcd; 
}
#adminbox .boxbody {
	color: #cfcdcd;
	background: #25292f;
	border: 1px solid #2b2f36;
}


#contentBox,
#infoBox {
	margin-top: 70px;
	padding-left: 19px;
}
#contentBox {
	margin-top: 20px;
}

#contentBox h4,
#infoBox h4 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

#contentBox ul,
#infoBox ul {
	padding-top: 4px; 
	margin-top: 0;
	list-style-type: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: lighter;
}
#contentBox ul li,
#infoBox ul li {	
	margin-top: 4px;	
	font-size: 14px;
}
#contentBox ul li a strong,
#infoBox ul li a strong {
	font-weight: lighter;
}

div#categorymenu ul {
	clear: both;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 13px 0 0 0;
	font-size: 16px;	
}
div#categorymenu ul li {
	margin-bottom: 10px;
}
div#categorymenu ul li.level1 a {
	font-weight: lighter;
	display: block;
	padding-left: 19px;
	background-image: url(img/navHeadBg.png);
	line-height: 24px;	
}
div#categorymenu ul li.level1 li a {
	background-image: none;	
}
div#categorymenu ul li ul {
	padding-left: 14px;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 4px;
}
div#categorymenu ul li ul li {
	margin-bottom: 6px;
}
div#categorymenu ul li ul li ul {
	font-size: 14px;
}

#boxSearch {
	vertical-align: middle;
	display: block;
	height: 30px;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 19px;
}
#boxSearch input[type=text] {
	margin-left: 0px;
	border: 0;
	background: #40444f;
	width: 136px;	
	height: 16px;
	margin-right: 5px;
}
#boxSearch input[type=image] {
	vertical-align: bottom;
	display: none;
}
.modell_uebersicht {
	background-color: #333841;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}
.cat_description_in_category p:first-child,
#content h1:first-child,
.modell_uebersicht:first-child {
	margin-top: 0;
}
.modelle_listing .modell_uebersicht {
	margin-bottom: 13px;
}
.modell_uebersicht h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	padding-top: 0;
	margin-top: 0;
}
.modell_uebersicht .pure-u-md-5-24 .innerdiv {
	padding-left: 0px;
}
.modell_uebersicht .pure-u-md-19-24 .innerdiv {
	padding-left: 13px;	
}

.modell_uebersicht .pure-u-md-9-24 .innerdiv {
	padding-left: 16px;
	padding-top: 13px;
	padding-right: 16px;
}

.listing_desc {
	max-width: 450px;
	font-size: 14px;
	font-weight: lighter;
	min-height: 64px;
}
.cat_desc {
	max-width: 752px;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cat_description {
	font-size: 14px;
	font-weight: lighter;
}

.in_cart_button_grafik {
	margin-bottom: 5px;
	padding: 2px 5px;
	padding-right: 14px;
	margin-left: -5px;
	display: inline-block;	
}

.in_cart_button,
a.button {
	width: 160px;
	margin-bottom: 5px;
	padding: 2px 5px;
	margin-left: -5px;
	display: inline-block;
	font-size: 15px;
	background-color: #4b5362;
}
.in_cart_button,
a.button.see_more {
	margin-left: 0;
	width: auto;
}
a.see_more {
	float: right;
	padding-top: 12px;
}
.cat_description_2,
.blue_button_link {
	font-size: 16px;
	font-weight: normal;
}
.cat_description .blue_button_link {
	line-height: 24px;
	font-size: 14px;
}
.previewGalleryLink {
	font-size: 18px !important;
}

.in_cart_button {
	border: 0;
	color: #e4e4e6;
	font-family: "Open Sans",sans-serif;
}
.in_cart_button:hover {
	color: #688da0;
}
.modelle_listing h3 {
	font-size: 18px;
	font-weight: lighter;
	padding-top: 10px;
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 6px;
}
.modelle_listing h2 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}
.modelle_listing h3.bildersetsHeading {
	padding-left: 17px;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.prod_desc {
	font-size: 14px;
	max-width: 500px;
	padding-top: 1px;
	padding-bottom: 10px;
	font-weight: lighter;
}

.sortbox {
	font-size: 11px;
	margin-left: 19px;
}
div#categorymenu ul li.level1 .sortbox a,
.sortbox a {
	margin-left: 0;
	background-image: none;
	display: inline-block;
}

.galerieoverview h2, 
.galerieoverview a {
	font-size: 14px;
	font-weight: lighter;	
}


.product_detail_infos {
	font-size: 14px;
	max-width: 600px;
}
.taxinfo { font-size: 12px; }

.product_detail_view {
	text-align: left;
	margin-bottom: 15px;
}
.pInfoTopWithBg {
	background: #333841;
}
.product_detail_view .inner_detail_div {
	margin-left: 15px;
}
.productAbbildung {	
	padding-top: 15px;
}

.zipinfos, .priceandtaxinfos {
	padding-top: 6px;
}

.priceandtaxinfos span.innerspan {
	margin-left: 20px;
}

.product_detail_view h2 {
	font-size: 18px;
	font-weight: normal;
}
.product_detail_view h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 16px;
	font-weight: lighter;	
}

.paddedH3Modell {
	margin-left: 39px;
}

.pfeil {
	vertical-align: top;
}
.pfeil_rechts {
	margin-left: 15px;
}
.pfeil_links {
	margin-right: 15px;
}

.footer_contentbox {
	float: right;
	margin-top: 150px;
}
.footer_contentbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_contentbox ul li {
	float: left;
	margin-left: 20px;
}
#maincontent_start {
	font-size: 16px;
	font-weight: lighter;
}
.productVorschauImage {
	max-width: 210px;
	display: block;
}
.model-uebersicht-img {
	float: right;
}
.pushedIn,
#shopcontent,
#foyer {
	padding-left: 17px;
}
.pushedIn,
#foyer,
#shopcontent {
	padding-right: 16px;
}
#foyer p {
	font-size: 14px;
	font-weight: lighter;
}
#foyer p:first-child {
	margin-top: 0; padding-top: 0;
}
.weitere_sets_dl {
	font-size: 14px;
}

.pInfoModellH3 {
	padding: 0;
	margin:0 ;
}
.pInfoNaviArea {
	padding-top: 12px;
}
span.pInCart {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #333;
	border: 1px solid #666;
	border-radius: 20px;
	font-size: 9px;
	position: relative;
	top: -10px;
	left: -3px;	
}
.innerDescriptionForIntro,
.prime_uebersicht .cat_description,
.modelle_uebersicht h1 span.stronger,
.cat_desc_in_bilder-listing,
.cat_description_in_category,
.modell-introduction .cat_desc {
	padding-left:16px;
}
.innerDescriptionForIntro {
	padding-top: 3px; margin-bottom: 11px
}
.product_detail_view h3 {
	margin-top: 8px;
}
.prime-lounge-subkat {
	margin-bottom: 16px;
}
.isStartseite #header {
	cursor: pointer;
}

#contact_us input[name=vvcode] {
	width: 234px;
	height: 46px;
}
#contact_us textarea {
	width: 420px;
	height: 280px;
}
.search_error h1,
.search_desc {
	font-weight: normal;
	font-size: 18px;
}
.chosenPaymentMethod {
	background: #333841;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

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

#continueButton, 
#checkoutbutton {
	display: none;
}

#cart_quantity .productattributes .value {
	text-align: right;
}

#maincontent_start .paddedStartseite p,
#content p {
	letter-spacing: 0.03em;	
}


.width-2-3 { max-width: 66%; display: inline-block; }
.width-1-3 { max-width: 33%; display: inline-block; }
.width-1-2 { max-width: 50%; display: inline-block; }

@media screen and (max-width: 1024px) {
	#categorymenu {
		margin-bottom: 10px;
	}
	/*
	#categorymenu li {
		float: left; 
		width: 200px;
		margin-right: 22px;
	}
	#infoBox {
		margin-top: 0;
	}
	*/
	
}

@media screen and (min-width : 1023px)  {
	.coInfoText,
	.coButtons,
	.confirmationOverview,
	div.checkoutNav2Boxes,
	.paymentblock {
		width: 653px;
	}
	.confirmationOverview {
		width: 627px;
		padding: 13px;
	}
	
	
	#contentfull,
	#contentwrap,
	#wrap {	
		width:1023px;
	}
	#contentwrap {
		min-height: 1200px;
	}
	#content {
		margin-left: 0px;
		width: 787px;
	}
	#leftcol {
		width: 234px;
		padding:0 0 40px 0;
		margin-right: 2px;
	}
	.model-uebersicht-img {
		width: 625px;
	}
	.product_detail_view {
		position: relative;
		height: 170px;
	}
	.product_detail_view .inner_detail_div {
		margin-left: 0;
	}
	.product_detail_view {
		margin-bottom: 18px;	
	}
	.productAbbildung {
		padding-top: 0;
	}
	.cartbutton {
		text-align: right;
	}
	.cartbutton .in_cart_button {
		margin-right: 16px;
	}
	.product_detail_infos {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.modell_uebersicht .pure-u-md-19-24 .innerdiv {
		padding-left: 16px;
	}
	
	.modelle_uebersicht.modelle_listing .pure-u-md-17-24 .innerdiv,
	.modelle_uebersicht.modelle_listing .pure-u-md-7-24 .innerdiv {
		padding-right: 16px;
	}
	#contentwrap {
		background-image: url(img/overallBG.png);
	}
	
	.isStartseite #contentwrap {
		background-image: none;
		background-color: transparent;
	}

	.pInfoImageThumb {
		width: 226px;
	}
	.product_detail_view {
		padding-right: 3px;
	}
	.pfeilNavi {
		margin-top: 15px;
	}
		
	.pfeilNavi .innerDiv {
		margin-right: 13px;
	}
	.in_cart_button {
		width: 150px;
	}
	
}
#contentToggle,
#moreinfosToggle,
#categoriesToggle,
#menuToggle {
	display: none;
	float: left;
	text-align: center;
}

@media screen and (max-width : 767px) {
	#wrap {
		border-width: 0 15px 15px;
	}
	#header {
		margin-bottom: 0px;
	}
	#topmenuwrap {
		margin-top: 45px;
		width: 100%;
	}
	#contentToggle,
	#moreinfosToggle,
	#categoriesToggle,
	#menuToggle {
		display: block;
		width: 100%;
		font-size: 18px;
	}
	#contentToggle.toggleClick,
	#moreinfosToggle.toggleClick,
	#categoriesToggle.toggleClick,
	#menuToggle.toggleClick{
		/*border-bottom:1px solid #d9d9d9;*/
	}
	#contentBox h4,
	#contentBox,
	#infoBox h4,
	#infoBox,
	#categoryDisplayed,
	#topmenu {
		display: none;
	}
	#topmenu {
		margin-top: 0;
	}
	#topmenu li, #topmenu li a {
		
	}
	
	.isStartseite #topmenu {
		display: block;
	}
	
	#contentBox,	
	#contentToggle {
		margin-bottom: 50px;
	}
	#contentToggle.toggleClick,
	#moreinfosToggle.toggleClick {
		margin-bottom: 0;
	}
	#contentBox.menuOpen,
	#infoBox.menuOpen,
	#categoryDisplayed.menuOpen,
	#topmenu.menuOpen {
		height: 100%;
		width: 100%;
		display: block;
	}
	#contentBox.menuOpen ul,
	#infoBox.menuOpen ul {
		padding-left: 0;
		padding-top: 10px;
	}
	#contentBox.menuOpen li,
	#infoBox.menuOpen li,
	#categoryDisplayed.menuOpen li,
	#topmenu.menuOpen li {
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	#categorymenu {
		clear: both;
		padding-top:25px;
	}
	div#categorymenu ul li ul {
		padding-left: 0;
	}
	#quick_find {
		text-align: center;
	}
	#boxSearch {
		margin-left: auto;
	}
	#added_to_cart {
		text-align: left;
	}	
}

@media screen and (max-width : 1168px) {
	.modelle_uebersicht.modelle_listing .pure-u-md-7-24 .innerdiv {
		padding-right: 16px;
	}
}

@media screen and (max-width : 568px) {
	#insertContinueButton a,
	#insertCheckoutButton a,
	#cart_quantity .productattributes td.attribute {
		display: none;
	}

	#continueButton, 
	#checkoutbutton {
		display: block;
	}
	#continueButton {
		float: left;
	}
	#checkoutbutton {
		float: right;
	}

	#cart_quantity .productattributes .value {
		text-align: left;
	}	
	.product_detail_view .inner_detail_div {
		margin-left: 0;
		margin-top: 15px;		
	}
	.zipinfos, .priceandtaxinfos {
		margin-bottom: 10px;
	}
	#logo img {
		width: 100%;
	}
	#logo h2 {
		font-size: 10px;
		letter-spacing: 0.6px;
	}
	#contentBox, #infoBox,
	#topmenu li {
		padding-left: 0;
	}
	.in_cart_button_grafik,
	.priceandtaxinfos span.innerspan {
		margin-left: 0;
	}
	
	.pfeilNavi .innerDiv {
		margin-right: 0;
	}
	.zipinfos,
	.priceandtaxinfos,
	.cartbutton,
	.pfeilNavi {
		text-align: center;
	}
	#added_to_cart {
		text-align: left;
	}	
}

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#added_to_cart {
	position: fixed;
	top: 0;
	left: 0;
	background: #999;
	text-align: center;
	height: 35px;
	width: 100%;
	border-bottom: 4px solid brown;
	color: #000;
}

#emergency_msg {
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
} 

