html
  {
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

body
  {
  width: 100%;
  height: 100%;
  background-color:#1b3941;
  }

div.header
  {
  position:fixed;  
  width:50%;
  right:25%;
  top:5px;
  text-align:center
  }

div.footer
  {
  position:fixed;
  width:50%;
  right:25%;
  bottom:5px;
  text-align:center;
  }

div.inhoud1
  {
  position:fixed;
  width:50%;
  height:50%;
  right:25%;
  top:35%;
  text-align:center;
  }

div.inhoud2
  {
  position:fixed;
  width:50%;
  height:50%;
  right:25%;
  top:60%;
  text-align:center;
  }

div.inhoud3
  {  
  position:fixed;
  width:50%;
  height:50%;
  right:-50%;
  color:#ffffff;
  }

img.lll
  {
  width:6%;
  padding:1%;
  }

img.threels
  {
  width:40%;
  padding:2%;
  }

img.logo
  {
  width:20%;
  padding-right:5%;
  padding-left:5%;
  }
