@charset "UTF-8";
@media all
{
  #nav_top {
	overflow: hidden; /* (en) containing floats in all other browsers */
/* (de) Einfassen der Floats in allen anderen Browsern */
	float: left;
	display: inline; /* (en) Repeat the main color from the image */
	line-height: 0;
	padding: 2px 0px 2px 20px;
	
}


  #nav_top ul {
	/* border-left: 0px solid #fff;*/
	/*border-right: 1px #fff solid;*/ /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
	display: inline;
	float: left;
	margin: 0; /* (en) Left margin of the first button  */
   /* (de) Abstand des ersten Buttons vom linken Rand  */
	margin-left: 0px;
	padding: 0;
}

  #nav_top ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1em;
    line-height: 1em;
    list-style-type: none;
    margin:0px 0px 0px 0px;
    padding: 0;
  }

  #nav_top ul li a,
  #nav_top ul li strong {
	background: transparent;
	color: #868686;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0.0em 0.0em 0.0em 0.0em;
	text-decoration: none;
	width: auto;
	background-image: url(../images/nav_divdot.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	display:block;
}

  #nav_top ul li a:focus,
  #nav_top ul li a:hover,
  #nav_top ul li a:active  {
    background: #eee;
    color: #272727;
    text-decoration: none;
	 background-image: url(../images/nav_divdot.gif);
	 background-repeat:no-repeat;
	 	padding-left:15px;
	display:block;
  }
  

  #nav_top ul li#current_start a,
  #nav_top ul li#current_start a:focus,
  #nav_top ul li#current_start a:hover,
  #nav_top ul li#current_start a:active {
    background: transparent;
    color: #000;
    text-decoration: none;

  }
  
  #nav_top ul li#start a,
  #nav_top ul li#start a:focus,
  #nav_top ul li#start a:hover,
  #nav_top ul li#start a:active {
    background: transparent;
    color: #868686;
    text-decoration: none;

  }

  #nav_top ul li#current strong,
  #nav_top ul li#current a,
  #nav_top ul li#current a:focus,
  #nav_top ul li#current a:hover,
  #nav_top ul li#current a:active {
    background: transparent;
    color: #000;
    text-decoration: none;
	 background-image: url(../images/nav_divdot.gif);
	 background-repeat: no-repeat;
	 padding-left:15px;
	 display:block;
  }

}