BODY.front
{
  background-color       : #E4F367; /* for IE */
  layer-background-color : #E4F367; /* for Netscape */
  margin                 : 0px;
  padding                : 0px;
}

div.front
{
  position          : absolute;
  top               : 355px;
  left              : 80px;
  height            : 230px;
  width             : 475px;
  overflow-x        : hidden;
  overflow-y        : hidden;
}

div.lastchange
{
  position          : absolute;
  top               : 15px;
  left              : 560px;
  height            : 150px;
  width             : 260px;
  overflow-x        : hidden;
  overflow-y        : hidden;
}

BODY.menu
{
  background-image  : url(/images/site/contents.gif);
  background-repeat : repeat-y;
  overflow-x        : hidden;
  margin            : 0px;
  padding           : 0px;
}

BODY.main
{
  background-color       : #BCEA4D; /* for IE */
  layer-background-color : #BCEA4D; /* for Netscape */
}

BODY.top
{
  background-image  : url(/images/site/top.gif);
  background-repeat : repeat-x;
  overflow-y        : hidden;
  margin            : 0px;
  padding           : 0px;
}

H1, H2, H3, P, TD, LI, DT, DD, TH, DIV
{
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica;
  font-size   : 1em;
  color       : #336699;
}

H1
{
  text-align  : center;
  font-weight : bold;
  font-size   : 1.5em;
}

H2
{
  font-weight : bold;
  font-size   : 1.3em;
}

H3
{
  font-weight : bold;
  font-size   : 1.1em;
}

A.menu
{
  color          : white;
  font-weight    : normal;
  text-decoration: underline;
}

A.menu:hover
{
  color          : white;
  font-weight    : normal;
  text-decoration: none;
}

A
{
  color          : #336699;
  font-weight    : normal;
  text-decoration: underline;
}

A:hover
{
  color          : #336699;
  font-weight    : normal;
  text-decoration: none;
}

.meldtekst
{
  color: red;
}


