/* ....oppskriftstabell, begin....*/

div.oppskrift {
  background-color: #e8e8e8;
  width: 614px;
  margin-bottom: 17px;
}

div.overskrift {
  padding: 5px 17px 0px 18px;
}

.overskrift h2 {
  color: #6e7faf;
}


/* Tabell-basert, begin....................*/
td.punkt {
  width: 25px;
  background-repeat: no-repeat;
  background-position: 17px 4px;
  padding-left: 17px;
  vertical-align: top;
  padding-top: 0px;
}

@media screen {
  td.punkt span {
    display: none;
    padding-top: 2px;
  }
}


td.ptekst {
  padding: 0px 17px 0px 0px;
  text-align: left;
}

/* Tabell-basert, end....................*/


div.tbRow {
  width: 100%;
  position: relative;
  left: 0px;
  height: 10px;
  overflow: hidden;
  white-space: nowrap;
}

div.tbRight {
  position: absolute;
  left: 603px;
  width: 11px;
  height: 10px;
}

div.tbLeft {
  position: absolute;
  left: 0px;
  width: 11px;
  height: 10px;
}

div.tbMiddle {
  position: absolute;
  left: 11px;
  width: 592px;
  height: 10px;
}


/* Oppskriftstabell, end */


/* Varsel boks begin */

div.vars_box {
  border: 1px solid #000000;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0.5em auto 0.5em 0.5em;
  width: 22em;
}
div.vars_box h1 {
  color: #BF3B2F;
  margin-top: 0em;
  margin-bottom: 0em;
  font: 1.5em Arial;
}
div.vars_box h2 {
  color: #BF3B2F;
  margin-top: 0em;
  margin-bottom: 0em;
  font: 1em Arial;
}
div.vars_box img {
  width: 5em;
  height: 4em;
  float: left;
}
div.vars_box i {
  padding-left: 1em;
  font: 80% Arial;
}

/* Varsel boks end */

