@font-face
{
	font-family: "Zurich Black BT";
	font-weight: 800;
	font-stretch: all;
	panose-1: 2 11 8 4 3 5 2 3 2 4;
}

html, body
{
  color: black;
  background: #d0d2e2;
  line-height: 1.6;
}

body { margin: 3%; }

h1
{
color: white;
background: #777c99;
}

div#innhald
{
  color: black;
  background: #f0f1fa;
  border: 2px outset white;
}

div#kolonne1 { color: black; background: #f0f1fa; }
div#kolonne2 { color: black; background: #f0f1fa; }

div#informasjon, div#omtale
{
  color: black;
  background: #fafaff;
  border: 1px solid #d0d2e2;
}

form { line-height: normal; } /* På grunn av låg tekst i Mozilla */

h2, h3
{
color:  #777c99;
background: transparent;
}

.info          { cursor: help; }
div#omtale img { cursor: pointer; }
abbr[title], acronym[title], span[title] { border-bottom: thin dotted; cursor: help; }

.utskrift { display: none; }

li.gjeldande { font-weight: bold; }

hr {
  color: #333333;
  background: #333333;
  border: none;
  height: 2px;
}

:link:focus, :visited:focus      { color: #006633; background: transparent; }
:link                            { color: #000099; background: transparent; }
:visited                         { color: #555c77; background: transparent; }
:link:hover, :visited:hover      { color: #006633; background: transparent; }
:link:active, :visited:active    { color: #006633; background: transparent; }
