.clear {
  float: none;
  clear: both;
}

body {
  background: #ffffff;
  font-family: Thonburi, Arial;
}

a {
  text-decoration: none;
}

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#main {
  position: absolute;
  z-index: 50;
  width: 100%;
}

#flamme {
  position: fixed;
  bottom: 0;
  right: 0;
}

#socialmedia {
  position: fixed;
  top: 10px;
  right: 10px;
}

#bgnav {
  position: fixed;
  top: 11px;
  right: 120px;
  color: #ffffff;
  font-size: 10px;
  font-family: Thonburi, Arial;
  text-align: right;
}

#bgnav a {
  color: #ffffff;
  font-size: 10px;
  font-family: Thonburi, Arial;
  text-decoration: none;
}

#bgnav ul {
  margin: 0;
  padding: 0;
  display: none;
  z-index: 61;
}

#bgnav ul li {
  list-style-type: none;
  cursor: pointer;
}

#navigation {
  position: fixed;
  top: 252px;
  left: 50px;
  background: url(../images/navi-bg.png);
  background-size: 100%;
  -webkit-background-size: 100%;
  min-height: 157px;
  width: 195px;
  z-index: 5;
}

#navigation ul {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#navigation ul ul {
  margin-left: 0;
  padding-left: 11px;
}

#navigation ul li {
  list-style-image: url(../images/arrow.png);
}

#navigation ul ul li {
  list-style-image: url(../images/arrow-sub.png);
}

#navigation ul li a {
  color: #e2e2e2;
  font-size: 9px;
  font-family: Thonburi, Arial;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
}

#navigation ul ul li a {
  /* color: #59554f; */
  color: #ffffff;
}

#navigation ul li.active {
  list-style-image: url(../images/arrow-active.png);
}

#navigation ul li.active a {
  color: #ea5b0c;
}

#navigation ul ul li.active a {
  font-weight: bold;
}

#navigation .form-search {
  font-size: 10px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 28px;
}

#navigation .form-search input {
  font-size: 10px;
  height: 10px;
  min-width: 135px;
}

#navigation .form-search label {
  color: #7b7b7a;
}

#navi-top {
  position: fixed;
  top: 0;
  left: 50px;
}

#claim {
  position: fixed;
  top: 115px;
  left: 250px;
}

#content {
  width: 750px;
  height: 450px;
  position: fixed;
  top: 70px;
  left: 285px;

  color: #ffffff;
  font-size: 11px;
  font-weight: normal;

  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

#content #headline, #content .page-title {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  background-color: #ea5b0c;
  text-transform: uppercase;
  padding-left: 15px;
}

#content .page-title h1 {
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

#content #intro {
  background: rgb(37, 33, 30);
  background: rgba(37, 33, 30, 0.8);

  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

#content #body, #content form, #content .std {
  background: rgb(37, 33, 30);
  background: rgba(37, 33, 30, 0.8);

  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0px;
  height: 300px;
  width: 100%;
  background: url(../images/ah_footer_verlauf.png);
  z-index: -1;
}

#footer #copyright {
  float: left;
  padding-top: 150px;
  padding-left: 47px;
}

#footer #information {
  float: left;
  padding-top: 192px;
  padding-left: 80px;
}

#footer #kontakt {
  float: left;
  padding-top: 192px;
  padding-left: 50px;
}

#footer #weltkarte {
  float: left;
  padding-top: 193px;
  padding-left: 45px;
}

#footer #langselect {
  float: left;
  padding-top: 192px;
  padding-left: 45px;
}

#footer .header {
  color: #4b4845;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

#footer ul {
  padding: 0;
  margin: 0;
}

#footer ul li {
  list-style-type: none;
  line-height: 9px;
}

#footer ul li a {
  color: #8c8a88;
  font-size: 8px;
}

/* product list */
.productpreview {
  min-height: 150px;
  width: 700px;
  background-color: #ffffff;
  background-image: url(../images/bgproduct.png);
  background-size: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.productpreview .productimage {
  float: left;
}

.productpreview .productdesc {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 380px;
  color: #4b4845;
}

.productpreview .productdesc .productheadline {
  line-height: 25px;
  width: 525px;
  font-weight: bold;
  background: url(../images/productheadlinebg.png);
}

.productpreview .productdesc .productheadline a {
  color: #ea5b0c;
  /* color: #4b4845; */
  font-size: 13px;
  text-transform: uppercase;
}

.productpreview .productdesc .productheadline .sku {
  float: right;
  margin-right: 50px;
}

.productpreview .productdesc .producttext {
}

.producttext a {
  color: #4b4845;
  text-decoration: underline;
  font-size: 12px;
}

.cart ul {
  padding-left: 0;
}

.cart ul li {
  list-style-type: none;
}

.cart .product-name h2 {
  color: #ffffff;
}

.cart a, .opc a {
  color: #ffffff;
  text-decoration: underline;
}

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { list-style-type: none; float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li img { border: none; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:0px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:left; width: 450px; }
.product-view .product-shop .short-description { margin: 0; margin-left: 10px; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:0; }
.product-view .product-shop form { margin: 0; margin-left: 10px; padding:0; }

.clear, .clearer {
  float: none;
  clear: both;
}

.langselect_footer {
    width: 30em;
}

.langselect_footer li {
    float: left;
    width: 10em;
}

