html, body
{
	background-image: url(../images/menu_balk.png);
	background-repeat: repeat-x;
	background-color: #fff7e4;
	margin: 0px;
	padding: 0px;
	
	font-family: Tahoma, Trebuchet MS,Arial,Helvetica,Sans-serif;
	color: #636363;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16px;
}


	#container
	{
		position: relative;
		background-image: url(../images/container_bg.png);
		background-repeat: repeat-y;
		width: 807px;
		margin: 0 auto;
	}

/* ___________________________________________________________________ #header */
		#header
		{
			background-image: url(../images/top09.jpg);
			background-repeat: no-repeat;
			width: 787px;
			height: 104px;
			border-top: 1px solid #6b6b6b;
			margin-left: 20px;

		}
/* ___________________________________________________________________ #menu */
		#menu
		{
			height: 43px;
			width: 807px;
			margin: 0 auto;


			
		}
		
			#lijst
			{
				margin-left: 85px;
				width: 576px;
				margin: 0 auto;
				
			}
			
				.streep
				{
					background-image: url(../images/menu/streep.png);
					background-repeat: no-repeat;
					height: 42px;
					width: 8px;
				}

				#menu ul
				{
					margin: 0;
					padding: 0;
					list-style: none;

				}

				#menu ul li
				{
					margin-left: 0px;
					padding: 0;
					float: left;
				}

				#menu ul li a
				{
					display: block;
					text-decoration: none;
					
					
				}


/* ___________________________________________________________________ #submenu */

	#submenu
	{
		margin-left: 20px;


	}
	#foto_links{
		float:left;
		margin:32px 0px 0px 21px;
		width:220px;
		text-align: center;
}


		#blad_foto
		{
			background-image: url(../images/blad.png);
			background-repeat: no-repeat;
			height: 280px;
			width: 233px;
			margin-left: 20px;
			margin-top:-280px;

		}
		
		
/* ___________________________________________________________________ #content */

	#content
	{
		width: 500px;
		float:right;
		margin-right:40px;
		margin-top:20px;
		margin-bottom:20px;
		min-height: 500px;


	}
	
	#content a{
		color:#2A4526;
		font-weight:bold;
	}

/* ___________________________________________________________________ #footer */


	#footer
	{
		background-image: url(../images/footer.png);
		background-repeat: no-repeat;
		height: 45px;
		width: 777px;
		margin-left: 20px;
		clear: both;
		font-weight: bold;
		color: white;
		font-size:10px;
	}
	
		#copyright
		{
			height: 20px;
			padding-top: 7px;
			margin-left: 20px;
			
			.padding-top: 15px;
		}
			
			#copyright a
			{
				font-size: 8pt;
				font-weight: bold;		
			}

		#multimove
		{
			height: 20px;
			margin-top: -22px;
			margin-left: 600px;
			
			.margin-top: -20px;
		}
		
			#multimove a
			{
				font-size: 8pt;
				font-weight: bold;			
			}		
		
/* ___________________________________________________________________ #Tekst opmaak */		
		
	h1
	{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color: #2A4526;
	 font-size: 13pt;
	 font-weight: bold;
	}
	
	
	a 
	{
	 font-family: Tahoma, Trebuchet MS,Arial,Helvetica,Sans-serif;
	 color: #ffffff;
	 font-size: 9pt;
	 font-weight: normal;
	 text-decoration: underline;
	}
