
.w1 {
	width: 14px;
}

.w2 {
	width: 50px;
}

.languages {
  float: right;
}

.languages a {
  border-left: 0px solid #c1ada4;
  padding: 3px 7px;
  margin-left: 2px;
}

.languages a:hover {
  text-decoration: none;
}

.languages a:first-child {
	border-left: 0px solid white;
}

.languageflags {
	float: right;
  padding: 0px 5px;
}

.languageselector {
	float: right;
  text-align: left;
	list-style-type: none;
	margin-top: -3px;
}

.languageselector li ul {
	border: none;
	display: none;
	background-color: transparent;
	margin: 4px -2px;
}

.languageselector li:hover ul {
	border: none;
	display: block;
	background-color: transparent;
}

.languageselector li {
	list-style-type: none;
	margin-left: -40px;
	position: relative;
  padding: 2px;
}

.languageselector li a:hover {
	text-decoration: none;
}

.languageselector li ul li {
	padding: 0px;
	display: block;
	background-color: #efeefe;
  opacity: 0.9;       /* modern browser */  
  -moz-opacity: 0.9;  /* older Mozilla browser */  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
  filter:alpha(opacity=90); /* IE5.x -7.0 */  
	padding: 2px;
}

.languageselector li ul li:hover {
	background-color: #DDDDDD;
  opacity: 0.9;       /* modern browser */  
  -moz-opacity: 0.9;  /* older Mozilla browser */  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
  filter:alpha(opacity=90); /* IE5.x -7.0 */  
}

.languageselector li ul li a {
	margin-left:3px;
}

.languageselector li ul li a:hover {
	text-decoration: none;
}


.activelocale {
  background-color: #004C90;
  text-transform: uppercase;
  color: #FFFFFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.notactivelocale {
  background-color: #D5DDE0;
  text-transform: uppercase;
  color: #FFFFFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


.notactivelocale:hover {
  background-color: #6A747C;
}


.lang_de {
	 background-image: url("../imgs/de.png");
	 background-repeat: no-repeat;
	 padding-left: 22px;
	 background-position: 0px -1px;
	 width: 16px;
	 height: 16px;
}

.lang_en {
	 background-image: url("../imgs/en.png");
	 background-repeat: no-repeat;
	 padding-left: 22px;
	 background-position: 0px -1px;
	 width: 16px;
	 height: 16px;
}

