body
{
  background-color:       white;
  background-image:       url('img.client/bg.body.png');
  background-position:    top left;
  color:                  #444444;
  font-family:            Tahoma, Arial;
  font-size:              11px;
  margin:                 0px 0px;
}

p
{
  font-size:              11px;
}

h2
{
  color:                  #666666;
  font-size:              13px;
}

/*
 *  structure
 */

.base
{
  background-image:       url('img.client/bg.content.png');
  background-repeat:      repeat-y;
  background-position:    top left;
  padding:                0px 4px;
  margin:                 0px auto;
  width:                  892px;
}

.head
{
  background-image:       url('img.client/bg.head.jpg');
  background-position:    top left;
  height:                 170px;
  width:                  892px;
  position:               relative;
  overflow:               hidden;
}

.head .logo
{
  position:               absolute;
  top:19px;
  left: 35px;
}

.permNav
{
  float:                  left;
  margin:                 146px 0px 0px 380px;             
}

.permNav a
{
  background-image:       url('img.client/permNav.png');
  background-position:    top left;
  color:                  #56962a;     
  float:                  left;
  display:                block;
  text-align:             center;
  text-decoration:        none;
  width:                  76px;
  padding:                4px 0px 2px 0px;
}

.ProfilBox
{
  float:                  right;
  background-image:       url('img.client/bg.shoppingcart.png');
  background-position:    top left;
  margin-top:             25px;
  height:                 123px;
  width:                  196px;
}

.ProfilBox .loginBox
{
  background-image:       url('img.client/profile.png');
  background-position:    top left;
  background-repeat:      no-repeat;
  margin:                 22px 0px 0px 14px;
  padding:                0px 0px 0px 22px;
}

.ProfilBox .loginBox a,
.ProfilBox .cartBox a
{
  color:                  #56962a;
  text-decoration:        underline;
}

.ProfilBox .cartBox
{
  background-image:       url('img.client/cart.png');
  background-position:    top left;
  background-repeat:      no-repeat;
  margin:                 15px 0px 0px 14px;
  padding:                0px 0px 0px 22px;
}

.content
{
  background-color:       white;
  overflow:               hidden;
  width:                  882px;
  padding:                0px 5px;
}

.leftCol,
.rightCol
{
  background-color:       #f4f4f4;
  border-bottom:          1px solid grey;
  float:                  left;
  width:                  190px;
  overflow:               hidden;
}

.leftCol
{
  border-right:           1px solid grey;
}

.rightCol
{
  border-left:           1px solid grey;
}

.centerCol
{
  float:                  left;
  padding:                0px 15px;
  overflow:               hidden;
  width:                  470px;
}

/*
 * infoBox
 */

.infoBox,
.dynBox
{
  background:             #e7e7e7;
  padding-bottom:         10px;
}

.infoBox .heading,
.dynBox .heading
{
  background-image:       url('img.client/bg.boxleft.png');
  background-repeat:      no-repeat;
  background-position:    top left;
  background-color:       #177945;
  color:                  white;
  font-weight:            bold;
  padding:                3px 0px 4px 10px;
}

.infoBox .content,
.dynBox .content
{
  background:             transparent;
  overflow:               hidden;
  width:                  174px;
}

.infoBox .txt,
.dynBox .txt
{
  padding:                5px 5px 5px 10px;
}

.infoBox .searchInput
{
  padding:                0px 0px 0px 10px;
  margin:                 5px 10px 0px 0px;
}

.infoBox .searchInput div
{
  width:                  20px;
  float:                  right;
}

.infoBox .searchInput .input
{
  width:                  140px;
  margin:                 0px;
}

.infoBox .txt a
.dynBox .txt a
{
  color:                  #56962a;
  text-decoration:        underline;
}

/*
 * dynBox
 */ 
 

.dynBox .content
{
  background:             white;
  margin:                 5px 0px 0px 5px;
  padding:                10px;
  width:                  160px;
}

/*
 * Kategorie Navigation
 */ 

.infoBox ul#CatNavi
{
  background:             transparent;
  margin:                 0px 0px;
  padding:                0px 0px;
}

.infoBox ul#CatNavi li a
{
  border-bottom:          1px solid white;
  color:                  #666666;
}

