html,
body {
height: 100%; 
overflow: hidden;
}

#strook
{ position: absolute; 
  left: 0px; 
  right: 0px; 
  top: 155px;
  width: 120%; 
  height: 380px;
  background-color: #CC6600; }
 
#logo 
 { background-image: url("gfx/logo.jpg"); 
   position: absolute; 
   top: 41px; 
   right: 20px; 
   width: 370px;
   height: 130px; }
   
#bloem
 {position: absolute; 
  background-image: url("gfx/bloem.jpg");  
  top: 216px; 
  left: 0px; 
  width: 300px; 
  height: 375px; }

#nav {
position: absolute;
top: 134px;
left: 11px;
width: 100px;
}

#devotional {
position: absolute;
top: 200px;
right: 35px;
width: 150px;
}

#bijbel {
position: absolute;
top: 410px;
right: 35px;
width: 150px;
}

#titel {
 position: absolute;
 top: 146px;
 right: 245px; 
 width: 45%; 
 height: 50px; 
}
 
#content 
{ position: absolute; 
 top: 210px; 
 right: 225px; 
 width: 45%; 
 height: 300px; 
 padding-right: 20px;
 overflow: auto;
 overflow-x: hidden;
 text-align: justify;

 scrollbar-3dlight-color:#fff;
 scrollbar-track-color:#CC6600;
 scrollbar-face-color:#CC6600;
 scrollbar-darkshadow-color:#CC6600;
 scrollbar-arrow-color:#fff; 
}

#onevision {
display: none;
}
