@charset "UTF-8";


@media screen
{
	#rechteecke {background: transparent url("../../img/rechteecke.gif") bottom right no-repeat; margin: 0; padding:0;}
	#linkeecke  {background: transparent url("../../img/linkeecke.gif") bottom left no-repeat; height: 100px; margin: 0; padding:0;}
	
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:100%;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#c0c0c0 url("../../img/shiny_buttons/background.png") repeat-x center right;
    border-top:1px #333 solid;
    border-bottom:1px #333 solid;
    line-height:0;
    color: #fff;	
  }

  .hlist ul {
    margin:0;
    padding:0;
    /* (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  */
    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:12px;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a {
	background:transparent;
    color:#f8f8f8;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:0.6em 0.8em 0.6em 0.8em;
    text-decoration:none;
    width:auto;
  }
  
  .hlist ul li strong a{
    background:transparent;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:0;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#eee; color:#333; text-decoration:none; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#70c2ba url("../../img/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:transparent; color:#fff; text-decoration:none; }
}
