/* 	---------------------
	ALGEMEEN
	--------------------- */

* {margin: 0; padding: 0;}


/* 	---------------------
	OPBOUW
	--------------------- */

#topbg1 
	{
	background-color: #CCC;
	height: 110px;
	width: 100%;
	z-index: 1;
	}
	
#topbg2 
	{
	background-color: #41210a;
	height: 150px;
	top: 110px;
	width: 100%;
	z-index: 1;
	}

#container 
	{
	width: 950px; 
	margin: 0 auto; 
	z-index: 2;
	}

#topbanner 
	{
	height: 100px;
	margin-top: 5px;
	width: 950px;
	position: absolute;
	top: 0px;
	text-align: center;
	}
	

#header 
	{
	width: 950px; 
	/* _margin-top: 2px; Fix voor IE6 */
	}

#logo 
	{
	position: absolute; 
	top: 150px; 
	width: 484px;
	}
	
#navigatie 
	{
	position: absolute;
	right: 0px;
	top: 162px;
	width: 329px;
	/*width: 450px;*/      /*Breedte als de nieuwe button (nieuwsbrief) erbij komt*/
	}


#leftmenu, #content, #rightmenu 
	{
	margin-top: 20px;
	}
	
#leftmenu 
	{
	width: 210px;
	float: left;
	display: inline;
	}

#zoektocht 
	{
	width: 199px;
	background-color: #FFF5D0;
	border: 1px solid #FED000;
	padding: 6px;
	margin-bottom: 10px;
	}

/*
#zoektocht 
	{
	width: 210px;
	height: 490px;
	background-image: url(../images/bg_zoek.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	}
*/
	
#rightmenu 
	{
	width: 200px;
	float: right;
	display: inline;
	}

#content 
	{
	width: 485px;
	float: left;
	display: inline;
	padding: 0px 25px;
	_padding: 0px 10px;  /*Fix voor IE6*/
	}

#footer 
	{
	clear: both;
	width: 100%;
	margin: 20px 0px;
	border-top: dotted 1px #CCC;
	text-align: center;
	font-size: 0.9em;
	color: #666;
	}