body
{
	background: url(../afbeeldingen/achtergrond.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	height: 547px;
	background: #FFF;
	margin-top: 160px;
	background: url(../afbeeldingen/content-background.jpg) repeat-x;
}

#navigation
{
	width: 590px;
	float: left;
	margin-top: 50px;
	background: url(../afbeeldingen/menu-achtergrond.jpg) no-repeat right;
	min-height: 454px;
}

	#navigation ul
	{
		margin-left: 37px;	
	}
	
	#navigation ul li
	{
		height: 32px;	
	}
	
	#navigation ul li a
	{
		color: #00AEEF;
		font-size: 21px;
		text-decoration: none;
	}
	
	#navigation ul li.active a
	{
		color: #0054A6;	
	}

#content
{
	width: 380px;
	float: left;
	margin-top: 50px;
}
	
	#content h2
	{
		font-size: 21px;
		color: #00AEEF;
		line-height: 30px;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	
	#content h1
	{
		font-size: 49px;
		color: #0054A6;
		margin-bottom: 5px;
	}
	
	#content #pageContent
	{
		font-size: 12px;
		color: #00AEEF;
		line-height: 20px;
	}
	
	#content a
	{
		text-decoration: none;
	}
	
	#content b
	{
		color: #0054A6;
	}
	
	#content .inlineList
	{
		list-style-type: disc;
	}
	
.clear
{
	clear: both;	
}
