   #aktuelltab {
    float:left;
    width:100%;
	background-color: inherit;
    font-size:75%;
    line-height:normal;
	border-bottom:1px solid #DDD;
	height:auto;
	margin:0 0 10px 0;
	text-transform:uppercase;
	}

    #aktuelltab ul {
	margin:0;
	padding:5px 10px 0px 0px;
	list-style:none;
	}

    #aktuelltab li {
      display:inline;
      margin:0;
      padding:0;
      }
    #aktuelltab a {
      float:left;
      background:url("../images/tableftaktuell.gif") no-repeat left top;
      margin:0 1px 0 0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #aktuelltab a span {
      float:left;
      display:block;
      background:url("../images/tabrightaktuell.gif") no-repeat right top;
      padding:3px 6px 3px 4px;
      color:#FFF;
      }

	  /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #aktuelltab a span {float:none;}
    /* End IE5-Mac hack */
    #aktuelltab a:hover span {
      color:#FFF;
      }
    #aktuelltab a:hover {
      background-position:0% -42px;
      }
    #aktuelltab a:hover span {
      background-position:100% -42px;
      }  
