html, body
		{
			/*height: 100%;*/
		}

		body
		{
			margin: 0;
			padding: 0;

			font-size: 10px;
			/*font-family: Verdana, Tahoma, Arial, sans-serif;*/
			font-family: Verdana,Arial,Sans-serif;
			background-color: white;
			color: #444444;
		}

		a:link, a:visited
		{
			color: #255578;
			text-decoration: underline;
		}

		img
		{
			border-style: none;
		}

		a:active, a:hover
		{
			color: #255578;
			text-decoration: underline;
		}


		#container
		{
			width: 826px;
			height: 100%;
			margin: 0 auto;
			border: 1px solid #255578;
			padding: 1px;
			background-color: #e6e7eb;
		}
		
		#talen
		{
			width: 821px;
			height: 21px;
			text-align: right;
			padding-right: 5px;
			padding-top: 4px;
			background-color: #255578;
		}
		
		#header
		{
			width: 826px;
			height: 60px;
			background-image: url('../images/header.png');
			margin-top: 1px;
			margin-bottom: 1px;
		}
		
		#horizontale_nav
		{
			width: 647px;
			height: 25px;
			background-color: #f1ab2e;
		}
		
		#horizontale_nav a:link, a:visited
		{
			text-decoration: none;
		}
		
		#container_links
		{
			width: 178px;
			float: left;
			margin-bottom: 1px;
			background-color: white;
		}
		
		#container_rechts
		{
			float: right;
			background-color: #e6e7eb;
			border-left: 1px solid white;
		}
		
				#container_rechts #links
				{
					background-color: white;
					width: 468px;
					float: left;
					border-right: 1px solid white;
				}
				
				#container_rechts #rechts
				{
					width: 178px;
					float: left;
					border-top: 1px solid white;
				}
				
		#contents
		{
			width: 450px;
			margin-bottom: 5px;
		}
		
		.menu_header
		{
			width: 173px;
			height: 18px;
			padding-left: 5px;
			padding-top: 7px;
			margin-bottom: 1px;
			color: white;
			background-color: #255578;
		}
		
		.text_header
		{
			width: 463px;
			height: 18px;
			padding-left: 5px;
			padding-top: 7px;
			border-top: 1px solid white;
			color: white;
			background-color: #255578;
		}
		
		.text_header_specs
		{
			width: 463px;
			height: 18px;
			padding-left: 5px;
			padding-top: 7px;
			border-top: 1px solid white;
			color: white;
			background-color: #f1ab2e;
		}
		
		.text
		{
			width: 448px;
			padding: 10px;
			margin-bottom: 1px;
			background-color: #e6e7eb;
			text-align: justify;
			border-top: 1px solid white;
		}
		
		#producten a
		{	
			display: block;
			text-decoration: none;
			color: #255578;
		}

		#producten a:hover
		{
			color: white;
		}

		ul#producten
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#producten a.knop
		{	
			width: 168px;
			height: 17px;
			background-color: #e6e7eb;
			padding-left: 10px;
			padding-top: 3px;
			margin-bottom: 1px;
		}
		
		#producten a:hover.knop
		{	
			width: 168px;
			height: 17px;
			background-color: #cfd0d4;
			padding-left: 10px;
			padding-top: 3px;
			margin-bottom: 1px;
		}

		#footer
		{
			clear: both;
			text-align: right;
			width: 816px;
			height: 20px;
			padding-top: 10px;
			padding-right: 10px;
			color: white;
			background-color: #255578;
		}
		
		#horizontale_buttons a
		{

			height: 19px;
			padding-top: 6px;
			display: block;
			float: left;
			margin: 0;
			color: white;

		}

		ul#horizontale_buttons
		{
			list-style-type: none;
			
			padding: 0;
			margin: 0;
		}

		ul#horizontale_buttons li
		{			
			float: left;
			display: block;
		}

		#horizontale_buttons a.button
		{
			padding-left: 15px;
			padding-right: 15px;
		}
		
		#horizontale_buttons a:hover.button
		{	
			background-color: #f4bd5c;
			padding-left: 15px;
			padding-right: 15px;
		}
		
		.tbl_links
		{	
			width: 359px;
			height: 72px;
			background-color: #cfd0d4;
			border-right: 1px solid white;
			border-top: 1px solid white;
			padding: 5px;
		}
		
		.tbl_rechts
		{	
			width: 93px;
			height: 70px;
			background-color: #cfd0d4;
			border-top: 1px solid white;
		}
		
		.list_titel
		{	
			color: #255578;
			text-decoration: underline;
			font-size: 14px;
			margin-bottom: 5px;
		}

		#img_container
		{	
			height: 283px;
			border-top: 1px solid white;
		}
		
		#main_container
		{	
			width : 374px;
			height: 283px;
			float: left;
		}

		#thumb_container
		{	
			background-color: #f1ab2e;
			height: 283px;
			width: 93px;
			float: left;
			border-left: 1px solid white;
		}
		
		.thumb
		{	
			width: 93px;
			height: 70px;
			border-bottom: 1px solid white;
		}
