html, body
		{
			/*height: 100%;*/
			color: #4a4a4a;
		}

		body
		{
			margin: 0;
			padding: 0;

			font-size: 10px;
			font-family: Verdana, Tahoma, Arial, sans-serif;
			background-color: #9d9d9d;
		}
		
		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: #a7202f;
		}
		
		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: 620px;
			float: left;
			padding-right: 10px;
		}
		
		#talen
		{
			width: 820px;
			height: 27px;
			padding-left: 10px;
			padding-top: 10px;
			background-image: url('../images/talen.png');
			font-size: 12px;
		}

		#header
		{
			background-image: url('../images/header.png');
			height: 180px;
		}

		#menubar
		{
			height: 37px;
			background-image: url('../images/menubar.png');
		}
		
		#nav_head
		{
			height: 31px;
			width: 180px;
			padding-right: 10px;
			padding-top: 5px;
			text-align: right;
			background-image: url('../images/nav_head.png');
			color: #e7e6e7;
			font-size: 20px;
		}
		
		#menu_footer
		{
			height: 5px;
			width: 190px;
		}
		
		#menubar .knop
		{
			font-size: 18px;
			float: right;
			padding-right: 15px;
			padding-left: 15px;
			padding-top: 5px;
			height: 32px;
		}
		
		#menubar .knop:hover
		{
			background-color: #444444;
			color: white;
		}
		
		.menu_container
		{
			width: 190px;
			background-color: #444444;
			margin-left: 4px;
			margin-top: 4px;
		}
		
		#menu a
		{	
			display: block;
			text-decoration: none;
			color: white;
			text-align: right;
		}

		#menu a:hover
		{
			background-color: #6e6e6e;
		}

		ul#menu
		{
			list-style-type: none;
			
			padding: 0;
			margin: 0;
		}

		#menu a.button
		{	
			width: 180px;
			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: 40px;
			clear: both;
			background-image: url('../images/footer.png');
			text-align: center;
			color: white;
			font-size: 12px;
			padding-top: 11px;
		}
		
			#footer a
			{
				color: white;
			}
			
			#footer a:hover
			{
				color: white;
				text-decoration: underline;
			}