div.de {
	float: left;
	width: 35px;
	height: 20px;
	background: #FFFFFF url(../images/languesDE.gif) no-repeat 0 0px;
	}
div.de a {
	display: block;
	margin: 0; padding:0;
	width:35px; height:20px;
	overflow:hidden;
	text-decoration: none;
	background: url(../images/languesDE.gif) no-repeat 0px 0px;
	}
div.de a:hover {
	background-image: url(../images/languesDE.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	}
div.fr {
	float: left;
	width: 35px;
	height: 20px;
	background: #FFFFFF url(../images/languesFR.gif) no-repeat 0 0px;
	}

div.fr a {
	display: block;
	margin: 0; padding:0;
	width:35px; height:20px;
	overflow:hidden;
	text-decoration: none;
	background: url(../images/languesFR.gif) no-repeat 0px 0px;
	}
div.fr a:hover {
	background-image: url(../images/languesFR.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	}
div.nl {
	float: left;
	width: 35px;
	height: 20px;
	background: #FFFFFF url(../images/languesNL.gif) no-repeat 0 0px;
	}

div.nl a {
	display: block;
	margin: 0; padding:0;
	width:35px; height:20px;
	overflow:hidden;
	text-decoration: none;
	background: url(../images/languesNL.gif) no-repeat 0px 0px;
	}
div.nl a:hover {
	background-image: url(../images/languesNL.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	}
div.gb {
	float: left;
	width: 35px;
	height: 20px;
	background: #FFFFFF url(../images/languesGB.gif) no-repeat 0 -20px;
	}
div.gb a {
	display: block;
	margin: 0; padding:0;
	width:35px; height:20px;
	overflow:hidden;
	text-decoration: none;
	background: url(../images/languesGB.gif) no-repeat 0px 0px;
	}
div.gb a:hover {
	background-image: url(../images/languesGB.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	}
