@charset "UTF-8";
/* CSS Document */

a {
		color:#666;
	font-family:arial;
	font-size:10px;
	text-decoration:none;
}

a:hover {
			color:#666;
	font-family:arial;
	font-size:10px;
	text-decoration:underline;
}
 

#container {
	width:800px;
	max-height:200px;
	vertical-align:middle;
	color:#666;
	font-family:arial;
	font-size:10px;
	
}

a #links {

	width:350px;
	height:150px;
	float:left;
	background-image:url(img/zwemerlogo.PNG);
}

a:hover #links {
	width:350px;
	height:150px;
	float:left;
	background-image:url(img/zwemerlogohover.PNG);
}

a #rechts {
	width:350px;
	height:150px;
	float:right;
	background-image:url(img/go4logo.PNG)
}

a:hover #rechts {
	width:350px;
	height:150px;
	float:right;
	background-image:url(img/go4logohover.PNG)
}


	
