html, body
		{
			/*height: 100%;*/
			color: #4a4a4a;
		}

		body
		{
			margin: 0;
			padding: 0;

			font-size: 10px;
			font-family: Verdana, Tahoma, Arial, sans-serif;
			background-color: #a6a6a6;
		}
		
		h1
		{
			font-size: 22px;
			color: #444444;
			font-weight: normal;
			text-align: center;
		}
		
		h2
		{
			font-size: 16px;
			color: #444444;
			font-weight: normal;
		}
		
		p
		{
			font-size: 14px;
		}
		
		p a:link, p a:visited
		{
			color: orange;
		}
		
		ul, li
		{
			font-size: 14px;
		}
		
		img
		{
			border-style: none;
		}

		a:link, a:visited
		{
			color: #444444;
			text-decoration: none;
		}

		a:active, a:hover
		{	
			color: #444444;
			text-decoration: underline;
		}


		#container
		{
			width: 830px;
			margin: 0 auto;
			padding-left: 10px;
			padding-right: 10px;
			background-image: url('../images/shadow.png');
		}
		
		#container_links
		{
			width: 200px;
			float: left;
		}
		
		#container_rechts
		{
			width: 600px;
			float: left;
		}
		
		#talen
		{
			width: 820px;
			height: 20px;
			padding-left: 10px;
			padding-top: 5px;
			background-image: url('../images/talen.png');
			font-size: 12px;
			color: white;
		}
		
		#talen a
		{
			color: white;
		}

		#header
		{
			background-image: url('../images/header.png');
			height: 121px;
		}

		#menubar
		{
			height: 46px;
			background-image: url('../images/menubar.png');
		}
		
		#nav_head
		{
			height: 34px;
			width: 170px;
			padding-right: 10px;
			padding-top: 5px;
			text-align: right;
			font-size: 20px;
			border-bottom: 1px solid #a2a2a2;
			color: #c57927;
		}
		
		#menubar .knop
		{
			font-size: 18px;
			float: left;
			padding-right: 15px;
			padding-left: 15px;
			padding-top: 7px;
			height: 29px;
		}
		
		.menu_container
		{
			width: 180px;
		}
		
		.menu_spacer
		{
			height: 5px;
			border-top: 1px solid white;
		}
		
		#menu a
		{	
			display: block;
			text-decoration: none;
			text-align: right;
			border-top: 1px solid white;
			border-bottom: 1px solid #a2a2a2;
		}

		#menu a:hover
		{
			background-color: #b1b1b1;
			color: white;
		}

		ul#menu
		{
			list-style-type: none;
			
			padding: 0;
			margin: 0;
		}

		#menu a.button
		{	
			width: 170px;
			height: 24px;
			padding-right: 10px;
			padding-top: 7px;
		}
		
		.img_main
		{	
			text-align: center;
		}
		
		.imgcontainer
		{	
			width: 100%
		}

			.imgcontainer .thumbs
			{	
				text-align: center;
			}
			
			.imgcontainer tr td
			{	
				padding: 7px;
			}
		
		#footer
		{
			width: 830px;
			height: 37px;
			clear: both;
			background-image: url('../images/footer.png');
			text-align: center;
			padding-top: 15px;
			font-size: 12px;
		}