@charset "utf-8";
/* CSS Document */

html{overflow:hidden;}
*/

body{
margin: 0 auto;
padding: 0;
border: 0;
 overflow:hidden;
 /* height: 100%; */
 /*display:block;*/
max-height: 100%; 

}

#totaal {
min-width: 800px;
min-height:600px;
overflow: hidden;
/*overflow-y: hidden;*/
}

#framecontentTop{ 
/*position:absolute;*/
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: 100%;
min-width: 1180px;
/* height: 30%; /*Height of top frame div*/
overflow: visible;
/*<!--[if IE ]>
overflow: auto;
<![endif]-->*/

/* overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*display: block;*/
/*background-color:#ffb454;*/
}

#framecontentLeft {
	position:absolute;
	left: 0px; 
	top: 124px; /*Set top value to HeightOfTopFrameDiv*/
	/*right: 0px;
	bottom: 0;*/
	overflow: hidden;
	background-color:#eab454;
	background-image:url('../images/nieuws_gradient.png');
	background-repeat:repeat-x;
	
	/*font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;*/
	width: 175px;
	/*background-color:#ffb454;*/
	
	/*position: absolute;
	top: 144px;
	width: 168px; /*Width of left frame div */
	height: 85%;
	/*Disable scrollbars. Set to "scroll" to enable*/
	 
	
	/*background-image:url('../images/nieuws_gradient.png'); 
	background-repeat:repeat-x;  */
	
	
	
}

#maincontent{
	position:absolute;
	left: 175px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 124px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0px;
	bottom: 0px;
	
	overflow: auto;
	background-image:url('../images/content_gradient.png');
	background-repeat:repeat-x;
	padding-top: 50px;
	padding-right:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	/*min-width: 540px*/
	/* background-color:#ffb454;*/
}
h2 { font-family:Arial, Helvetica, sans-serif; font-variant:small-caps; font-size: 16px; font-weight:bold; margin-top:5px; margin-bottom:0px; }

/*#footer {
    position: absolute;
	bottom: 45px;
	height:15px;
	
}*/

#innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
left: 10px;
}

/** html body{ /*IE hack
<!--[if IE ]>
overflow:hidden;
<![endif]-->
*/

/* padding: 144px 0 0 170px; Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)

*/


* html #maincontent{ /*IE6 hack*/
left: 10px;
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
display:block;
}
* html #framecontentLeft{ /*IE6 hack*/
height: 100%; 
width: 178px; 
}

#menuwrapper {
	/*border-top: 0px solid #000;
	border-bottom: 0px solid #333;*/
	 
	background-color: #909090;
	background-image: url('../images/knoppenbalk.png');
	background-repeat: repeat-x;
	height:40px;
	
}

