@font-face
{
	font-family: "Myriad Web";
	font-weight: normal;
	font-stretch: normal;
	panose-1: 2 11 5 3 3 4 3 2 2 4;
}

@font-face
{
	font-family: "Minion Web";
	font-weight: normal;
	font-stretch: normal;
	panose-1: 2 4 5 3 5 2 1 2 2 3;
}

html, body
{
  color: black;
  background: white;
}

body
{
  font-family: "Myriad Web", "Trebuchet MS", sans-serif;
  margin: 2em;
}

h1
{
  color: white;
  background: #ffce63;
}

h2, h3
{
  color: #212163;
  background: white;
}

h2
{
  font-weight: normal;
  font-style: italic;
  display: inline;
  border-bottom: 1px solid #ffce63;
}

h2, h2 code, h3 code, h3 { font-family: "Minion Web", Georgia, serif; }

p, h3, address, ul
{
  max-width: 40em;
  margin-left: 5%;
}

p.abstrakt
{
  margin: 0 25% 1em 25%;
}

dl, ul, p.xml-eksempel, div.tekst-eksempel, p.tekst-eksempel, div.ordrett
{
  max-width: 40em;
}

p.xml-eksempel, div.tekst-eksempel, p.tekst-eksempel, div.ordrett
{
  margin-left: 0;
  width: 50%;
}

div.tekst-eksempel p
{
  margin: 0;
}

div.tekst-eksempel p + p
{
  margin-top: 1em;
}

.element, .tagg, code.kode, kbd, dt, q
{
  color: #212163;
  background: white;
}

dt.orddeling
{ 
  border-top: 1px solid #ffce63;
}

.attributt
{
  color: #006E55;
  background: white;
}

.entitet
{
  color: #660000;
  background: white;
}

hr
{
  color: #ffce63;
  height: 1px;
  border: 1px solid #ffce63;
}

div#navigasjonsstolpe p
{
  margin-left: 0;
}

div#navigasjonsstolpe
{
  border-left: 1px solid #ffce63;
  padding-left: 1em;
  margin-left: 1em;
  float: right;
}

div#innhaldsliste
{
  margin-right: 1em;
  float: left;
  border-right: 1px solid #ffce63;
}

li.gjeldande, p.gjeldande { font-weight: bold; }
li.gjeldande li           { font-weight: normal; }

p.xml-eksempel, .tekst-eksempel
{
  padding: 1em;
  background: #ffe9b9; color: black;
  border: 2px outset #ffe9ba;
}

p.xml-eksempel *, p.tekst-eksempel *, div.tekst-eksempel *  { background: #ffe9b9; }

tr.lys    { background: #ffe9b9; color: black; }
tr.mork   { background: #ffce63; color: white; }

.utskrift { display: none; }

table          {  border-width: 1px; }
table, table * { border-color: black; }

span[title] { border-bottom: thin dotted; cursor: help; }
abbr[title], acronym[title] { border-bottom: thin dotted; cursor: help; }

div#navigasjonsstolpe a,
div#innhaldsliste a  { text-decoration: none; }
div#navigasjonsstolpe :link:hover,
div#navigasjonsstolpe :visited:hover,
div#innhaldsliste :link:hover,
div#innhaldsliste :visited:hover { text-decoration: underline; }

:link:focus, :visited:focus
{
  color: #212163;
  background: white;
}

:link
{
  color: #4646c1;
  background: white;
  text-decoration: underline;
}

:visited, :visited code
{
  color: #212163;
  background: white;
}

:link:hover
{
  color: #006E55;
  background: white;
}

:visited:hover
{
  color: #006E55;
  background: white;
}

:link:active
{
  color: #212163;
  background: white;
}

:visited:active
{
  color: #4646c1;
  background: white;
}
