HTML {
  height: 100%;
  overflow: hidden;
}

BODY {
  width: 100%;
  height: 100%;
  font-family: Arial;
  font-size : 8pt;
  font-weight: bold;
  line-height: 9pt;
  color: #FFFFFF;
  background-color: #8dcef3;  
  overflow: hidden;
}

form{
  display: inline;
}

.divBg{
  position: absolute;
  background-repeat: no-repeat;
  width: 1900px;
  height: 516px;
  background-image: url('../images/background.jpg');
  background-color: #8dcef3;
  display: none;
}

.divContainer{
  position: relative;
  width: 1000px;
  height: 600px;  
  display: none;
}

div.divPageBackground{
  position: absolute;
  width: 993px;
  height: 568px;
  left: 7px;
  top: 0px;
  background-repeat: no-repeat; 
}

div.divHeader{
  position: absolute;
  width: 868px;
  height: 138px;
  left: 66px;
  top: 8px;  
}


/*   MENU & BUTTONS   */
div.divMenuHolder{
  position: absolute;
  width: 1000px;
  height: 27px;
  left: 0px;
  top: 565px;   
}

td.tdMenuItem{
  padding-top: 0px;
  padding-bottom: 0px;
  width: 185px;
  height: 41px;
}

/*   STANDAARD PAGINA'S   */
.divContentHolder{
  position: absolute;
  left: 0px;
  top: 140px;
  width: 1000px;
  height: 425px;
}
.divContentHolderOrder{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 525px;
}
div.divIntro{
  position: absolute;
  width: 1000px;
  height: 409px;
  left: 0px;
  top: 68px;  
}
div.divPageHeader{
  position: absolute;
  width: 210px;
  height: 32px;
  left: 175px;
  top: 0px; 
}
div.divPageText{
  position: absolute;
  width: 245px;
  height: 300px;
  left: 175px;
  top: 33px;
  color: #000000;
}
div.divPageBanner{
  position: absolute;
  width: 210px;
  height: 32px;
  left: 650px;
  top: 20px; 
}


/*   LINKS   */
a.mailLink{
  color: #FFFFFF;
  text-decoration: none;
}

a.mailLink:hover{
  text-decoration: underline;
}

a.nextLink{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a.nextLink:hover{
  text-decoration: underline;
}

a.blackLink{
  color: #000000;
  text-decoration: none;
}

a.blackLink:hover{
  text-decoration: underline;
}

a.colorLink{
  color: #323232;
  text-decoration: none;
}

a.colorLink:hover{
  text-decoration: underline;
}
a.blackLinkBold{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

a.blackLinkBold:hover{
  text-decoration: underline;
}