/* @group basics */

body,html,label,select,option {
  color: #52575F;
}
body { background: #96BFDF url(bg.png) top center repeat-x; margin: 20px 0; }

h1 {
  color: #486078;
  font-size: 20px;
  margin-bottom: 10px;
}

h2 {
  color: #4B80A7;
  font-size: 18px;
}

h3 {
  color: #8E9297
}

a {
  color: #486078;
  text-decoration: none;
  font-weight: bold;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

small {
  font-size: 11px;
  color: grey;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

form {
  display: inline;
}

input {
  padding-top: 4px;
  padding-left: 4px;
  vertical-align: bottom;
}

/* @end */

/* @group layout */

#header {
  padding-top: 0px;
  height: 130px;
  position: relative;
}
.glas { 
  background: #fff url(bg_header.jpg) no-repeat;
  height: 140px;
  width: 220px;
  z-index: 1;
  position: absolute;
  top: 0px;
  left:230px;
}

#top_navigation {
  text-align: right;
  padding-top: 2px;
}

#logo img {
  margin: 35px 0 0 25px;
}

#container_navigation {
  margin-bottom: 10px;
}

#content {
  
}

#contentheader {
  margin-bottom: 20px;
  height: 140px;
}

#pagetools {
  text-align: right;
}

#recommend_page {
  width: 920px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #feffcc;
  border-top: 1px solid #ffa500;
  border-bottom: 1px solid #ffa500;
}

#info {
  border: 2px solid red;
  background: white;
  padding: 10px;
  margin-top: 20px;
  background-color: white;
}

/* @end */

/* @group quicksearch */

#quicksearch {
  text-align: right;
}

#quicksearch form {
  
}

#quicksearch_content {
  display: inline;
}

#quicksearch input {
  height: 14px;
  background: white;
  border: 1px solid #ccc;
  font-size: 11px;
  width: 90px;
  color: #999;
}

#quicksearch input:focus, #quicksearch input:active {
  
}

#quicksearch_title {
  font-size: 12px;
  color: #b3b3b3;
  top: -1px;
  position: relative;
}

.quicksearchbutton {
  display: none;
}

/* @end */

/* @group Info Box */

.infobox {
  background: #fff url(bg_howto.png) repeat-x;
  display: block;
  margin-bottom: 20px;
}

.infobox_content {
  padding: 15px 10px 10px;
}

.infobox h4 {
  font-size: 12px;
  font-weight: bold;
  background: #fff url(bg-boxtitle.png) no-repeat;
  color: white;
  padding: 6px 0 6px 10px;
}

.infobox_content table {
  width: 100%
}
.infobox_content p { line-height: 16px;}


/* @end */




/* @group minicart */

#minicart {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

#minicart_content {
  padding: 10px 10px 10px;
  background: #33997A;
}

#minicart h4 {
  font-size: 12px;
  font-weight: bold;
  background: #fff url(bg-boxtitle.png) no-repeat;
  color: #fff;
  padding: 6px 0 6px 10px;
  border-top-color: #dd0002;
  display: block;
}
#minicart h4 a {
  color: #fff;
  text-decoration: none;
}

#minicart_content table {
  width: 100%
}

#minicart_content p { margin:0; padding:0;}

#minicart_content table th {
  width: 100px;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
}

#minicart_content table td {
  text-align: right;
  padding-bottom: 2px;
  padding-top: 2px;
}

#minicart_checkout {
  text-align: right;
  background: #fff;
}
#minicart_checkout a {
  display: block;
  background: #fff;
}

#minicart_infos {
  font-size: 10px;
  color: #CEE7DF;
  margin-top: 10px;
}

.minicart_total {
  border-top: 1px dotted #fff;
}

#minicart_checkout {
  margin-top: 5px;
  margin-bottom: 0px;
}

/*

@end */

/* @group buttons */

#quicksearch_content .button {
  padding: 3px;
  background: #e6e6e6;
  border: 1px solid #cccccc;
}

.button_clear {
  /*

generic container (i.e. div) for floating buttons */
    overflow: hidden;
  width: 100%;
}

