/*  LANG SWITCHER  */
div#langswitcher {
  margin-top:12px;
  margin-right:auto; margin-left:auto; 
  width:742px; text-align:right;
  color:#ddd;
}
div#langswitcher a:visited, div#langswitcher a {
  color:#7f92a8; text-decoration:none;
}
div#langswitcher a:link:hover, div#langswitcher a:visited:hover {
  color:orange;
}
