/*	-------------------------------------------------------------
	3. NAVIGATIONSMENÜ
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			/*#naviback {
				background: url(/images/layout/transi.PNG) repeat-x left top;
				height: 2.5em;
				margin-top: -25px;
				position: relative;
				z-index: 1;
			}*/
	
              #top_navi {
                    border-bottom: 1.3em solid #939393;/*#F9A51B*/
					height: 2.12em;
					margin-top: -2.3em;
					position: relative;
					z-index: 1;
					font-size: 1.2em;
               }
               #top_navi ul {
                    list-style: none;
					float: right;
               }
               #top_navi li {
                    float: left;
                    width: auto;
					margin-left: 5px;
                    border-bottom: 0.1em solid #765;
               }
               #top_navi a {
                    display: block;
                    float: left;
                    width: auto;
                    background: url("/images/layout/tab-links.png") no-repeat left -75px;
                    padding-left: 9px;
                    text-decoration: none;
                    font-weight: bold;
                    color:#333;
               }
               #top_navi a:hover {
                    background-position: 0% top;
               }
               #top_navi li.current {
                    border-bottom: 0.1em solid #939393;
               }
               #top_navi li.current a {
                    background-position: 0 top;
               }
               #top_navi li.current a span {
                    background-position: 100% top;
                    color: #FFFFFF;
					padding-top: 0.37em;
					font-weight: bold;
					font-size: 1.1em;
               }
               #top_navi a span {
                    float: left;
                    width: auto;
                    display: block;
                    background: url("/images/layout/tab-rechts.png") no-repeat right  -75px;
                    padding: 0.47em 9px 4px 0;
                    color: #333;
					line-height: 1.3em;
               }
               #top_navi a:hover span {
                    color: #FFF;
                    background-position: 100% top;
                    cursor: pointer;
               }

/*	-------------------------------------------------------------
	4. HACKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
               /* Commented Backslash Hack versteckt die
               folgende Anweisung von IE5-Mac \*/
               #top_navi a span {
                    float: none;
               }
               /* End IE5-Mac hack */
