/*ist eine Tabelle*/
/*
#productlist {
  vertical-align:top;
  border:1px solid red;
}
*/
#productlist {
  clear:both;
}
#productlist td {
  vertical-align:top;
}
#productlist td.aussen {
  width:47px;
}
#productlist td.prodImg {
  width:125px;
  border:0 solid green;
}
#productlist td.innen {
  width:40px;
  border:0 solid blue;
}
#productlist td.trennerzeile {
  height:30px;
}

#kasten-m .prodlist-title {
  text-align:center;
  /*margin:5px 0 15px 0;*/
}
#kasten-m #kasten-m-mitte h1.titel-blau {
  margin:auto;
	padding-top:19px;
  margin-bottom:10px;
}

#kasten-m-mitte h1 {
  margin-bottom:9px;
}

HTML>BODY .prodlist-title h1 {
 /* margin:3px 150px;*/
}
.prodlist-head {
  /*background:transparent url(bilder/back-all.gif);*/
  background:#558dba url(../bilder/prodlist-head.gif) no-repeat;
  /*background-image: url(../bilder/prodlist-head.gif);*/
  text-align:center;
  padding:2px 7px 4px 5px;
  width:113px;
  color:white;
  font-weight:bold;
}
.prodlist-body {
  text-align:center;
  border-left:1px solid #aeafb0;
  border-right:1px solid #aeafb0;
  width:123px;
  /*padding:15px 0 5px 20px;*/
  padding:15px 0 5px 0;
}
.prodlist-bottom {
  background:transparent url(../bilder/prodlist-bottom.gif) no-repeat;
  width:125px;
  height:6px;
  border:1px solid red;
}

/*Sektion einzelne Produktseite*/
.box-prodbild {
  float:left; 
  width:250px;
  text-align:center;
  margin:0;
}
/*Die drei folgenden Hacks sind alle wegen dem negativen margin, das der IE den Listen verpasst*/
HTML>BODY .box-prodbild { 
  margin-right:13px;
}
.prodbild-desc {
  float:left;
  width:278px;
}
HTML>BODY .prodbild-desc {
  width:265px;
}
.prodbild-desc ul {
  margin-left:16px;
  padding:0;
  /*list-style:none;*/
  line-height:16px;
}
HTML>BODY .prodbild-desc ul {
  margin-left:0;
}
#kasten-m {
  color:black;
}

/*übernommene Klassen von format-news.css*/
#archive-list {
  margin:21px 0 0 0;
}
div#kasten-m div#kasten-m-mitte #archive-list p {
  margin:0 8px 16px 10px;
  padding:0;
}
#archive-list .prod-ldesc {
  background:#4988ba url(../bilder/kasten-head-back2.gif) no-repeat;
  margin:0 0 10px 0;
  padding:2px 0 0 20px;
  height:19px;
  color:white;
  font-weight:bold;
}
#box-rechts-unten {
  margin-top:21px;
  border-bottom:0px;
}
#box-rechts-unten ul {
  text-align:left;
  margin:21px 0 0 11px;
}
#box-rechts-unten ul li {
  line-height:15px;
}
