html, body
		{
			/*height: 100%;*/
			color: a6a6a6;
		}

		body
		{
			margin: 0;
			padding: 0;

			font-size: 11px;
			/*font-family: Verdana, Tahoma, Arial, sans-serif;*/
			font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
			background-color: #bcac8e;
		}

		a:link, a:visited
		{
			color: #ce0006;
			text-decoration: underline;
		}

		a:active, a:hover
		{
			color: #ce0006;
			text-decoration: underline;
		}
		
		img
		{
			border: none;
		}


		#container
		{
			width: 830px;
			height: 100%;
			margin: 0 auto;
			background-image: url('../images/background.png');
		} 
		
		#talen
		{
			width: 825px;
			height: 17px;
			background-image: url('../images/talen.png');
			text-align: right;
			padding-right: 5px;
			padding-top: 4px; 			color: black;
		}
		
		#header
		{
			width: 830px;
			height: 148px;
			background-image: url('../images/header.png');
			text-align: right;
			color: #00446c;
		}
		
		#container_links
		{
			width: 170px;
			maring-left: 17px;
			float: left;
		}
		
		#container_midden
		{
			float: left;
		}
		
		#container_rechts
		{
			width: 155px;
			float: left;
			margin-left: 20px;
		}
		
		#menubar
		{
			background-image: url('../images/quicknav.png');
			width: 454px;
			height: 26px;
			padding-left: 20px
		}
		
		#quicknav a
		{	
			display: block;
			color: white;
			margin: 0;
		}

		#quicknav a:hover
		{
			text-decoration: underline;
		}

		ul#quicknav
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
			float: left;
		}

		ul#quicknav li
		{			
			float: left;
			display: block;
		}

		#quicknav a.knop_boven
		{	
			width: 75px;
			color: white;
			text-decoration: none;
			font-weight: bold;
			padding-top: 7px;
		}
		#quicknav a.knop_boven:hover
		{	
			width: 75px;
			color: white;
			text-decoration: underline;
			font-weight: bold;
			padding-top: 7px;
		}
		
		#contents
		{
			width: 474px;
			margin-top: 7px;
		}
		
		#heading
		{
			background-image: url('../images/quicknav.png');
			height: 21px;
			font-weight: bold;
			color: white;
			padding-left: 7px;
			padding-top: 5px;
			text-align: center;
		}
		
		.textbox
		{
			padding: 5px;
		}
		
		#menu_header
		{
			width: 120px;
			height: 19px;
			background-image: url('../images/button_test.png');
			color: whitesmoke;
			padding-top: 7px;
			padding-left: 10px;
			font-weight: bold;
			margin-left: 17px;
		}
		
		#producten a
		{	
			display: block;
			text-decoration: none;
			color: #ce0006;
			margin-left: 17px;
		}

		#producten a:hover
		{
			text-decoration: underline;
		}

		ul#producten
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		#producten a.knop
		{	
			width: 120px;
			height: 20px;
			padding-left: 10px;
			padding-top: 5px; 			background-image: url('../images/knop.png');
		}
		
		#producten a.subknop
		{	
			width: 120px;
			height: 15px;
			padding-right: 10px;
			padding-top: 5px;
			text-align: right;
			background-image: url('../images/subknop.png');
			background-repeat: repeat-y;
			color: gray;
			font-size: 9px;
			border-top: 1px solid #e6e6e6;
			border-bottom: 1px solid white;
		}
		
		.sponsors
		{
			margin-bottom: 5px;
		}
		
		#tabel
		{	
			border-left: 1px solid #fae4e5;
			border-right: 1px solid #fae4e5;
			border-bottom: 1px solid #fae4e5;
		}

		table#prod_list tr td
		{	
			border-bottom: 1px #fae4e5 solid;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		.prod_foto
		{	
			border: 1px solid black;
			margin-left: 5px;
		} 
		
		.imgcenter
		{	
			text-align: center;
		}
		
		.prod_foto_groot
		{	
			border: 1px solid black;
		}
		
		.specs
		{
			font-size: 20px;
			font-weight: bold;
			color: #ce0006;
			text-decoration: underline;
			text-align: center;
		}

		#footer
		{
			clear: both;
			text-align: center;
			height: 32px;
			background-image: url('../images/footer.png');
			padding-top: 45px;
			color: white;
		}
		
		#footer a
		{
			color: white;
			text-decoration: underline;
		}
		
		#img_container
		{	
			margin-bottom: 10px;
			height: 283px;
		}
		
		#main_container
		{	
			width : 370px;
			height: 281px;
			float: left;
		}

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