@charset "UTF-8";

/* Navigation */
img.header_soudan {
  display: block;
  float: right;
  width: 50px;
  margin-top: 6px;
  margin-right: 60px;
  height: auto;
  visibility: visible;
  overflow: visible;
}

@media handheld, print, screen and (min-width: 481px) {
  img.header_soudan {
    display: none;
    float: none;
    width: 0;
    margin-top: 0;
    margin-right: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@media handheld, print, screen and (min-width: 801px) {}
