@charset "UTF-8";
/* CSS Document */

@media all

{

  .hlist {
	/* (en) containing floats in IE */

    /* (de) Einfassen der Floats im IE */

    width: 252px;
	overflow: hidden;
	/* (en) containing floats in all other browsers */

    /* (de) Einfassen der Floats in allen anderen Browsern */

    float: right;
	display: inline;
	/* (en|de) Bugfix: IE - collapsing horizontal margins */

    position:absolute;
	/* (en) Repeat the main color from the image */

    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */

    line-height: 0;
	padding-left: 0;
	margin-left:30px;
	left: -635px;
	top: -5px;
  }



  .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 0; /* LTR */

    padding: 0;

    border-left: 1px #aaa solid;

    border-right: 1px #fff solid;

  }



  .hlist ul li {

    border-left: 1px #fff solid;

    border-right: 1px #aaa solid;

    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */

    display: inline;

    float: left; /* LTR */

    font-size: 1.0em;

    line-height: 1em;

    list-style-type: none;

    margin: 0;

    padding: 0;

  }



  .hlist ul li a,

  .hlist ul li strong {

    background: transparent;

    color: #0c4097;

    display: block;

    font-size: 0.9em;

    font-weight: bold;

    margin: 0;

    padding: 0.5em 0.8em 0.5em 0.8em;

    text-decoration: none;

    width: auto;

  }



  .hlist ul li a:focus,

  .hlist ul li a:hover,

  .hlist ul li a:active  { background: #eee; color: #0c4097; text-decoration: none; }



  .hlist ul li.active {

    /* (en) Repeat the main color from the image */

    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */

   /* background: #272727 url("images/shiny_buttons/background_active.png") repeat-x center right; */

    border-left: 1px #444 solid;

    border-right: 1px #888 solid;

  }



  .hlist ul li.active strong,

  .hlist ul li.active a:focus,

  .hlist ul li.active a:hover,

  .hlist ul li.active a:active { background-color: #0c4097; text-decoration: none; }

}
