@import url(styles.css);


#splitbody{
	-moz-opacity:0.8;
	opacity:0.8;}
	
/*============== navigatie ==============*/	
#navigatie{
	width:920px;
	height:170px;}
	
		
/*============== content ==============*/	

#vContainer{
	position:fixed;
	overflow:hidden;
	top:180px;
	right:0;
	bottom:0;
	left:0;
	padding:0;}

#hContainer{
	position:absolute;
	overflow:auto;
	top:0;
	right:0;
	bottom:0;
	/*voorbeeld: left: (1024/2 - 200)= 312px;*/
	left:50%;
	margin-left:-475px;
	padding:0;
	-moz-opacity:1;
	opacity:1}

#content{
	position:absolute;
	width:920px;
	left:0;
	padding:5px 15px;}

/*============== extra ==============*/
