html, body {
	height:100%;
	scrollbar-face-color: #0068B3;
	scrollbar-highlight-color: #0068B3;
	scrollbar-3dlight-color: #0068B3;
	scrollbar-shadow-color: #0068B3;
	scrollbar-darkshadow-color: #0068B3;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #2F84C1;
}

body 
{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #858e94;
	background-image:url(../img/bg-schaduw.png);
	background-repeat:repeat-y;
	background-position: top center;	
}


#sitecontainer {
	width:990px;
	height:auto;
	min-height:100%;
	left:50%;
	position:absolute;
	margin-left: -495px;
	background-color:#fff;
	background-image:url(../img/site-background.png);
	background-repeat: repeat-y;
} 

#top {
	float:left;
	width:990px;
	height:116px;
}

#top-left
{
	width:154px;
	height:116px;
	float:left;
} 

#top-right
{
	width:836px;
	height:116px;
	float:left;
	background-image:url(../img/top.png);
}

#logo
{
	width:154px;
	height:81px;
	float:left;	
}

#onder-logo
{
	background-image:url(../img/onder-logo.png);
	float:left;
	width:154px;
	height:35px;
}

#vcnop-tekst
{
	font-size:24px;
	color: #0068b3;
	float:left;
	width:836px;
	margin-top:73px;
	text-align:center;
}

#left
{
	background-image:url(../img/left.png);
	float:left;
	width:154px;
	height:627px;
}

#main
{
	float:left;
	width:662px;
	min-height:627px;
	background-color:#fff;
	margin:10px 10px 10px 10px;
}

#main-inner h1
{
	font-size:12px;
}

#right
{
	float:left;
	width:154px;
	height:627px;
	background-image:url(../img/right.png);
}