body {
   overflow: hidden;
   font-family: verdana, sans-serif;
   font-size: 14pt;
   color: silver;
   background-color: rgb(0,0,30);
   margin left: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 0;
   padding-top: 0;
}

a {
   color: white;
   text-decoration: none;
}

h1 {

}

#menubase {
   position: absolute;
   visibility: hidden;
   background-color: rgb(0,0,30);
   top: 50px;   
   left: 0px;
   width: 1500px;
   height: 1500px;
}

#totalarea {
   position: absolute;
   overflow: hidden;
   top: 0px;
   width: 100%;
   height: 100%;
   padding: 0px;
}

#sitename {
   position: absolute;
   top: 10px;
   left: 50px;
   color: white;
}

#info {
   position: absolute;
   overflow: hidden;
   top: 50px;
   left: 50px;
   width: 700px;
   height: 345px;
   background-color: rgb(0,0,80);
   color: rgb(210,210,210);
   font-size: 12pt;
   border-left-style: solid;
   border-left-width: 3px;
   border-left-color: red;
   border-right-style: solid;
   border-right-width: 0px;
   border-right-color: rgb(0,0,180);

}

#info a {
   color: rgb(210,210,210);
   text-decoration: underline;
}

#info a:hover {
   color: yellow;
   text-decoration: none;
}


#innerinfo {
   position: absolute;
   top: 25px;
   left: 20px;
   width: 660px;
   padding: 0px;
}

#innerinfo2 {
   position: absolute;
   visibility: hidden;
   top: 25px;
   left: 20px;
   width: 660px;
   padding: 0px;
}

#innerinfo3 {
   position: absolute;
   visibility: hidden;
   top: 25px;
   left: 20px;
   width: 660px;
   padding: 0px;
}

#innerinfo4 {
   position: absolute;
   visibility: hidden;
   top: 25px;
   left: 20px;
   width: 660px;
   padding: 0px;
}

#menu {
   position: absolute;
   overflow: hidden;
   top: 0px;
   left: 50px;
   width: 700px;
   height: 345px;
   color: darkgray;
   font-size: 20px;
   padding: 0px;
   border-left-style: solid;
   border-left-width: 3px;
   border-left-color: blue;
}

#menu a {
   color: darkgray;
   text-decoration: none;
}

#menu a:hover {
   color: white;
   text-decoration: none;
}

#menublockleft {
   position: absolute;
   overflow: hidden;
   top: 10px;
   left: 20px;
   width: 190px;
   height: 330px;
   padding: 0px;
}

#menublockright {
   position: absolute;
   overflow: hidden;
   top: 10px;
   left: 220px;
   width: 200px;
   height: 330px;
   padding: 0px;
}

#menupicture {
   position: absolute;
   overflow: hidden;
   background-image: url('../samples/menupicture01.jpg');
   top: 2px;
   right: 0px;
   padding: 0px;
   height: 339px;
   width: 254;
   border-right-style: solid;
   border-right-width: 3px;
   border-right-color: blue;
}

#hidemenu {
   position: absolute;
   visibility: hidden;
   top: 10px;
   left: 50px;
   color: red;
}

#showmenu {
   position: absolute;
   top: 10px;
   left: 698px;
   color: red;
}

.voorbeeld  {
   position: relative;
   top: 50px;
   left: 50px;
   font-size: 0pt;
   padding: 0px;
}

.voorbeeldhidden  {
   position: absolute;
   visibility: hidden;
   top: 50px;
   left: 50px;
   font-size: 0pt;
   padding: 0px;
}

#voorbeeldtext {
   position: absolute;
   top: 48px;
   right: 15px;
   width: 200px;
   height: 400px;
   padding-top: 0px;
   color: white;
   font-size: 12pt;
   text-align: right;
}

.imageholder   {
   float: left;
   border: solid darkblue;
   border-width: 0px;
   padding: 0px;
   margin-bottom: 12px;
   margin-right: 12px;
   font-size: 0pt;
}

.font12pt {
   font-size: 12pt;
}

.font11pt {
   font-size: 11pt;
}

.underline {

}

.underline a {
   text-decoration: underline;
}

.textalignright {
   text-align: right;
}

#adtxttotalscreen {
  position: absolute;
  visibility: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}

#adtxtsluiten {
  position: absolute;
  top: 10px;
  left: 50px;
  color: red;
}

#adtxtcontent {
  position: absolute;
  overflow: auto;
  top: 50px;
  left: 50px;
  width: 700px;
  height: 360px;
  color: black;
  font-size: 12pt;
  padding-right: 10px;
}

#adtxtcontent  H1{
  font-size: 16pt;
}
#adtxtcontent  H2{
  font-size: 13pt;
}
#adtxtcontent  a {
  color: black;
  text-decoration: underline;
}
#adtxtopenen {
  position: absolute;
  top: 500px;
  left: 50px;
  color: white;
  font-size: 10pt;
}

.white {
  color: white;
}