#langswitcher {
	float:left;
}
#langswitcher a {
	display:block;
	width:32px;
	height:28px;
	color:#fff;
	text-align:center;
	float:left;
	text-decoration:none;
	padding-top:6px;
}
#langswitcher a.nl {
	background:#eb9579;
}
#langswitcher a.en {
	background:#e36340;
}
#langswitcher a:hover {
	background:#b54223;
}
