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

		body
		{
			margin: 0;
			padding: 0;

			font-size: 11px;
			/*font-family: Verdana, Tahoma, Arial, sans-serif;
			font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;*/
			font-family: Verdana, Tahoma, Arial, sans-serif;
			background-color: white;
		}
		
		h1
		{
			color: #475fbd;
		}

		a:link, a:visited
		{
			color: white;
			text-decoration: none;
		}

		a:active, a:hover
		{
			color: white;
			text-decoration: underline;
		}
		
		img
		{
			border-style: none;
		}

		#container
		{
			width: 830px;
			height: 100%;
			margin: 0 auto;
		}
		
		#talen
		{
			width: 820px;
			height: 24px;
			background-image: url('../images/talen.png');
			text-align: left;
			padding-left: 10px;
			padding-top: 7px;
			color: white;
		}
		
			#talen a:link, a:visited, a:hover, a:active
			{
				color: white;
			}
		
		#header
		{
			width: 830px;
			height: 111px;
			background-image: url('../images/header.png');
		}
		
		#horizontale_nav
		{
			width: 820px;
			height: 43px;
			padding-top: 12px;
			padding-left: 10px;
			font-size: 14px;
			background-image: url('../images/horizontale_nav.png');
			background-repeat: no-repeat;
			text-align: right;
			color: white;
		}
		
			#horizontale_nav .spacer
			{
				margin-right: 30px;
				float: right;
			}
		
		#container_links
		{
			float: left;
			width: 184px;
		}
		
		#container_midden
		{
			float: left;
			width: 646px;
		}
		
		.title
		{
			color: #475fbd;
			font-size: 22px;
			padding-bottom: 10px;
			text-align: center;
		}
		
		.tekstblok
		{
			font-size: 14px;
			margin-bottom: 20px;
		}
		
			.tekstblok a
			{
				color: #475fbd;
			}
		
		.menu_header
		{
			width: 164px;
			height: 27px;
			padding-left: 10px;
			padding-top: 4px;
			background-image: url('../images/menu_header.png');
			color: white;
			font-size: 18px;
		}
		
		.menu_footer
		{
			width: 174px;
			height: 15px;
			background-image: url('../images/menu_footer.png');
			background-repeat: no-repeat;
		}
		
		#producten a
		{	
			display: block;
			text-decoration: none;
			color: #646464;
			text-align: left;
			font-size: 12px;
			width: 164px;
			height: 22px;
			padding-left: 10px;
			padding-top: 5px;
			background-color: #c9d0e9;
			border-top: 1px solid white;
		}

		#producten a:hover
		{
			text-decoration: underline;
			background-color: #3049ab;
			color: white;
		}

		ul#producten
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		.menu_spacer
		{	
			height: 10px;
		}
		
		.imgcontainer
		{	
			width: 100%
		}
		
			.imgcontainer .thumbs
			{	
				text-align: center;
			}
			
			.imgcontainer tr td
			{	
				padding: 7px;
			}
		
		.prod_foto
		{	
			border: 1px solid black;
			margin-left: 5px;
		}
		
		.prod_foto_groot
		{	
			border: 1px solid black;
		}

		#footer
		{
			clear: both;
			text-align: center;
			height: 25px;
			padding-top: 10px;
			background-image: url('../images/footer.png');
			color: white;
		}
		
		.gallery
		{	
			width: 140px;
			height: 105px;
			background-color: black;
			float: left;
			margin: 3px;
		}
		
		#break
		{	
			clear: both;
			width: 450px;
			text-align: center;
		}
		
		#break a
		{	
			color: black;
			text-decoration: none;
		}
