body {
  background-color: #999966;
}
a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #C0C0C0;
  text-decoration: underline;
}
#menu {
/*  background-color: #353c13;
*/
}
#menu a:hover {
  background-color: #f2a41c;
}
#content {
  background-color: #f2a41c;
}
#header {

}
h2 {
  margin-left: 10px;
  padding-left: 20px;
  border-bottom: 1px black solid;
  background: url(../pix/feil.gif) no-repeat left center;
  color: #353c13;
  text-align: left;  
}
.cola {
  background-color: #669900;
}
.colb {
  background-color: #353c13;
}
.colc {
  background-color: #f2a41c;
}
#catalog_cat {
  width: 250px;
}
#catalog_cat div a {  
  border: 1px #353c13 solid;
  padding: 3px 5px 3px 5px;
}
#catalog_cat div a:hover {
}

#catalog_cat .active {
  background-color: #D7770D;
}