body {
  background: white url(banner.png) left top repeat-x;
  color: black;
}
.pageContainer {
 /* max-width: 1180px;*/
}

/* -- Header -- */
.header {
  height: 150px;
  /*background: transparent url(banner.png) left top repeat-x;*/
  margin: 0pt 0px;  
}
.header .logo {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 520px;
  height: 124px;
  background: transparent url(logo_en.gif) 0px 0px no-repeat;
}
/*.langDE .header .logo {
  background: transparent url(logo_de.gif) 0px 0px no-repeat;
}
.langEN .header .logo {
  background: transparent url(logo_en.gif) 0px 0px no-repeat;
}*/
.header .headNavi {
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}
.header .headNavi2 {
  /*top: 54px;*/
  top: 76px;
  right: 170px;
}
.header .headNavi .button {
  width: 141px;
  height: 22px;
  border: #4A452A 1px solid;
  /*background: white;*/
  text-align: center;
  margin: 10px 0px 0px;
  padding: 2px 0px;
}
.header .headNavi .small {
  font-size: 13px;
  line-height: 22px;
}
.header .headNavi .active {
  /*background: #cdf;*/
  color: black;
}
.header .headNavi .button:hover {
  /*background: #cdf;*/
}
.header .headSearch {
  position: absolute;
  top: 65px;
  left: 125px;
  width: 800px;
  height: 40px;
  margin: 20px 0px 0px 30px;
  color: black;
  z-index: 1;
}
.header .headSearch .quicksearch .error,
.header .headSearch .quicksearch .error * {
  display: inline;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  color: red;
}

/* -- Navigation -- */
.navigation {
  float: left;
  width: 143px;
  margin: 0px 0px 0px 20px;
  /*background: #BFBFBF url(navi_bottom.gif) bottom left no-repeat;*/
  background: #BFBFBF;
}
.navigation .navi_top {
  /*background: transparent url(navi_top.gif) top left no-repeat;
  width: 143px;
  height: 7px;*/
}
.navigation ul {
  list-style: none outside;
  margin: 0px 0px 10px 0px;
}
.navigation ul * {
  font-size: 11pt;
  font-weight: bold;
}
.navigation li {
  text-align: left;
  margin: 5px 0px 0px;
  padding: 0px 0px 0px 20px;
  text-indent: -15px;
}
.navigation li.level0:hover {
  /*background: #cdf;
  background: white;*/
}
.navigation li.active {
  /*background: #cdf;
  background: white;*/
  color: inherit;
}
.navigation li.level1 {
  border: none;
  text-align: left;
  margin: 0px 0px 0px;
  padding: 0px 2px 0px 20px;
  text-indent: 0px;
}
.navigation li.level1 * {
  font-size: 13px;
  font-weight: normal;
}
.navigation li a {
  display: block;
}
.navigation .cartInfo p {
  font-size: 12px;
  text-align: center;
}

/* -- Content -- */
.content {
  margin: 0px 175px 0px 185px;
  padding: 0px;
}

/* -- Recommendations -- */
.recommendations {
  float: right;
  width: 141px;
  margin: 0px 15px 0px 0px;
}
.recommendations .item {
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  background: #BFBFBF;
  color: black;
  /*border: #4A452A 1px solid;*/
}

/* -- Footer -- */
p.hint {
  font-size: 13px;
  text-align: center;
  margin: 12px 12px 6px;
}
p.navigate {
  font: 13px Verdana, Tahoma, Helvetica, Sans-Serif; 
  border-top: #4A452A 1px solid;
  text-align: center;
  margin: 6px 6px 12px;
  padding-top: 5px;
}
p.shopInfo {
  font: 11px Verdana, Tahoma, Helvetica, Sans-Serif; 
  text-align: center; 
  color: #997;
  background: inherit;
}
p.shopInfo a {
  color: #664;
  background: inherit;
}
