a 
{ 
  text-decoration:none;
  color: #9e6447;
}

a:hover
{ 
  text-decoration: underline;
}

body
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: x-small;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
  background: #ffffff;
}

p
{
  text-align: justify;
  margin: 10px 0px 10px 0px;
}

p.udgave
{
  font-weight: bold;
  color: #9e6447;
  text-align: right;
}

ul.toc
{
   color: #9e6447;
}

h1
{
  font-weight: bold;
  font-size: medium;
  color: #544523;
  text-transform: uppercase;
}

h2
{
  font-size: small;
  color: #9e6447;
  text-transform: uppercase;
}

h3
{
  font-weight: bold;
  font-size: xx-small;
  color: #9e6447;
  text-transform: uppercase;
}

ul
{
  margin-top: 5px;
}

h3
{
  margin-bottom: 0;
}

.title
{
  font-weight: bold;
}

#kolofon
{
  color: #9e6447;
}

img.center
{
  display: block; 
  margin-left: auto;
  margin-right: auto;
}

img.center_border
{ 
  display: block; 
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
}

.forfatter
{
  color: #9e6447;
}

h2 + p.forfatter
{
  margin-top: -3mm;
}

h3 + p.forfatter
{
  margin-top: 0mm;
}

h2 + p.subtext
{
  margin-top: -3mm;
}

h3 + p.subtext
{
  margin-top: 0mm;
}

* html p.forfatter
{
  margin-top: -5mm;
}

div.faktaboks, div.faktaboks_center
{
  background: #544523;
  color: #D6CE98;
  padding: 5px 15px 5px 15px;
  -moz-border-radius: 18px;
  -khtml-border-radius: 18px;
}

div.faktaboks h1, div.faktaboks h2, div.faktaboks h3,
div.faktaboks_center h1, div.faktaboks_center h2, div.faktaboks_center h3
{
  color: #D6CE98;
}

div.faktaboks p
{
  text-align: left;
}

div.faktaboks_center, div.faktaboks_center p
{
  text-align: center;
}

div.faktaboks a, div.faktaboks_center a
{
  color: #D6CE98;
}

@media screen
{
#all
{
  width: 180mm;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
}

#header
{
  margin-top: 1mm;
}

#body
{
  margin-bottom: 10px;
}

#footer
{
  clear: both;
}

table.arrangement td
{ 
  vertical-align: top;
}

@media print
{
.hide_on_print
{
  display: none;
}
}