	html,body {
		margin										: 0px;
		padding										: 0px;
	}
	
	body, td {
		font-family								: Verdana, Arial;
		font-size									: 12px;
		background-color					: #E2FFE2;
	}
	
	a {
		color											: #000;
	}
	
	#header {
		clear											: both;
		height										: 106px;
		background-color					: #009900;
		background-image					: url(./images-layout/bg_bottom.gif);
		background-repeat					: repeat-x;
		background-position				: bottom;
	}
	
	#languages	{
		position									: absolute;
		top												: 7px;
		left											: 7px;
		z-index										: 2;
	}
	
	#middle {
		background-color					: #E2FFE2;
		height										: 100%;
		padding										: 0px;
		margin										: 0px;
	}
	
		#menu {
			position									: relative;
			padding-left							: 30px;
			height										: 100%;
		}
		
		#menu ul {
			position									: relative;
			margin										: 0px;
			padding										: 0px;
			list-style-type						: none;
			text-align								: left;
		}
		
		#menu li {
			text-transform						: uppercase;
			font-weight								: bold;
			padding-top								: 18px;
			white-space								: nowrap; 
			text-align								: left;
		}
		
		#menu li a {
			text-decoration						: none;
		}
		
		#menu .active, #menu .activeParent {
			color											: rgb(0,153,51);
			padding-left							: 0px;
		}
		
		#menu li ul li {
			font-weight								: normal;
			text-align								: left;
			padding-left							: 15px;
			position									: relative;
		}
		
		
		#menu li ul li a {
			text-decoration						: none;
		}
		
		#content {
			/*float											: left;*/
			padding-left							: 10px;
			text-align								: left;
			padding-top								: 20px;
			height										: 100%;
			width											: 100%;
		}
		
	#footer {
		clear											: both;
		position									: absolute;
		bottom										: 0px;
		height										: 105px;
		width											: 100%;
		background-color					: #009900;
		padding-top								: 0px;
	}
	
		#line_dark_green {
			position									: absolute;
			top												: 0px;
			background-color					: rgb(51,102,84);
			height										: 7px;
			width											: 151px;
			clear											: both;
			line-height								: 0px;
		}
		
		#assortiment_container {
			float											: left;
			width											: 660px;
			height										: 100%;
			background-color					: transparent;
		}
		
		#assortiment_container div {
			float											:	left;
			margin										: 5px;
			text-align								: center;
			width											: 130px;
			height										: 120px;
			background-color					: transparent;
		}
		
		#assortiment_green_bar {
			position									: absolute;
			left											: 545px;
			width											: 2px;
			background-color					: #339933;
			top												: -20px;
			height										: 1511px;
		}
		
		#orange_bar_bottom {
			height										: 5px;
			font-size									: 1px;
			width											: 100%;
			background-color					: rgb(204,158,51);
			position									: absolute;
			top												: 0px;
		}
		
		#assortiment_type {
			position									: absolute;
			left											: 570px;
			top												: 100px;
			font-weight								: bold;
			z-index										: 1;
		}
		
		#assortiment_type a {
			text-decoration						: none;
		}
		
		/* Popup schermen */
		.popup, .popup td  {
			font-size									: 12px;
			background-color					: #ffffff; 
			/*
			scrollbar-face-color			: #008000; 
			scrollbar-shadow-color		: #ffffff; 
			scrollbar-highlight-color	: #ffffff;
			scrollbar-3dlight-color		: #818181;
			scrollbar-darkshadow-color: #818181; 
			scrollbar-track-color			: #EBECDE;
			scrollbar-arrow-color			: #ffffff;
			*/
		}
				
		.popup .kwaliteit	{
			font-weight								: bold;
			white-space								: nowrap;
		}
		
		#orange_bar_top {
			height										: 5px;
			font-size									: 1px;
			width											: 100%;
			background-color					: rgb(204,158,51);
			position									: absolute;
			bottom										: -1px;
		}