@charset "UTF-8";

@media all
{
#nav_main {
  /* (en) containing floats in IE */
  /* (de) Einfassen der Floats im IE */
  width: 580px;
  overflow:hidden;
  margin-top: 0px;
  /* (en) containing floats in all other browsers */
  /* (de) Einfassen der Floats in allen anderen Browsern */
/*  float:left;
  display:inline;  */
  background-image: url(images/bg_hbutt.gif);
  background-repeat: repeat-x;
  border-top: 0px #000 solid;
  border-bottom: 0px #fff solid;
  border-right: 0px #fff solid;
  border-left: 0px #fff solid;
  line-height: 0px;
  text-align: center;
}

#nav_main ul {
  float:left;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
  display:inline;
  margin:0;
  padding: 0;
  /* (en) Left margin of the first button  */
  /* (de) Abstand des ersten Buttons vom linken Rand  */
  margin-left: 14px;
  border-right: 0px #fff solid;
}

#nav_main ul li {
  float: left;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
  display:inline;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  list-style-type: none;
  border-right: 1px #fff solid;
}

#nav_main ul li a,
#nav_main ul li strong {
  display:block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
}

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  {
  color: #747474;
    border: 0px #FEDC01 solid;
	background-image: url(images/bg_hbutthover.gif);
  text-decoration: none;
}

#nav_main ul li#current {
  border: 1px #FEDC01 solid;
    font-weight: bold;
	background-image: url(images/bg_hbuttaktiv.gif);
	background-repeat: repeat-x;
}

#nav_main ul li#current strong,
#nav_main ul li#current a,
#nav_main ul li#current a:focus,
#nav_main ul li#current a:hover,
#nav_main ul li#current a:active {
  color: #747474;
    font-weight: bold;
	background-image: url(images/bg_hbuttaktiv.gif);
	background-repeat: repeat-x;
  text-decoration: none;
}




}
