/* - - - - - - - - - - - - - - - - - - - - - - */
/* Cascading Style Sheets (CSS)                */
/*                                             */
/* (c) Sortland Automasjon - http://sa.no/     */
/* - - - - - - - - - - - - - - - - - - - - - - */

.hide { display:none }

P, BODY, MENU, SPAN, TABLE, TH, TD, SELECT, INPUT, textarea
{
  font-size: 10pt;     /* All font size is relative to this */
  font-weight: Normal;
  font-family: Verdana, Arial, Helvetica, Garamond, Comic Sans MS;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
}

BODY, P
{
  color:#000000;
  background: #ffffff;
  text-align: center;
  margin: 1em;
}

/* H1, H2, H3, H4, H5, H6 { text-align: left } */
H1, H2, H3 { color: #005A9C; }
H1 { font: 170% sans-serif }
H2 { font: 150% sans-serif }
H3 { font: 130% sans-serif }
H4 { font: bold 110% sans-serif }
H5 { font: italic 110% sans-serif }
H6 { font: small-caps 100% sans-serif }
.sentrert {text-align: center}
.domene   { text-align: center; font: 130% Comic Sans MS;}

A { text-decoration: none; }

A:link    { color:#0000fa; }
A:visited { color:#4090c0; }
A:active  { color:#ff0000; }
A:hover   { color:#ff0000; }

A:active, A:hover
{
  text-decoration: underline;
}

TABLE.Main
{
  width: 570px;
  padding: 0.12em 0.3em;
  border-collapse: collapse;
}

TABLE.Main TD.TD_Space { width: 80px; }
TABLE.Main TD.TD_Fylke { align: right; width: 90px; }

TABLE.Firma
{
  width: 570px;
  background: #ffffcc;
  border-collapse: collapse;
  padding: 0.1em 0.1em;
}

HR.skilleLinje
{
  height: 1px;
  color: RGB(51,102,153); /* Blå */
  /* color: RGB(51,153,0);  Grønn */
}

