/* CSS Document */

body { 
	font-family:Verdana, Arial, "Times New Roman";
	font-size:11px;
	color:#FFFFFF;

	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color:#E2E2C7;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #E2E2C7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	
	background-color:#000000;
}	
h5 {
	font-size:12px;
	}
h4 {
	font-size:16px;
	color:#FFFF00;
}
.style5 {
	font-size: 9px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#container {
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:800px;
	height:auto;
	background-image:url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
}

#header {
	width:800px;
	height:150px;
	background-image:url(../images/header_fade.jpg);
	background-repeat:no-repeat;
}
#spacer {
	width:800px;
	height:10px;
}

#navigatie {
	width:150px;
	height:380px;
	float:left;
}

#content_right {
	width:210px;
	height:380px;
	float:right;
	margin-right:5px;
	
	
}

#content {
	width:390px;
	height:350px;
	overflow:hidden;
	padding:15px;
	
}


#footer {
	width:800px;
	height:13px;
	font-size:9px;
	
}
