/*
	@ 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;

}
a {
color: #6c6c6c;
}
#container {
	
	width: 897px;
	margin: 20px auto 0 auto;
	text-align: left;
	
}

#header {
	
	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; }

#top {
	
	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; }
	

#content {

	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 6px; _margin: 0 0 0 5px; }

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

	.itemcontainer .item {
		
		min-height: 235px;
		_height: 260px;
		padding: 5px;
		
	}
	
	.itemcontainer .item h3 { font: bold 13px Arial, Helvetica, sans-serif; color: #6c6c6c; margin: 0; padding: 5px; }
	.itemcontainer .item h3 img { float: left; }
	.itemcontainer .item h3 span { display: block; float: left; margin: 8px 0 0 15px; }
	
	.itemcontainer .item .scheiding { clear: both; font: 11px Georgia, "Times New Roman", Times, serif; color: #e2e2e2; }
	
	.itemcontainer .item ul.gids { list-style: none; margin: 5px 0 0 4px; }
	.itemcontainer .item ul.gids li { line-height: 20px; }
	
	.itemcontainer div.bottom {
	
		width: 206px;
		height: 10px;
		background: url(img/item_bottom.jpg) bottom no-repeat;
		
	}


#footer {

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

#footer p {
	
	color: #fff;
	padding: 22px 0 0 0;
	
}
	
