/* localisation.view.css */
#bar .languages .default {
	position: relative;
	text-decoration: none;
	padding-left: 24px;
	color: #000000;
}
#bar .languages .default:hover {
	text-decoration: underline;
}
#bar .languages .default img {
	position: absolute;
	top: 1px;
	left: 0;
}
#bar .languages .language_switch {
	background-image: url('/fileadmin/web/images/views/languages/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: right center;
	
	color: #000000;
	text-decoration: none;
}
