@charset "UTF-8";
/* CSS Document */

/*Html eigenschappen*/
html,body{
	background-color: #0a0501;
	margin:0;
	text-align:center;
	padding:auto;
	height: 100%;
	min-height: auto;
	overflow: auto;
}

#table{
	position:relative;
	width:100%;
	height:100%;
}

/*Container van links, flash, rechts en navigatie content*/
#subcontainer{
	width: 800px;
	height: 590px;
	background-color: #0a0501;
}


/*Content van Flash*/
#flashcontent{
	float: left;
	width: 800px;
	height: 470px;
}

/*Content van Navigatie*/
#navigatiecontent{
	float: right;
	position:relative;
	top: 0px;
	height: 110px;
	width: 800px;
}