body
{
  margin:0;
  padding:0;
  color: #552800;
  background-image: url('beecanvas5.jpg');
  text-align: left;
  font-family:  Arial,sans-serif;
  line-height: 130%;
  a:link {color: #FF0000}
  a:active {color: #FF0000}



}

/* Her foelger saa 6 underdelinger: header, headline, main, leftmenu, sticker footer */



#header
{
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  line-height: 100%;
  height: 11em;
  width: 100%;
  color: #000000;
  background-image: url('voks.jpg');
  border: 0px solid #708090;
  z-index: 1;
}

#headline 
{
  width:80em;
  color: #552800;
  line-height: 130%;
  padding-top: 20px;
  margin-left: 50px;
  border:0px solid #c0c0c0;
  background: none;
  text-align: left;
/*  padding: 1em;*/
  z-index: 1;
}

#main 
{
  position: Absolute;
  top: 11em;
  left: 0em;
  margin-left:13em;
  min-height: 35em;
  width: 75%;
/*  overflow: auto;*/
  padding: 0.5em;
  border:1px solid #552800;
  background: none;
  color: #552800;
  z-index: 0;
  font-size: 1 em;
}

#leftmenu 
{
  position: Absolute;
  top: 0em;
  left: -13em;
  width: 10em;
  height: 21em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border:1px solid #552800;
  padding: 0.5em;
  background: #52B157;
/*  overflow: auto;*/
  text-align: left;
  font-size: 1 em;
  font-weight: normal;
  line-height: 120%;
  color: #000;
  margin-top: 0px;



}

#sticker 
{
  position: Absolute;
  top: 24em;
  left: -13em;
  width: 10em;
  height: 10em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border:1px solid #552800;
  padding: 0.5em;
  background: #552800;
/*  overflow: auto;*/
  text-align: left;
  font-size: 1 em;
  font-weight: normal;
  line-height: 120%;
  color: #52B157;
  margin-top: 0px;

}



#footer 
{
  position: absolute;
  width: 133%;
  left: -13em;
  bottom: -50px;
  text-align:center;
  margin-top:20px;
  padding: 0.5em;
  background: #52B157;
  color: #552800;
  border:0px solid #708090;
}

