#lang-sel-wrap {
	position: absolute;
	top: 24.0em;
	left: 23em;
	width: 52%;
	z-index: 5;
}

html>/**/body #lang-sel-wrap {
	top: 24.5em;
}

#lang-sel {
	position: absolute;
	font-size: 1.1em;
	left: 72%;
}


a.lang-sel-link-en:link, 
a.lang-sel-link-en:visited, 
a.lang-sel-link-en:hover, 
a.lang-sel-link-en:active {
	padding-left: 24px;
	background-image: url(img/flagge-en-sw.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: black;
/*	background-attachment: fixed;*/
	background-position: 0px 0px;	
}

a.lang-sel-link-en:hover, 
a.lang-sel-link-en:active {
	background-image: url(img/flagge-en.gif);
	color: #002C8C;
}

/*
a.lang-sel-link-en:active, 
a.lang-sel-link-en:focus {
	color: #859ED2;
}
*/