a.button {
  background: transparent url('bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px;
  /*

sliding doo

rs padding */
    text-decoration: none;
}

a.button span {
  background: transparent url('bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none;
/*

hid

e dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px;
/*

p

ush text down 1px */
}

/* @end */

/* @group top_navigation */

#top_navigation a {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}

.topFRLink, .topFRLink:hover, .topFRLink:focus {
  background: url('flag_fr.png') no-repeat 0;
  padding-left: 24px !important;
}

.topENLink, .topENLink:hover, .topENLink:focus {
  background: url('flag_en.png') no-repeat 0;
  padding-left: 24px !important;
}

.topDELink, .topDELink:hover, .topDELink:focus {
  background: url('flag_de.png') no-repeat 0;
  padding-left: 24px !important;
}

.topPLLink, .topPLLink:hover, .topPLLink:focus {
  background: url('flag_pl.png') no-repeat 0;
  padding-left: 24px !important;
}


.topCartLink, .topCartLink:hover, .topCartLink:focus {
  color: #33997A;
  background: url('icon_basket.jpg') no-repeat 0;
  padding-left: 24px !important;
}

.topMyShortlist, .topMyShortlist:hover, .topMyShortlist:focus {
  background: url('icon_shortlist.jpg') no-repeat 0;
  padding-left: 24px !important;
}

/* @end */

/* @group main_navigation */

#main_navigation {
  background: url('bg_navmain.png') repeat-x;
  width: 100%;
  overflow: hidden;
  float: left;
  display: inline;
  line-height: 0;
}

#main_navigation ul {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#main_navigation ul li {
  display: inline;
  float: left;
  line-height: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#main_navigation ul li a {
  background: transparent;
  display: block;
  padding: 12px 13px;
  width: auto;
  color: white;
}

#main_navigation ul li a:focus,
#main_navigation ul li a:hover,
#main_navigation ul li a:active {
  color: white;
  background: url('bg_navmain_current.png') repeat-x;
}

#main_navigation ul li.current a,
#main_navigation ul li.current a:focus,
#main_navigation ul li.current a:hover,
#main_navigation ul li.current a:active {
  color: white;
  background: url('bg_navmain_current.png') repeat-x;
}

.edge-lo {
  position: relative;
  float: left;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url(edge-lo.gif);
  background-position: top left;
  bottom: -10px;
  z-index: 1000;
}

.edge-ro {
  position: relative;
  float: right;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url(edge-ro.gif);
  background-position: top right;
  bottom: -10px;
  z-index: 1001;
}

.edge-lu {
  position: relative;
  float: left;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url(edge-lu.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  top: -10px;
}

.edge-ru {
  position: relative;
  float: right;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url(edge-ru.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  top: -10px;
}

/* @end */

/* @group sub_navigation */

#sub_navigation {
  background: #eee;
}

#sub_navigation h3 {
  font-size: 12px;
  font-weight: bold;
  background: url(bg_box.jpg) no-repeat;
  color: white;
  border-top-color: #dd0002;
  padding: 2px 0 2px 15px;
}

#sub_navigation ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 5px 0;
}

#sub_navigation ul li {
  background: none;
  padding: 0;
  margin: 0;
  display: inline;
}

#sub_navigation ul li a {
  padding: 4px 0 4px 10px;
  display: block;
  text-decoration: none;
  color: #666;
}

#sub_navigation ul li a:hover,
#sub_navigation ul li a:focus {
  font-weight: bold;
  text-decoration: underline;
}

#sub_navigation ul li.current a {
  font-style: italic;
}

/*

 @end */

/* @group footer_navigation
-----------------------------------------*/

.footernavigation {
  padding-left: 20px;
}

#footer_navigation ul {
  list-style-type: none;
  border-top: 1px solid #fff;
  display: block;
}

#footer_navigation ul li {
  background: none;
  padding: 0;
  margin: 0;
  display: inline;
}

#footer_navigation ul li a {
  padding: 5px 0 5px 10px;
  display: block;
  text-decoration: none;
}

#footer_navigation ul li a:hover,
      #footer_navigation ul li a:focus,
      #footer_navigation ul li.current a {
  background: #fff;
}

/* @end */

/* @group lists */

#right ul {
  list-style-type: none;
  margin-left: 0;
  margin: 1.2em 0 0 0;
}

#right ul li {
  padding-left: 20px;
  margin-left: 12px;
  padding-bottom: .6em;
}

/* @end */

/* @group pagination */

.pagination {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.pagination_current_page {
  border: 1px solid #e4e4e4;
  padding: 2px 5px;
  margin-right: 2px;
  color: white;
  background: #e4e4e4;
}

.pagination_page a {
  padding: 2px 5px;
  margin-right: 2px;
  border: 1px solid #e4e4e4;
}

.next a, .prev a {
  padding: 2px 5px;
  margin-right: 2px;
  border: 1px solid #e4e4e4;
}

/* @end */

/* @group template: index */

body.index p {
  margin: 0;
}

#frontpage_container {
  position: relative;
}

#frontpage_container div {
  background-color: white;
  background-color: rgba(255,255,255,.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: -13px;
  margin-left: -13px;
  padding: 7px;
  line-height: 16px;
  font-size: 11px;
  color: black;
  height: auto !important;
}

#frontpage_container div a {
  font-size: 16px;
  font-weight: bold;
}

/* @end */

/* @group template: collection */



#product_list {
 width: 700px;
 overflow: hidden;
