body
  {
  background-color: #060709;
  background-image: url(../img/bg.jpg);
  background-position: center 0;
  background-attachment:fixed;
  font-family: Arial;
  font-size: 13px;
  margin:0px;
  }

  #container
  {
  position: absolute;
  left: 50%;
  margin-left: -499px;
  width: 998px;
  border-left: 3px solid #F4F4F4;
  border-right: 3px solid #F4F4F4;
  }

  #head
  {
  width: 1000px;
  height: 117px;
  }

  #left-info
  {
  width: 222px;
  float:left;
  }

  #right-product
  {
  width: 740px;
  height: 600px;
  float: right;
  padding-top: 17px;
  }

  #info
  {
  background-image: url(../img/info_middle.png);
  background-repeat: repeat-y;
  width: 680px;
  line-height: 1.4;
  padding: 0 20px;
  }

  #info a
  {
  color: #000;
  text-decoration: none;
  }

  #catalog
  {
  background-image: url(../img/info_middle.png);
  background-repeat: repeat-y;
  width: 720px;
  height: 1030px;
  }

  #infobox-shop, #infobox-versand, #infobox-mwst
  {
  width: 222px;
  height: 69px;
  margin: 18px;
  }

  #infobox-kaffee
  {
  width: 192px;
  margin: 18px;
  padding:50px 15px 15px 15px;
  line-height: 1.3;
  }

  #infobox-impressum
  {
  width: 192px;
  margin: 18px;
  padding: 15px;
  }

  #infobox-automaten
  {
  width: 222px;
  margin: 18px;
  }

  #infobox-kaffee a, #infobox-impressum a
  {
  color: #000;
  }

  #p1, #p2, #p3
  {
  background-image: url(../img/product.png);
  width: 156px;
  height: 267px;
  text-align: right;
  float: left;
  padding: 20px;
  margin: 15px 0 0 32px;
  }

  #p4, #p5, #p6, #p7, #p8, #p9
  {
  background-image: url(../img/product.png);
  width: 156px;
  height: 267px;
  text-align: right;
  float: left;
  padding: 20px;
  margin: 30px 0 15px 32px;
  }

  .titel
  {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  }

  .titel a
  {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  }

  .preis
  {
  color: #006600;
  font-size: 15px;
  font-weight: bold;
  line-height:1.7;
  }

  .artdesc
  {
  color: #666666;
  font-size: 10px;
  }

  .artdesc_b
  {
  color: #666666;
  font-size: 10px;
  line-height:1.6;
  }

  .line_small
  {
  color: #666666;
  font-size: 10px;
  line-height:0.7;
  }

  .titel_box
  {
  height: 30px;
  margin-top:10px;
  }

  .pic_box
  {
  height: 113px;
  text-align: center;
  }


/* Panel Slide */

  a:focus
  {
  outline: none;
  }

  #panel
  {
  display: none;
  }

  .slide
  {
  background: url(../img/collapse.png) no-repeat;
  }

  .btn-slide
  {
  background: url(../img/expand.png) no-repeat;
  border: 1px solid white;
  width: 122px;
  height: 16px;
  }

  .active {
  background-position: right 120px;
  }
