/* simple, plain style.  Copyright (C) Nils T Siebel 2004-2009 */

DIV
{
 margin: 16px 0em; /* vertical - horizontal */
}

DIV.content
{
/*  position: absolute;*/
/*  top: 160px;*/
  margin: 128px 32px 32px 32px;
}

DIV.headline
{
 color: #060080;
 font-size: 175%;
 font-weight: bold;
 margin: 0em 0em 32px 0em;  /* top - right - bottom - left */
}

DIV.empty
{
 margin: 0;
 line-height: 0;
}

DIV.floating_right
{
 margin: 0em 0em 12px 12px;  /* top - right - bottom - left */
 float: right;
/*  vertical-align: text-top; */
}

DIV.floating_left
{
 margin: 0em 12px 12px 0em;  /* top - right - bottom - left */
 float: left;
/*  vertical-align: text-top; */
}

DIV.centred
{
 text-align: center;
}

DIV.small
{
 font-size: 90%;
}

DIV.indented
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.toc_indent
{
 margin: 0em 2em; /* vertical - horizontal */
}

DIV.figure
{
 margin: 3em 0em; /* vertical - horizontal */
 text-align: center;
 vertical-align: middle;
 clear: both; /* break free from floating images etc from previous DIVs */
}

DIV.figure IMG
{
 vertical-align: middle;
}

DIV.clear
{
 clear: both; /* break free from floating images etc from previous DIVs */
}

IMG
{
 border-style: none; /* no border on normal images */
}

IMG.bordered
{
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
}

A:link { color: #1020ff; }
A:visited { color: #330099; }
A:active { color: #0033cc; }
A:hover { color: #0b00ff; background: #ffffaa; }

H1, H2, H3
{
 clear: both; /* break free from floating images etc from previous sections */
 text-align: left;
 color: #060080;
}
/* #060080: darkish blue */
/* #5a1780: lilac, darker than in the top logo */
/* #b32dfe: lilac, from the top logo */
/* #561980: lilac, darker than in the top logo */
/* #ab31fd: lilac, from the top logo */
/* #e03ffe: magenta-like, from the top logo */
/* #fe449a: magenta-like, from the top logo */
/* H1, H2, H3, H4, H5, H6 { color: #6146c8; } */
/* H1, H2, H3, H4, H5, H6 { color: #7f6bc8; } */

EM
{
 font-style: oblique;
 color: #060080;
}

H1
{
 font-size: 150%;
 margin: 0em 0em 16px 0em;  /* top - right - bottom - left */
}

H2
{
 font-size: 135%;
 margin: 16px 0em 8px 0em;  /* top - right - bottom - left */
}

H3
{
 font-size: 120%;
 margin: 24px 0em 8px 0em;  /* top - right - bottom - left */
}

HR
{
 height: 2px;
 width: 100%;
 margin: 32px auto;   /* a lot of vertical space around it */
 text-align: center; /* this will align it in IE */
 clear: left;

 /* the following is a replacement for NOSHADE */
 color: #441359;
 /* #e03ffe: magenta-like, from the top logo */
 /* #441359: dark lilac, hue from the top logo */
 /* #fe6b4e: an orange from the top logo */
 background-color: #441359;
 border-style: none;
 overflow: hidden;  /* this is a fix for IE */
}


TABLE
{
 border-style: none;
 border-spacing: 0;
}

TR,TD
{
 border-style: none;
 border-spacing: 0;
 padding: 12px;
 background-color: transparent;
 vertical-align: middle;
}

TABLE.narrow TR,TD
{
 border-style: none;
 border-spacing: 0;
 padding: 12px 4px;
 background-color: transparent;
}

TABLE.menu
{
/*  zoom: 1;  IE: haslayout */
  position: absolute;
  top: 58px;
  height: 30px;
  left: 10px;
  right: 32px;
  width: auto;  /* NB: This may cause problems with IE */
  margin: 0px;
  border-style: none;
  border-spacing: 0;
}
TABLE.menu TD
{
  color: white;
  border-left: none;
/*  border-right: 1px solid white; */
/*  border-top: 1px solid white; */
  border-bottom: none;
/*  border-collapse: collapse;  */
  height: 0px;
  padding: 8px;
/*  text-aligh: center; */
}

TABLE.menu TR
{
  text-align: left;
  color: white;
  height: 0px;
  font-size: 12px;
  font-weight: bold;
  border-style: none;
}
TABLE.menu A
{
  color: white;
  line-height: 13px;
  height: 13px;
  font-size: 12px;
  font-weight: bold;
}
TABLE.menu A:hover
{
  color: #ffffff;
  background: #060080;
/*   height: 0px; */
/*   font-size: 12px; */
/*   font-weight: bold; */
}
TABLE.menu A.this_page
{
 color: #030040;
 text-decoration: none;
}  
TABLE.menu A.this_page:hover { color: #ffffff; background: #060080; }

body
{
 text-align: justify;
 font-family: Verdana, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
 font-style: normal;
 text-decoration: none;
 font-size: medium;
/*  font-size: 12pt; */
 margin: 0px;

 color: black;
 background: white; 
 
 background-image: url(erlars-top_logo.jpg);
 background-position: top left;
 background-attachment: scroll;
 background-repeat: no-repeat;
}
