	#taalkeuze{
		width:455px; 
		margin: 0px auto;
	}
		#taalkeuze h1{
			
		}
			#taalkeuze h1 span{
				display:none;
			}
		#taalkeuze ul li{
			list-style-type:none;
			
			display:block;
			float: left;
		}
			#taalkeuze ul li a{
				display:block;
				
				width: 150px; 
				height: 65px;
			}
			.nl{
				background: url(../afb/taalkeuze.png) left top;
			}
				.nl:hover{
					background-position: left bottom;
				}
			.fr{
				background: url(../afb/taalkeuze.png) center top;
			}
				.fr:hover{
					background-position: center bottom;
				}
			.en{
				background: url(../afb/taalkeuze.png) right top;
			}
				.en:hover{
					background-position: right bottom;
				}
			
			#taalkeuze ul li span{
				display:none;
			}