/* Anpassningar farger for metodbok*/
.nav-head-active {
  background-color:#d61431; /*Bakgrund huvudnavigering topp*/
}
#nav-head-active {
  color: #fff;
}

.content-headline{
    color:#000;
}

.navigation-active-head {
  background-color: #d61431; /*Bakgrund huvudnavigering left aktiv underrubrikp*/
  border-bottom: 1px solid #fcecef;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.navigation-active a{
  background-color: #fcecef; /*Bakgrund huvudnavigering left aktiv underrubrikp bakgrundsfarg ljuseare ton*/
  text-decoration: none;
}

/*Lankar*/
a:link {
  color:#d61431; /*Andra*/
  text-decoration: none;
}

a:visited {
  color:#d61431; /*Andra*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color:#d61431; /*Andra*/
  text-decoration: none;
}


.subactive-menu a:link {
  color:#d61431; /*Andra*/
}

.subactive-menu a:visited {
  color:#d61431; /*Andra*/
}

.subactive-menu a:hover {
  text-decoration:none;
  border-bottom: 2px solid #d61431; /*Andra*/
}

.subactive-menu a:active {
  color:#d61431; /*Andra*/
}

#subactive-menu-active {
  border-bottom: 2px solid #d61431; /*Andra*/
}


.aclink {
  font-weight: bold;
  border-left: 3px solid #d61431;
}


/*Tabell*/
p {  margin: 0; padding: 0; }

table.linje td {
   border-bottom: 1px solid #999999;
   border-top: 1px solid #999999;
   border-left: 1px solid #ccc;
}
table.linje td:first-child { border-left: none; }

table.pp, table.pp td
{
    border-color: #999999;
    border-style: solid;
}

table.pp
{
    border-width: 0 0 1px 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table.pp td
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
}

table.pp td.ppHead
{
 background: #E0E0E0;
}

  table.pp2, table.pp2 td
{
    border-color: #999999;
    border-style: solid;
}

 table
 {
    font-family:Verdana, Arial;
    font-size: 11px;
    empty-cells: show;
    border-collapse:collapse;
  }

td.forberedelse2
 {
      border-bottom: 1px solid #999999;
      height: 24px;
      vertical-align: top;
      text-align: left;
  }
  td.forberedelse2b
   {
        border-bottom: 1px solid #999999;
        height: 24px;
        vertical-align: top;
        text-align: left;
    }

td.forberedelse2m
 { 
      border-bottom: 1px solid #999999;
      height: 24px;
      vertical-align: middle;
      text-align: left;      
  }  		

