/* CSS Document */
	
	body {
	background-color: 	#000000;
	margin-top:			0px;
	margin-left:		0px;
	}
	
			img.navigation	{
			padding-left:				0px;
			padding-right:				0px;
			}
			
			img.link3	{
			border:			solid;
			border-width:	1px;
			border-color:	#ffffff;
			}
			
			img.link2	{
			border:			none;
			}
			.p	{
			font-family:		Verdana;
			font-size:			12px;
			color:				white;	
			}
			
			.p1	{
			font-family:		Verdana;
			font-size:			12px;
			color:				#000000;	
			}
			
			.p2	{
			font-family:		Verdana;
			font-size:			12px;
			color:				#ffffff;	
			}
			
			.p3	{
			font-family:		Verdana;
			font-size:			10px;
			color:				#000000;	
			}
			
			.em	{
			font-family:		Verdana;
			font-size:			12px;
			color:				#146433;	
			}
			
			.em2	{
			font-family:		Verdana;
			font-size:			12px;
			color:				#ffffff;
			font-weight:		bold;
			}
			
			.em3	{
			font-family:		Verdana;
			font-size:			14px;
			color:				#ffffff;
			font-weight:		bold;
			}
			
			.h1	{
			font-family:		Verdana;
			font-size:			13px;
			color:				#146433;
			font-weight:		bold;	
			}
			
			.h2	{
			font-family:		Verdana;
			font-size:			14px;
			color:				#482d10;
			font-weight:		bold;	
			}
			
			.link a:link {
			text-decoration: underline;
			color: #146433;}
			.link a:visited {
			text-decoration: underline;
			color: #146433;}
			.link a:hover {
			text-decoration: underline;
			color: #000000;}
			.link a:active {
			text-decoration: underline;
			color: #146433;}
			.link	{
			font-family:		Verdana;
			font-size:			12px;		
			color:				#146433;
			text-decoration:	underline;	
			}
			
			.linkleft a:link {
			text-decoration: underline;
			color: #FFFFFF;}
			.linkleft a:visited {
			text-decoration: none;
			color: #FFFFFF;}
			.linkleft a:hover {
			text-decoration: underline;
			color: #a4a4a4;}
			.linkleft a:active {
			text-decoration: none;
			color: #FFFFFF;}
			.linkleft	{
			font-family:		Verdana;
			font-size:			14px;		
			color:				#ffffff;	
			}
			
			
		
	#container {
	top:				0px;
	left:				0px;
	margin-top:			0px;
	width:				887px;
	height:				675px;
	z-index:			1;
	margin-left:		0px;
	margin-right:		auto;
	}
	
		#left	{
		position:			relative;
		top:				0px;
		width:				270px;
		height:				675px;
		z-index:			2;
		background-image:	url(images/left.jpg);
		float:				left;
		}
		
		#leftcontent	{
		position:			relative;
		top:				180px;
		left:				15px;
		width:				240px;
		height:				490px;
		z-index:			3;
		}
		
		#main	{
		position:			relative;
		top:				0px;
		width:				617px;
		height:				675px;
		z-index:			2;
		float:				right;
		}
		
			#maincontainer	{
			position:			relative;
			top:				0px;
			width:				617px;
			height:				205px;
			z-index:			2;
			}
		
				#mainleft	{
				position:			relative;
				top:				0px;
				width:				466px;
				height:				205px;
				z-index:			3;
				float:				left;
				background-image:	url(images/top.png);
				}
				
				#mainright	{
				position:			relative;
				top:				0px;
				width:				151px;
				height:				205px;
				z-index:			3;
				float:				right;
				background-image:	url(images/top-right.jpg);
				}
				
					#vlaggen	{
					position:			relative;
					top:				13px;
					left:				0px;
					width:				130px;
					height:				192px;
					z-index:			4;
					float:				right;
					}
			
			#nav	{
			position:			relative;
			width:				617px;
			height:				41px;
			z-index:			3;
			background-image:	url(images/nav.jpg);
			}
			
			#shadow	{
			position:			relative;
			width:				617px;
			height:				23px;
			z-index:			3;
			background-image:	url(images/shadow.jpg);
			}
			
			#contentcontainer	{
			position:			relative;
			top:				0px;
			width:				617px;
			height:				406px;
			z-index:			2;
			}
			
				#contentleft	{
				position:			relative;
				width:				466px;
				height:				406px;
				z-index:			3;
				float:				left;
				background-color:	#eff8f2;
				overflow:			auto;
				}
				
					#actualcontentconainer	{
					position:			relative;
					width:				426px;
					height:				380px;
					z-index:			3;
					left:				20px;
					}
						
						#itemcontainer	{
						position:			relative;
						width:				415px;
						z-index:			4;
						}
				
				#contentright	{
				position:			relative;
				width:				151px;
				height:				406px;
				z-index:			3;
				float:				right;
				background-image:	url(images/content-right.jpg);
				}
				
					#contentright1	{
					position:			relative;
					left:				10px;
					width:				131px;
					height:				406px;
					z-index:			4;
					}	
			
		#bottom	{
		top:				0px;
		width:				887px;
		height:				45px;
		z-index:			2;
		background-image:	url(images/bottom.jpg);
		}

		