﻿* {
	margin: 		0;
	padding: 		0;
	}

.clear {
	clear: 			both;
	margin-bottom:	10px;
	}


html, body {
	color: 			#484848;
	font-family: 	'Arial', Trebuchet MS, Verdana, sans-serif;
	font-size:		12px;
	height: 		100%;
	}

body {
	background:		url('../images/interface/background.jpg') 50% 0% #2cb01e repeat-x fixed;
} 

.multiboxheader {
	background:		#FFFFFF;
} 


#container {
	min-height: 	100%;
	_height: 		100%;
	margin: 		0 auto;
	width:			950px;
	background:		url('../images/interface/container.png');
	}

#containermultibox {
	min-height: 	100%;
	_height: 		100%;
	margin: 		0 auto;
	width:			450px;
	padding-top: 	10px;
	}


/* -- HEADER -- */		
#header {
	width: 			904px;
	height: 		160px;
	color: 			#000;
	position:		relative;
	margin: 		0 auto;
	background:		url('../images/interface/header.jpg');
	}

#naw {
	color: 			#484848;
	font-family: 	'Arial', Trebuchet MS, Verdana, sans-serif;
	font-size:		11px;
	text-align: 	left;
	float:			left;
	padding-left:	280px;
	padding-top:	20px;
	width:			140px;
	line-height:	11px;
	}

#naw a:link, #naw a:visited {
	text-decoration:	underline;
	color: 				#484848;
	}

#naw a:hover, #naw a:active {
	text-decoration:	none;
	color: 				#FFF;
	}

#logos {
	float:			left;
	margin-left:	393px;
	padding-top:	15px;
	width:			69px;
	}

/* -- MENU & VISUAL -- */
#nav {
	width: 			904px;
	margin: 		0 auto;
}

#menu {
	width: 			261px;
	min-height:		197px;
	position:		relative;
	float:			left;
	background:		url('../images/interface/menubg.jpg');
	}

#visual {
	width: 			643px;
	height:			197px;
	position:		relative;
	float:			left;
	background:		url('../images/visuals/visual.jpg');
	font-weight:	bold;
	font-size:		20px;
	color:			#ffffff;
	z-index:		1;
	}
	
#flashcatch {  /*laag over flash heen om context menu van flash af te vangen */
	width: 			643px;
	height:			197px;
	position: absolute;
	background:	url('../images/interface/spacer.gif');
	z-index:	30;
}

#flash{
	width: 			643px;
	height:			197px;
	position: absolute;
	z-index:	10;
}


/* -- INHOUD -- */	
#inhoud {
	width: 			904px;
	margin: 		0 auto;
}

#sidebar {
	width: 			262px;
	min-height:		420px;
	position:		relative;
	float:			left;
	background:		url('../images/interface/sidebar.png') no-repeat;
	text-align: 	center;
	}
	
#main {
	float: 			left;
	margin-top:		30px;
	margin-left:	20px;
	width: 			610px;
	}

#mainmultibox {
	float: 			left;
	margin-top:		30px;
	margin-left:	20px;
	width: 			500px;
	}



/* -- FOOTER -- */
#footer {
	vertical-align:	middle;
	text-align: 	center;
	margin: 		0 auto;
	margin-top: 	-50px;
	clear: 			both;
	width:			904px;
	height:			50px;
	background:		url('../images/interface/footer.jpg') 0% 100% no-repeat;
	}