/* Diverse settings voor het headerblok */*
#PageContentLeft, #PageContentTop
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: black;
	color: white;
	float: right; 
}
#PageContentTop
{ 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 100px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: black;
	color: white;
}
#PageContentBody
{
	position: fixed; 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 100px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0; 
	background: #FFFFFF;
  overflow: auto;
}

.innertube
{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#PageMainLogo
{
   left:15px;
   top:10px;
   height:72px;
   width:180px;
   position:absolute;
}
#PageTitle
{
 	left:0px;
   top:20px;
   font-size: 20pt;
   font-weight: bolder;
   color: white; 
   position:absolute;
}
.PageSubTitle
{
   FONT-SIZE: 10pt;
   FONT-WEIGHT: bolder;
   color: white; 
 	left:225px;
   top:60px;    
   position:absolute;
   float:left;
}
BODY
{
   FONT-SIZE: 10pt;
   FONT-FAMILY: Arial;
}
/* Setting voor het menu nog niet in gebruik*/
