body{
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%; 
  max-height: 100%;
}

/*--------------------------------------------------------------------------------------*/
/* styles voor linker en rechterkolom 		 					 						*/
/*--------------------------------------------------------------------------------------*/

.framecontentLeft, .framecontentRight{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 220px; /*Width of left frame div*/
  height: 100%;
  overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
  background-color: #048cfa;
}

.framecontentLeft img {
  float:left;
  margin-left:20px;
  margin-top:10px;
}

/*--------------------------------------------------------------------------------------*/
/* styles voor rechterkolom en inhoud		 					 						*/
/*--------------------------------------------------------------------------------------*/

.framecontentRight{
  left: auto;
  right: 0; 
  width: 220px; /*Width of right frame div*/
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  background-color: #048cfa;
}

.opvulling {
  margin-top: 70%;
  margin-left: 5%;
}


/*--------------------------------------------------------------------------------------*/
/* styles voor content						 					 						*/
/*--------------------------------------------------------------------------------------*/

.maincontent{
  position: fixed; 
  top: 0; /*Set top value to HeightOfTopFrameDiv*/
  left: 220px; /*Set left value to WidthOfLeftFrameDiv*/
  right: 220px; /*Set right value to WidthOfRightFrameDiv*/
  bottom: 0;
  overflow: auto; 
  background-color: rgb(147,205,221);
  border-left: 1px solid #156B13;
  border-right: 1px solid #156B13;
}

.innertube{
  margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.maincontent h1{
  text-align: center;
  margin-top: 60px;
  color: #1a7a19;  
}

* html body{ /*IE6 hack*/
  padding: 0 220px 0 220px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html .maincontent{ /*IE6 hack*/
  height: 100%; 
  width: 100%; 
}
