/*----------------------------------------------------------------------------- BASICS */

html{
	height:100%;}
	
body{
	height:100%; margin:0; padding:0;
	font-family:Arial, Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:1.7em;
	color:#000;}
	
div, p, form, img{
	padding:0px; margin:0px;}
	
h1{
	font-size:20px;}
	
h2{
	font-size:18px;}
	
h3{
	font-size:16px;}
	
h4{
	font-size:14px;}
	
h5{
	font-size:12px;}

h1, h2, h3, h4, h5{
	padding:0px; margin-top:0px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;}

/*----------------------------------------------------------------------------- LAYOUT */

#overall-container{
	width:982px;
	height:622px;
	overflow:hidden;
	background:url(../images/bg.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-311px;
	margin-left:-491px;}
	
#content-container{
	width:796px;
	height:468px;
	overflow:hidden;
	float:left;
	margin:14px 0 0 34px;}
	
#content{
	width:796px;
	height:468px;
	overflow:auto;
	overflow-x:hidden;
	float:left;}
	
#inhoud{
	width:750px;
	height:440px;
	margin:14px 0 14px 23px;
	float:left;}


#naw{
	width:118px;
	height:80px;
	font-size:12px;
	line-height:1.3em;
	text-align:right;
	margin:422px 0 0 8px;
	float:left;}
	
#menu{
	height:33px;
	width:552px;
	margin:15px 0 0 31px;
	float:left;}
	
	#menu ul{
		margin:0;
		padding:0;
		list-style:none;}
		
	#menu ul li{
		margin:0 0 0 -14px;
		padding:0;
		list-style:none;
		background:url(../images/button.png) no-repeat;
		height:33px;
		width:106px;
		float:right;}
		
	#menu ul li a{
		width:106px;
		height:33px;
		text-align:center;
		line-height:39px;
		font-size:12px;
		text-transform:uppercase;
		display:block;
		color:#000;
		text-decoration:none;
		cursor:pointer;}
		
#footer-buttons{
	float:left;
	margin:14px 0 0 34px;}

#footer-buttons a{
	width:33px;
	height:33px;
	display:inline-block;
	margin:0 14px 0 0;
	cursor:pointer;}