body {
 margin-top: 0px;
 margin-left: 0px;
 font-family: verdana, Helvetica, sans-serif;
 font-size: 11px;
 height: 100%;
 background-color: #d1ec3c;
 background-image: url(img/bg.jpg);
 background-position: center;
 background-repeat: repeat-y;
 
 /*SCROLLBAR-FACE-COLOR: #ffffff; 
 SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
 SCROLLBAR-SHADOW-COLOR: #ffffff; 
 SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
 SCROLLBAR-ARROW-COLOR: #40260f; 
 SCROLLBAR-TRACK-COLOR: #ffffff; 
 SCROLLBAR-DARKSHADOW-COLOR: #ffffff*/
 
}

p {
 line-height: 1.8em;
}

table {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 10px;
 border: 0px none;
}

img {
 border: 0px;
}

input, textarea {
 border: 1px solid #333333;
 background-color: white;
}

h1 {
 font-size: 17px;
}

h2 {
 font-weight: bold;
 font-size: 13px;
}

a {
 text-decoration: none;
 color: #333333;
}

  a:hover {
   text-decoration: underline;
   color: #333333;
  }

#body_content {
 position: relative;
 width: 670px;
 margin: 0px auto;
 text-align: left;
}
 
#header {
 background-image: url(img/header.gif);
 background-position: center 0;
 background-repeat: no-repeat;
}
 
  #warenkorb {
   position: absolute;
   top: 0px;
   right: 0px;
   
   width: 270px;
   height: 205px;

	padding-right:10px;
	padding-top:10px;
   text-align: right;
   /*background-color:#FFFFFF;*/
    background-image: url(img/warenkorb.png);
	background-position:right;
  }
  
   #warenkorb #einkaufswagen {
    position: relative;
    width: 100%;
    height: 120px;
    padding-top: 5px;
    overflow: auto;
   }
   
    #warenkorb #einkaufswagen #einkaufswagen_inhalt {
     width: 100%;
 	 font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 9px;
    }
   
   #warenkorb #einkaufswagen_preis {
    position: relative;
    bottom: 0px;
    height: 20px;
    width: 100%;
   }

 #navigation {
  position: relative;
  width: 670px;
  z-index: 10;
  text-transform:uppercase;
 }
 
 .nolinkhighlight a:hover {
  text-decoration: none;
 }
  
 .navi {
  position: relative;
  float: right;
  padding-left: 15px;
  background-color: white;
  font-size: 12px;
 }
 
 .navigation_sub {
  position: absolute;
  background-color: white;
  width: 175px;
  padding-left: 2px;
  padding-bottom: 2px;
  background-color: #dff082;
  /*-moz-Opacity: 0.95;*/
 }
 
 .navi_0 {
  position: relative;
  cursor: pointer;
 } 
 
 .navi_1, .navi_1_on {
  position: relative;
  padding-left: 4px;
  font-size: 11px;
  cursor: pointer;
  width: 100%-4px;
  margin-top: 3px;
 } 
 
 .navi_1_on {
  background-color: #d1ec3c;
 }
 
 #content {
  padding-top: 10px;
 }
 
 #content .kategorien_produkt {
   width: 32%;
   height: 350px;
   float: left;
   margin-right: 2px;
   margin-left: 3px;
   border: 1px solid #333333;
 }
 
 #content .kategorien_produkt img {
  width: 150px;
 }
 
 #content .kategorien_produkt .head {
  background-color: ##d1ec3c;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
 }
  
 
 #content #table_kategorien td {
 
 color: ##d1ec3c;
 font-size: 11pt;
 text-align: center;
 vertical-align: top;
 padding-top: 20px;
 height: 135px;
  
 }
 
 #content #table_kategorien td img {
  padding-bottom: 11px;
  width: 102px;
  height: 59px;
 }
 

 #content #details {
  position: absolute;
  width: 750px;
  
 }
 
 #content #details #produktbild {
  position: absolute;
  width: 300px;
  height: 500px;
  left: 0px;
  top: 0px;
  text-align: left;
 }
 
   #content #details #produktbild img {
    padding-top: 14px;
    width: 250px;
   }
   
 #content #details #preis {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 10px;
  font-weight: bold;
 }
 
 #content #details #bestellung {
  position: relative;
  width: 100%;
  height: 20px;
 }
   
 #content #details #beschreibung {
  position: absolute;
  width: 350px;
  height: 500px;
  top: 0px;
  right: 100px;
  text-align: justify;
  line-height: 1.6em;
 }
 
 .bestellbutton, .bestellbutton_aktiv {
  font-size: 13px;
  color: black;
  border: 1px solid black;
 }
 
 .bestellbutton {
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
 }
 
 #bestellkommentar {
  width: 450px;
  margin-top: 20px;
 }
 
 
 .kategorien_produkt_listenansicht td {
  padding-bottom: 20px;
 }
 
 .kategorien_produkt_listenansicht .klein {
  font-size: 12px;
 }
 
 .kategorien_produkt_listenansicht .preis {
  color: red;
  font-weight: bold;
 } 
 
 .kategorien_produkt_listenansicht .beschreibung {
  color: #666666;
 }
 
 .kategorien_produkt_listenansicht img {
  width: 120px;
  padding-top: 15px;
 }
 
.passendfuer {
 color: #CCCCCC;
} 

.impressum {
 line-height: 1.6em
}

.listenansicht_produkte img {
 display: none;
}