.infoBox ul#CatNavi li a:hover,
.infoBox ul#CatNavi li a.Current,
.infoBox ul#CatNavi li a.CurrentParent
{
  color:                  #56962a;
}

.infoBox ul#CatNavi li.CatLevel1 a
{
  display:                block;
  background:             transparent;
  font-size:              13px;
  list-style:             none;
  padding:                5px 0px 5px 10px;
  margin:                 0px;
  font-weight:            bold;
}

.infoBox ul#CatNavi ul
{
  margin:                 0px 0px 0px 0px;
  padding:                0px;
}

.infoBox ul#CatNavi li.CatLevel2 a
{
  display:                block;
  font-weight:            normal;
  background:             transparent;
  background-image:       url('img.client/bg.li.cat1.png');
  background-repeat:      no-repeat;
  background-position:    10px 9px;
  font-size:              12px;
  list-style:             none;
  padding:                4px 0px 4px 25px;
  margin:                 0px;
}

.infoBox ul#CatNavi li.CatLevel3 a
{
  display:                block;
  font-weight:            normal;
  background:             transparent;
  background-image:       url('img.client/bg.li.cat2.png');
  background-repeat:      no-repeat;
  background-position:    25px 9px;
  font-size:              11px;
  list-style:             none;
  padding:                3px 0px 3px 37px;
  margin:                 0px;
}

/*
 * Kategorien Übersicht
 */ 
 
.categorieList
{
  width:                  470px;
  overflow:               hidden;
  margin-bottom:          3em;
}

.categorieList div
{
  background-color:       #e7e7e7;
  width:                  150px;
  float:                  left;
  margin:                 0px 6px 6px 0px;
  text-align:             center;
}

.categorieList div h4
{
  margin:                 12px 0;
  padding:                0px;
}

.categorieList div h4 a:hover
{
  color:                  #56962a;
}

.categorieList div img
{
  margin-top:             4px;
}

/*
 * Artikel Übersicht
 */ 

.articleList
{
  width:                  470px;
  overflow:               hidden;
  padding-bottom:         3em;
}

.articleList div
{
  width:                  88px;
  height:                 120px;
  float:                  left;
  margin:                 0px 6px 6px 0px;
  text-align:             center;
}

.categorieDesc
{
  margin:                 0 0 2em 0;
}

.articleList div h3
{
  font-size:              11px;
  font-weight:            normal;
  margin:                 6px 0;
  padding:                0px;
}
.articleList div h3 a:hover
{
  color:                  #56962a;
}

/*
 * Produkt Ansicht
 */ 

.productView
{
  width:                  445x;
  border:                 5px solid #e7e7e7;
  padding:                15px 0px 15px 15px;
  overflow:               hidden;
}

.productView h3
{
  margin:                 0px;
  padding:                0px;
}

.productText
{
  float:                  left;
  width:                  200px;
}

.productView .productImage
{
  float:                  left;
  width:                  235px;
  overflow:               hidden;
}

.productView .productOptions
{
  margin:                 3px 0px 7px 0px;
}

.productView .productPrice
{
  margin:                 0px 0px 15px 0px;
}

.productView .productDesc
{
  clear:                  both;
  padding-bottom:         15px;
}

.productView .cartButton
{
  margin-top:             10px;
}

/*
 * breadcrumb
 */

.breadcrumb
{
  padding:                0px 0px 4px 0px;
  margin:                 5px 0px 20px 0px;
  overflow:               hidden;
}

.breadcrumb a
{
  background-color:       transparent;
  border:                 0px;
  font-size:              11px;
  color:                  #999999;
  font-weight:            normal;
  text-decoration:        none;
}

.breadcrumb a:hover
{
  font-size:              11px;
  background-color:       transparent;
  color:                  #999999;
  text-decoration:        underline;
}

/*
 * Bestseller
 */ 

ul.bestseller
{
  margin: 0px 0px;
  padding:0px;
  list-style-type: decimal;
}

ul.bestseller li
{
  margin: 0 0 0 25px;
  padding:0px;
  font-size: 11px;
}

/*
 * Kontakt
 */ 

#message_body
{
  width:350px;
}

.footer
{
  font-weight:            normal;
  background-color:       white;
  border:                 0px;
  margin-top:             3em;
}
