.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */


.lang-change{
font-style:normal
}

.ui-dropdown-list {
   position: relative;
   box-sizing:content-box;
    
}

p.ui-dropdown-list-trigger {
   margin-top: 0;

}

.ui-dropdown-list-trigger strong {
	position: relative;
   z-index: 999;
         box-sizing:content-box;
}

.ui-dropdown-list-trigger strong:after {
	display: block;
	position: absolute;
	content: '';
	right: 5px;
	top: 6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
   border-top: 6px solid #333;

}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
	display: block;
	width: 25px;
	cursor: pointer;
	padding: 2px 11px 2px 0px;
	font-size: 13px;
	line-height: 13px;
	color: #333;
   font-weight: normal;
background-color:#fff;
   border-radius: 5px;
               box-sizing:content-box;
}

.ui-dropdown-list ul {
	display: none;
	position: absolute;
	right: 0;
	top: 18px;
   margin-top: 0;
   margin-right:-2px;
	padding: 0;
   z-index: 1000;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
   border-radius:3px;
   border:1px solid <link rel="stylesheet" type="text/css" href="845_2571ED5E10DC.css">;
   padding:1px
}

.ui-dropdown-list li {
	list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
   position: relative;
   display: block;
   float: right;
   background-color: #fff;
   color:#333;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
   border-bottom: none;
   background-color: #fff;
   color: #333;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
	display: block;
}

.ui-dropdown-list.active strong {
   background-color: #fff;
   color: #333;

}

.ui-dropdown-list.active strong:after {
	border-top-color: #333;
}

#lang-switcher a,
#lang-switcher strong {
	padding-left: 5px;
	/*background-image: url(../images/flag-de.gif);*/
	background-repeat: no-repeat;
   background-position: 8px center;

}

#lang-switcher a.en,
#lang-switcher .en strong {
	/*background-image: url(../images/flag-en.gif);*/
}

#lang-switcher a.fr,
#lang-switcher .fr strong {
   /*background-image: url(../images/flag-fr.gif);*/
}

#lang-switcher strong {
   float: right;
}






