/* CSS: Produktkatalog */

.hn_item {
  width: 307px;
  clear: both;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 20px;
}
.hn_item A {
  text-decoration: none;
}

.hn_bullet {
  width: 33px;
  float: left;
  margin: 0px;
}

.hn_title {
  width: 272px;
  float: left;
  background-color: #999999;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 3px;
  margin: 0px;
}

.sn_item {
  width: 307px;
  clear: both;
  margin-bottom: 2px;
}

.sn_bullet {
  width: 33px;
  float: left;
  margin: 0px;
}

.sn_title {
  width: 265px;
  float: left;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  margin: 0px;
}
.sn_title A {
  color: #999999;
  text-decoration: none;
}

.sn_title A:visited {
  color: #999999;
  text-decoration: none;
}

.subnavi {
  /*display: none;*/
  /*height: 1px;
  overflow: hidden;*/
}

span.active {
  color:#000000; 
}

span.visited {
  color:#ffcc00; 
}