/**
* Przełączanie języków. Tutaj raczej nie należy nic modyfikować.
*/

#switch_lang1 {
  height: auto !important;
  height: 15px;
  min-height: 15px;
}

#switch_lang1,#switch_lang1 A {
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
}

#switch_lang1 A {
  border: 0px solid green;
  color: #0000FF;
}

#switch_lang1 A:link {
  color: #0000FF;
  text-decoration: none;
}

#switch_lang1 A:visited {
  color: #0000FF;
  text-decoration: none;
}

#switch_lang1 A:active {
  color: #0000FF;
}

#switch_lang1 A:hover {
  color: #990000;
}