@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: #333333;
  background: white;
  line-height: 1.6;
}

form { line-height: normal; } /* På grunn av låg tekst i Mozilla */

div#informasjon { border-left: 2px solid #333333; }

h2, h3
{
  color: #ffa500;
  background: white;
}

h1   { color: #000077; background: white; }

.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: #ffa500; background: white; }
:link                            { color: #000099; background: white; }
:visited                         { color: #000033; background: white; }
:link:hover, :visited:hover      { color: #006600; background: white; text-decoration: underline overline; }
:link:active, :visited:active    { color: #006600; background: white; }
