@charset "UTF-8";

@media all
{
  .hlist {
    overflow: hidden;
    float: right;
    display: inline;
    position:relative;
    line-height: 0;
  }

  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 50px; /* LTR */
    padding: 0;
    border-left: 0px;
    border-right: 0px;
  }

  .hlist ul li {
    border-left: 0px;
    border-right: 0px;
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 33px; height: 33px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    height: 33px; line-height: 33px;
    text-decoration: none;
    width: auto;
  }
  .hlist ul li a strong {
    font-weight: normal;
    display: block;
    padding: 0 10px 0 12px;
    background: url('../../../images/design/bg_menu_line.png') no-repeat left top;
  }
  .hlist ul li.first a strong {
    padding: 0 10px;
    background: transparent;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { color: #fff; text-decoration: underline; }

  .hlist ul li.active a {
    background: #d91e16 url('../../../images/design/bg_menu_active.png') repeat-x left top;
    border-left: 0px;
    border-right: 0px;
  }

  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { color: #fff; text-decoration: underline; }
}
