/* colors and stuff for categories */

.zert a, h5.zert b, .zert a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.zert b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }


.clm a, h5.clm b, .clm a:hover {
  color:rgb(0,158,203); /* Blå */
  }
div.clm b.subActive {
  background-color:rgb(0,158,203); /* Blå */
  }


.rm a, h5.rm b, .rm a:hover {
  color:rgb(237,110,0); /* Orange */
  }
div.rm b.subActive {
  background-color:rgb(237,110,0); /* Orange */
  }


.selecto a, h5.selecto b, .selecto a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.selecto b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }


.riskhantering a, h5.riskhantering b, .riskhantering a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.riskhantering b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }


.arbetsmiljo a, h5.arbetsmiljo b, .arbetsmiljo a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.arbetsmiljo b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }


.informationshantering a, h5.informationshantering b, .informationshantering a:hover {
  color:rgb(0,158,203); /* Blå */
  }
div.informationshantering b.subActive {
  background-color:rgb(0,158,203); /* Blå */
  }


.forskning-utveckling a, h5.forskning-utveckling b, .forskning-utveckling a:hover {
  color:rgb(92,91,96);
  }
div.forskning-utveckling b.subActive {
  background-color:rgb(92,91,96);
  }

.newsletter a, h5.newsletter b, .newsletter a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.newsletter b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }

.news a, h5.news b, .news a:hover {
  color:rgb(221,0,63); /* Röd */
  }
div.news b.subActive {
  background-color:rgb(221,0,63); /* Röd */
  }

