body
{
	width:			100%;
	height:			100%;
	padding:		0;
	margin:			0;
	background: 	#fff;
	font-family:	Arial;
	font-size:		12px;
	overflow: auto;
	overflow-x: hidden;
}

a
{
	color: #fff;
}

div.schaduw
{
	z-index: 		1;
	display: 		block;
	width: 			832px;
	height:			614px;
	position: 		absolute;
	background:		url('../../images/1/schaduw.png') no-repeat transparent;
}

div.container
{
	width: 			827px;
	margin: 		0 auto;
	margin-top:		10px;
	margin-bottom:	2px;
	position: 		relative;
	text-align: 	left;
	background:		url('../../images/1/bg_home.jpg') no-repeat #0e0a00;
	background-position: 0 59px;
}

div.header
{
	width:			792px;
	height:			44px;
	background:		url('../../images/1/header.jpg') no-repeat;
	text-align:		right;
	color: 			#fff;
	margin-bottom: 	261px;
	padding: 		5px;
	padding-top: 	10px;
	padding-right:	30px;
}

div.menu
{
	width:			767px;
	height:			25px;
	padding-left:	30px;
	padding-right:	30px;
	background: 	url('../../images/1/menu_bg.png');
}

div.content_container
{
	width:			827px;
	min-height:		264px;
	background: 	url('../../images/1/content_bg.png');
}

div.content
{
	color:	 		#fff;
	width:			555px;
	min-height:		244px;
	padding: 		10px;
}

div.nieuws
{
	float: 			right;
	width:			170px;
	height:			184px;
	padding:		40px;
	color:			#65454d;
	font-size:		10px;
}

div.nieuws h1
{
	display:		block;
	padding:		3px;
	font-size:		15px;
	color:			#fff;
	font-weight:	normal;
	margin:			0;
	margin-top:		15px;
	margin-bottom:	10px;
	text-align:		center;
}

div.fadeimg
{
	float:			left;
	width:			640px;
	height:			200px;
	background:		url('../../images/1/fadeimg.jpg') no-repeat;
	margin-top:		10px;
}

div.header a
{
	color:			#fff;
	margin-left:	10px;
	text-decoration:none;
}

div.header a:hover, div.header a.active
{
	color:			#fff;
	margin-left:	10px;
	text-decoration:none;
}

div.nieuws a
{
	display:		block;
	background-position: left top;
	color:			#fff;
	text-decoration:none;
	font-size:		12px;
	margin-bottom:	10px;
	text-align: 	inherit;
}

div.copyright
{
	clear: 			both;
	display:		block;
	text-align: 	center;
	margin-bottom: 	10px;
	font-size:		11px;
	color:			#999999;
}

div.copyright a
{
	color:			#999999;
}

div.clear
{
	clear: both;		
}


/**
 *	CMS MENU
 */

div.menu ul
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.menu ul li
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
}

div.menu ul li ul
{
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 120px;
	overflow: hidden;
}

div.menu ul li:hover ul
{
	display: block;
	overflow: hidden;
}

div.menu ul li:hover ul li
{
	width: 120px;
	overflow-x: hidden;
	overflow: hidden;
	background: 	url('../../images/1/menu_bg.png');
}

div.menu ul li a,
div.menu ul li span.link,
div.menu ul li span.no_link
{
	display: block;
	line-height: 20px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

div.menu ul li:hover ul li a:hover,
div.menu ul li:hover ul li span.link:hover,
div.menu ul li:hover ul li span.no_link:hover
{
	display: block;
	color: #fff;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

a img
{
	border: 0;
}