﻿/*** Top Navi *******************************************************************************/
/**/                                                                                      /**/
/**/ 
 
 /*** Home *****************************************************/
	#topNavi {
		position: relative;
		width: auto;
		width: 62.25em;
		height: 1.125em; /* 18px */
		white-space: nowrap;
		z-index: 10000;
	}

	#topNavi li {
		display: inline; /* Doppelfloat margin Bug des IE (http://www.positioniseverything.net/explorer/doubled-margin.html) */
		float: left;
		width: auto;
		height: 1.125em;
		background-color: #339933;
		position: relative;
		border-right: 0.0625em solid #FFF;
		z-index: 10000;
	}
	
	#topNaviRest {
		background-color: #339933;
		font-size: 75%;
		line-height: 1.5em;
	}

	#topNavi .home {
		width: 8.3125em; /* 133px bei 100% */
		padding: 0em 0.75em 0em 1.5em; /* 0px 9px 0px 18px bei 75% */
	}

/**/                                                                                      /**/
/**/                                                                                      /**/
/*** /Top Navi ******************************************************************************/
