
body {
   background-color: #F4EFD7;
   font-family: 'sylfaen';
   font-size: 14px;
}

h1 {
   font-size: 26px;
   font-weight: normal;
}

div#topBar {
   position: absolute;
   background-image: url('../gfx/topbanner.jpg');
   background-repeat: no-repeat;
   width: 800px;
   height: 40px;
   top: 50px;
   left: 50px;
}
   div#topBar p {
      position: absolute;
      padding: 0;
      margin: 2px 0 0 130px;;
   }
   div#topBar a {
      color: white;
      text-decoration: none;
      font-size: 26px;
   }

div#skjold {
   position: absolute;
   background-image: url('../gfx/skjold.gif');
   width: 75px;
   height: 96px;
   top: 27px;
   left: 100px;
}

div#menu {
   position: absolute;
   top: 100px;
   left: 180px;
   font-size: 14px;
}
   div#menu .navigationMenuNo {
      margin-right: 12px;
   }
   div#menu .navigationMenuNo a {
      color: black;
      text-decoration: none;
   }
      div#menu .navigationMenuNo a:hover {
         text-decoration: underline;
      }
   div#menu .navigationMenuAct {
      margin-right: 12px;
   }
   div#menu .navigationMenuAct a {
      color: black;
      text-decoration: underline;
   }

div#languageSelect {
   position: absolute;
   top: 103px;
   left: 700px;
}
   div#languageSelect img {
      margin-left: 15px;
      border: 0;
   }
   
div#fontpageLinking {
   position: absolute;
   top: 520px;
   left: 150px;
}
   div#fontpageLinking span {
      margin-right: 30px;
   }
   div#fontpageLinking a {
      font-size: 16pt;
      color: black;
      
   }

div#content {
   position: absolute;
   top: 160px;
   left: 135px;
   width: 420px;
}

div#content a {
   color: black;
   text-decoration: none;
}
   div#content a:hover {
      color: black;
      text-decoration: underline;
   }



div#flash {
   position: absolute;
   top: 200px;
   left: 545px;
   width: 300px;
   height: 300px;
}


div#bottombanner {
   position: absolute;
   top: 600px;
   left: 50px;
   background-image: url('../gfx/bottombanner.jpg');
   background-repeat: no-repeat;
   width: 800px;
   height: 15px;
   text-align: center;
}
   div#bottombanner p {
      font-size: 14px;
      padding: 0;
      margin: 15px 0 0 0;
   }
   div#bottombanner a {
      color: black;
      text-decoration: none;
   }
   div#bottombanner a:hover {
      text-decoration: underline;
   }
   
label {
  width:100px;
}
