/* Denne del kan fjernes hvis mouse-over skal være afdelingens farve - start */
.afdelingsbgcolor
{
  background-color: #007ac0;
}

.afdelingscolor
{
  color: #007ac0;
}

/*div styles*/

.rammetopleftcorner
{
  background:url(../images/design/pharmakon_industri_ramme_left_corner.gif);
  width: 9px;
  height: 23px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.rammetop
{
  background:url(../images/design/pharmakon_industri_ramme_top.gif) repeat-x;
  height: 18px;
  padding-top: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0px;
  margin: 0px 0px 0px 0px;
}

.rammetoprightcorner
{
  background:url(../images/design/pharmakon_industri_ramme_right_corner.gif);
  width: 9px;
  height: 23px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}


