/*   body { margin:0; padding:0; font: bold 11px/1.5em Verdana; text-align: center; }

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}
*/
/*- Menu Tabs 8--------------------------- */

    #tabs8 { 	float:left;  
    			width:100%; 
    			font-size:93%; 
    			line-height:normal; 
    			background-image: none; 
    			background-repeat: repeat; 
    			background-attachment: scroll;  
    			background-position: 0 0;  
    			text-align: center;
    		}
#tabs8 li {
     	 	display:inline;
    		margin:0;
      		padding:0; 
      		text-align: center;
      }
#tabs8 ul { text-align: center; 
			margin:0;  
			padding:10px 10px 0 150px; 
			list-style:none; 
			
			}
			
#tabs8 a { 		background-image: url(tableft8.gif); 
    			background-repeat: no-repeat; 
    			background-attachment: scroll; 
    			background-position: left top; 
    			float:left; 
    			margin:0;     
    			padding:0 0 0 4px; 
    			text-decoration:none; }
    			
    #tabs8 a span { float:left; 
    				display:block; 
    				padding:5px 15px 4px 6px; /* Groesse der Tabs  */
    				color:#333; 
    				background-image: url(tabright8.gif); 
    				background-repeat: no-repeat; 
    				background-attachment: scroll; 
    				background-position: right top; 
    				text-align: center; }
    			
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
     #tabs8 a span {float:none;}
    /* End IE5-Mac hack */
     #tabs8 a:hover span {
      color:#591333;
      }
    #tabs8 a:hover {
      background-position:0% -42px;
      }
    #tabs8 a:hover span {
      background-position:100% -42px;
      }

      #tabs8 #current a {
              background-position:0% -42px;
      }
      #tabs8 #current a span {
              background-position:100% -42px;
      }*/