/*	::Navigation	*/
	@import url("menu.css");

/*	::Content		*/
	@import url("content.css");
	
/*	::secties		*/
	@import url("section.css");

/*	::Global	*/
	BODY
	{
		margin: 0;
		padding: 0;
		background: #000000;
	}
	#wrapper
	{
		margin: 0 auto;
		width: 1004px;
	}
	BODY,
	TABLE
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
	}

	INPUT
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}


	.clear
	{
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}

/*	::Header	*/
	#header
	{
		border-bottom: #aa9f8e solid 1px;
		display: block;
		width: 1004px;
		height: 106px;
		background: url(../images/Home.gif) no-repeat #9e9e9e;
	}

	#header #utils
	{
		float: right;
		width: 480px;
		text-align: right;
		margin-top: -1px;
		margin-right: 11px;
		
	}

	* HTML #header #utils
	{
		margin-right: 6px;
	}

	#header #utils A
	{
		text-decoration: none;
		font-weight: bold;
		padding: 0 2px;
	}

	#header #utils A:hover
	{
		text-decoration: underline;
	}

	#header #utils STRONG
	{
		font-size: 16px;
		position: relative;
		top: -2px;
	}

	#header #banner
	{
		float: right;
		margin-top: 1px;
		width: 1004px;
	}

	#header #banner A IMG
	{
		border: 0;
	}


/*	::Footer	*/
	#footer
	{
		background: url(../img/bg_footer.gif) bottom no-repeat;
		margin: 0 auto 12px auto;
		width: 766px;
		height: 30px;
		padding-top: 6px;
	}
	#footer DIV
	{
		margin-left: 20px;
		font-size: 10px;
	}
	#footer .company
	{
		font-size: 12px;
	}
	#footer A
	{
		display: block;
		margin-right: 20px;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	#footer A:hover
	{
		text-decoration: underline;
	}

/*	Pagina niet gevonden */
	#page404
	{
		border: #EA0000 double 3px;
		text-align: center;
		font-weight: bold;
		color: #EA0000;
		padding: 12px;
		background: #FAF6F5;
	}

	#thumbMain UL
	{
		list-style: none;/* remove bullets */
		margin: 0;
		padding: 0;
		width: 100%;/* needed for IE */
		position: relative;

	}
	#contentTekst
	{
	display:none;
	}

/*	::Items	*/
	#thumbMain LI
	{
		display: inline;/* display horizontaly */
	}