/*#######################################################*/
/*                     navigatie homepage                */
/*#######################################################*/		
#home_navigatiecontainer
	{
	position: relative;
	width: 960px;
	min-height: 265px;
	background: #fff url(../beeld/home_navigatiecontainer_bg.png) top center repeat-y;
	}

img#random1,
img#random2
	{
  	position: absolute;
	bottom: 23px;
	width: 200px;
	height: 200px;
	z-index: 1;
	}

img#random1
	{
	left: 13px;
	}

img#random2
	{
	right: 13px;
	}

	
img#masker1,
img#masker2
	{
  	position: absolute;
	top: 0;
	width: 221px;
	height: 265px;
	z-index: 2;
	}
	
img#masker1
	{
	left: 0;
	}

img#masker2
	{
	right: 0;
	}
	
/*#######################################################*/
/*                     hoofdnavigatie                    */
/*#######################################################*/			
ul#hoofdnavigatie
	{
	position: absolute;
	top: 130px;
	left: 245px;
	width: 520px;
	list-style-type: none;
	}

ul#hoofdnavigatie li
	{
	display: inline;
	}

ul#hoofdnavigatie li a
	{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #EE402F;
	font-size: 12px;
	display: block;
	padding: 0 20px;
	}
	
ul#hoofdnavigatie li a:hover
	{
	color: #823F36;
	background: #F7B1A8;
	}


/*#######################################################*/
/*                     introtekst                        */
/*#######################################################*/				
div#intro
	{
	position: relative;
	z-index: 100;
	text-align: justify;
	margin: -50px 0 10px 0;
	padding: 0 280px 10px 265px;
	min-height: 200px; 
	}