clear: both;
}
#product_list_inline {
/* width: 720px; 3-spalten */
 width: 750px;
}
#product_list ul {
 width: 100%;
 overflow: hidden;
 font-size: 0;
}

#product_list ul li {
 position: relative;
 font-size: 12px;
 background-color: transparent;
/*  width: 202px;  3-spalten */
 width: 147px;
 margin: 0 10px 10px 0;
 padding: 8px;
 display: inline-block;
 vertical-align: top;
 zoom: 1;
 *display: inline;
 height: 200px;
 text-align: center;
 -moz-border-radius: 9px;
 -webkit-border-radius: 9px;
border: 2px solid #2D4E79;
z-index:99;
}

#product_list ul li h3 {
 font-size: 12px;
 position: absolute;
 top: 140px;
 text-align: left;
 left:10px;
}

#product_list ul li:hover {
border: 2px solid #33997A;
}

#product_list ul li h3 {
  margin-top: 5px;
  font-size: 12px;
}

#product_list .collection_price {
 position: absolute;
 bottom: 8px;
 left: 8px;
 font-size: 16px;
}
#product_list .collection_price strong {
 color: #33997A;
}

.itemNew, .itemNewFeatured, .itemFeatured {
  width: 60px;
  height: 50px;
  color: #fff;
  z-index: 10;
  top: 0px;
  right: 0px;
  position: absolute;
  font-size: 1.2em !important;
  font-weight: bold;
  right: -4px;
}

.itemNew span, .itemNewFeatured span, .itemFeatured span {
  padding: 7px 0 0 0;
  display: none;
}

.itemNew {
  background: url(item_new.png) no-repeat 0px 0px;
}

.itemFeatured {
  background: url(item_featured.png) no-repeat 0px 0px;
}

.itemNewFeatured {
  background: url(item_newfeatured.gif) no-repeat 0px 0px;
}

/* @end */

/* @group template: product

emplate: product */

.product_info tr th {
  padding-right: 5px;
}

#product_description {
  margin-top: 20px;
}
#product_description ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 10px;
}

#product_description ul li {
  list-style-type: square;
  margin-left: 22px;
  padding-left: 0;
}

#product_variants {
  margin-top: 20px;
}

#product_variants div {
  margin-top: 10px;
  display: block;
  height: 50px;
}

#product_variants img {
  float: left;
}

#product_recommendations {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
}
#product_recommendations p{ height: 50px; }

.product_big_image_block {
  width: 218px;
  text-align: center;
  margin-bottom: 10px;
}

.product_small_image_block {
  width: 110px;
  float: left;
  text-align: center;
}

.product_images a {
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 20px;
  display: block;
  border: 10px solid #fff;
}

.product_images a:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 10px solid #7a848e;
  background: url(zoom.gif) no-repeat 5px 5px;
}

#product_price {
  margin-bottom: 5px;
}

/* My Comment */

#product_price strong {
  font-size: 24px;
  color: #33997A;
  font-weight: normal;
  font-style: normal;
}

/* @end */

/* @group template: cart */

.cart_table {
  width: 100%;
}

.cart_table td, .cart_table th {
  padding: 8px;
}

.cart_header th {
  background-color: #eceff1;
}

.cart_line_price {
  background-color: #eceff1;
}

.cart_line_action {
  width: 120px;
}

.cart_total {
  background-color: #486078;
  color: white;
  font-weight: bold;
}

.cart_table tr td, .cart_table tr th {
  padding-top: 10px;
}

.cart_table .cart_underline {
  border-bottom: 1px solid #808080;
}

.glow-wrapper { margin:0 auto; background: url(glow-wrapper.png) top center repeat-y;}
.glowfooter-wrapper { background: transparent url(glowfooter-wrapper.png) bottom center no-repeat; height: 20px; }
.glowheader-wrapper { background: transparent url(glowheader-wrapper.png) top center no-repeat;height: 30px; }

.mainfooter {
  background: url(bgfooter.png) top center no-repeat;
  padding-top: 80px;
  height: 140px;
  position: relative;
  color: #fff;
}
.footer_content { padding: 0 20px; }
.legal { position: absolute; right: 20px; bottom: 10px; }
.mainfooter a { color: #fff; }

.mainfooter h4 { font-size: 16px; font-weight: bold; }

.kopfzeile { position: absolute; z-index: 100; top:50px; left:430px; font-size: 20px; font-weight: normal; line-height: normal; color: #335983; }
.kopfzeile h4 { font-weight: normal; }

.startteaser { background: url(teaser-start.jpg) no-repeat; height: 240px; }
.startteaser_content { float: left; margin: 20px 540px 20px 20px; color: #335983; }

.startleft h4 { font-size: 14px; font-weight: bold; color: #335983; margin-bottom: 5px; }
.startleft { color: #335983; }

.mainfooter .grid_7 { margin-top: 20px;}

/* @end */