body
{
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat;
}

h1
{	
	font-size: 20px;
}

h2
{
	color: #8e448b;
}

a
{	
	color: #8e448b;
}

a:hover
{
	color: #be6bbb;
}

/*___________________________________________________________________________________ #container */

	#container
	{
		background-image: url(../images/layout/bg.jpg);
		background-repeat: repeat-y;
		
		width: 891px;

		margin: 0 auto;
		
	}
	
/*___________________________________________________________________________________ #Header */	
	
		#content_top
		{
			background-image: url(../images/layout/content_top.jpg);
			background-repeat: no-repeat;
			height: 176px;
			width: 891px;
		}
		
			#header_afbeelding
			{
				position: absolute;
				z-index: 0;
				margin-left: 216px;
				padding-top: 6px;
				
				.margin-left: 205px;
			}		
		
			#header_vlak
			{
				position: absolute;
				z-index: 1;
				background-image: url(../images/layout/header_vlak.png);
				background-repeat: no-repeat;
				height: 170px;
				width: 682px;
				margin-left: 216px;
				margin-top: 6px;	

				.margin-left: 205px;			
			}
			
				img, #header_vlak 
				{
					behavior: url(pngfix/iepngfix.htc);
				}		
			
			#logo
			{
				padding-top: 6px;
				margin-left: 11px;
			}
			
/*___________________________________________________________________________________ #Menu */			
			
		#menu
		{
			float: left;
			width: 150px;
			color: #8e448b;
			font-size: 13px;
			font-weight: bold;
		}
		
			#menu ul
			{
				position: relative;
				list-style: none;
				margin-top: -12px;
				
				.margin-top: -5px;
			}
				
			#menu ul li
			{
				
				padding: 5px 0px 23px 0px;
			
				
			}
					
		
			.menu_item
			{
				background-image: url(../images/layout/menu_bar.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				height: 2px;
				width: 149px;
				display: block;
			}
			
				.menu_item a
				{	
					color: #8e448b;
					text-decoration: none;
				}

				.menu_item a:hover
				{
					color: #be6bbb;
				}				
			
			.menu_top
			{
		
				background-image: url(../images/layout/menu_bar.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				height: 2px;
				width: 149px;
				display: block;				
			}
			
/*___________________________________________________________________________________ #Laatste nieuws */			
			
			
		#laatste_nieuws
		{
			width: 175px;
			float: right;
			margin-right: 0px;
			padding: 0px 10px 0px 10px;
			
			.padding: 20px 10px 0px 10px;
		}
		
			.nieuws_afbeelding
			{
				border: 1px solid #000;
				width: 145px;
				margin-left: 12px;
			}
			
			#od
			{
				background-position: bottom;
			}
			
/*___________________________________________________________________________________ #Content */			
		
		#content_tekst
		{
			min-height: 480px;		
			width: 424px;
			margin-left: 215px;
			padding: 0px 20px 1px 20px;
			
			.padding: 20px 20px 0px 20px;
			
			
		}
		
/*___________________________________________________________________________________ #Footer */
				

		#content_bottom
		{
			background-image: url(../images/layout/content_bottom.jpg);
			background-repeat: no-repeat;
			height: 10px;
			width: 891px;
			
			margin: 0 auto;
		}
		
		#sitemap_centreren
		{
			width: 891px;
			margin: 0 auto;
		}
		
			#sitemap
			{
				float: right;
				margin-right: 7px;
			}
		
		/*___________________________________________________________________ Clear footer */
		 
		 .clear_footer
		 {
		 clear: both;
		 }
		 
		 
		