/* -- Site Basics ------------- */
/*
	@font-face {
		font-family: 'Teen';
		src: url(../fonts/teenbold.eot);
		src: local('Teen'), local('Teen Bold'), 
		url(../fonts/teenbold.otf) format('opentype'); 
	}
*/

	body {
		font-family: Arial, Verdana, Tahoma; 
		font-size: 14px;
		line-height:20px;		
		color:#CFCFCF;
	}
	
	body {
		background: #121621 url("../images/back.jpg") top center no-repeat fixed;		
		margin:0px;
		padding:0px;
	}

	img { border:0px; }

	a { outline: none; }

	a:link, a:visited, a:active {
		color: #6F6F6F;
		text-decoration: none;
	}
	
	a:hover {
		color: #AFAFAF;
		text-decoration: none;
	}
	
	hr {
		margin: 15px 0px 15px 0px;
		color: #036;
		height: 1px;
		width: 100%;
	}

	p { margin: 5px 0px 5px 0px; }

	h1 {
		font-size: 17px;
		color: #C99632;
		margin: 5px 0px 5px 0px;
	}
	
	h2 {
		font-size: 15px;
		color: #5F491D;
		margin: 15px 0px 5px 0px;
	}
	
	h3 {
		font-size: 14px;
		margin-bottom:4px;
		margin-top:12px;
		color: #6F6F6F;
	}


/* -- Site layout ------------- */	

	#header {
		width:820px;
		height:80px;
		margin:auto;
		overflow:hidden;
	}
	
	#header a {
		display:block;
		height:40px;
		width:340px;
		margin:auto;
		margin-top:38px;
		background: url(../images/logo.png) top left no-repeat;		
	}
	
	#article {
		width:700px;
		min-height:200px;
		margin:auto;
		padding-top:25px;
	}
	
	#article .links {
		width:480px;
		float:left;
		margin: 0 0 30px 0;
	}	

	#article .rechts {
		width:180px;
		float:right;
		padding-left:20px;
		margin: 0 0 30px 0;
		border-left:2px dotted #2B2B2D;
	}	
	
	#footer {
		clear:both;
		color:#C99632;
		font-size:80%;
		margin:auto;
		padding-top:5px;
		text-align:center;
		width:700px;
		border-top: 2px solid #141D27;
		}
	
/* -- Menu 1 ------------- */

	/* 
		Horizontaal gecentreerd UL menu
		A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ 
		http://www.cssplay.co.uk/menus/centered_sliding_doors.html
	*/
	
	#nav1 {
		float:left;
		width:100%;
		height:33px;
		margin:20px 0 30px 0;
		background: url(../images/bar.png) top center no-repeat;		
	}
	
	#nav1 ul {
		margin:0 auto;
		padding:0;
		list-style:none;
		display:table;
	}
	
	#nav1 li {
		display:table-cell;
		float:left;
		margin:0;
		padding:0;
	}
	
	#nav1 a {
		display:block;
		position:relative;
		left:-9px;
		margin-right:-9px;
		width:.1em;
		padding:5px 20px;
		text-decoration:none;
	}
	
	#nav1 > ul a {width:auto;}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#nav1 a {float:none;}
	/* End IE5-Mac hack */
	
	#nav1 a:hover {
	}
	
/* -- WB specific (basic) ------------- */
	
	
/* -- WB Module Dirlist ------------- */
	.prefix { font-size:80%; margin:0px; padding:0px; }
	.dirlist td{ font-size:100%; }
	.dirlist form {	margin: 0; }
	.dirlist input { color:#fff; background:#2F5B82; border:0px; padding:3px 5px 3px 0;}
	.dirlist th { background:0; padding:0; margin:0;}
	.dirlist th input{ text-align:right; }
	.dirlist th.th_file input { text-align:left; padding-left:10px; }
	.dirlist td { border-bottom: 1px dotted grey; }
	.suffix { height:30px; padding:0px; } 



