#lang_de
{
  display: block;
  width: 18px;
  height: 12px;
  font-size: 1px;
  background: url("/images/language/de_button.png") no-repeat left top;
}

#lang_de:hover
{
  background-position: bottom;
}

#lang_de_active
{
  display: block;
  width: 18px;
  height: 12px;
  font-size: 1px;
  background: url("/images/language/de_button.png") no-repeat left top;
  background-position: bottom;
}

#lang_en
{
  display: block;
  width: 18px;
  height: 12px;
  font-size: 1px;
  background: url("/images/language/en_button.png") no-repeat left top;
}

#lang_en:hover
{
  background-position: bottom;
}

#lang_en_active
{
  display: block;
  width: 18px;
  height: 12px;
  font-size: 1px;
  background: url("/images/language/en_button.png") no-repeat left top;
  background-position: bottom;
}
