/*
	@ Door: NG
	@ Datum: 09-07-08
*/

* { outline: none; margin: 0; padding: 0; }

body {

	background: #1c0000 url(img/bg.jpg) top center no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	text-align: center;

}
	#headerCntr h1,
	#headerCntr h2 { display: none; }
#menuCntr ul { list-style: none; padding: 3px 0 0 0; float: left; }
#menuCntr ul.meer { float: right; }

#menuCntr ul li { display: inline; color: #eaeaea; }

#menuCntr ul li a {

	font: bold 13px "Trebuchet MS", Arial, Verdana;
	color: #eaeaea;
	text-decoration: none;
	margin: 0 10px;
	
}
#top ul li a:hover { text-decoration: underline; }
#mainCntr {
	
	width: 897px;
	margin: 20px auto 0 auto;
	text-align: left;
	
}

#headerCntr {
	
	width: 897px;
	height: 213px;
	background: url(img/header.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/header.png", sizingMethod='scale'); 
	
}

	#header h1,
	#header h2 { display: none; }

#menuCntr {
	
	width: 883px;
	height: 26px;
	background: url(img/balkbg.jpg) repeat-x;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}

#top ul { list-style: none; padding: 3px 0 0 0; float: left; }
#top ul.meer { float: right; }

#top ul li { display: inline; color: #eaeaea; }

#top ul li a {

	font: bold 13px "Trebuchet MS", Arial, Verdana;
	color: #eaeaea;
	text-decoration: none;
	margin: 0 10px;
	
}
#top ul li a:hover { text-decoration: underline; }
.bottom {
	
		width: 206px;
		height: 10px;
		background: url(img/item_bottom.jpg) bottom no-repeat;
	}
	

#contentCntr {

	width: 883px;
	background: #fd7426 url(img/containerbg.png) no-repeat;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	overflow: hidden;

}

/*
	Content items
*/

#items { margin: 0 0 0 10px; _margin: 0 0 0 5px; }

.item {
	
	width: 206px;
	background: #ddd url(img/itembg.jpg) top no-repeat;
	float: left;
	margin: 12px 6px 0 6px;
	_margin: 12px 5px 0 5px;
	
}

	.content {
		min-height: 180px;
		_height: 260px;
		padding: 10px;
		
	}
	
	.content h3 { font: bold 13px Arial, Helvetica, sans-serif; color: #6c6c6c; margin: 0; padding: 5px; text-transform: uppercase; }
	.content h3 img { float: left; }
	.content h3 span { display: block; float: left; margin: 8px 0 0 15px; }
#scheiding { clear: both; font: 11px Georgia, "Times New Roman", Times, serif; color: #e2e2e2; }
	

ul.gids { list-style: none; margin: 5px 0 0 4px; }
ul.gids li { line-height: 20px; }
	
#footerCntr {

	width: 897px;
	height: 18px;
	background: url(img/footer.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/footer.png", sizingMethod='scale'); 
	text-align: center;
	padding: 22px 0 0 0;
                color: #fff;
}