/*** Top Navi *******************************************************************************/
/**/                                                                                      /**/
/**/                                                                                      /**/
	
	#topNavi ul {
		position: relative;
		white-space: nowrap;
		list-style: none;
		margin: 0em;
		padding: 0em;
		border: 0em;
	}
	
	#topNavi ul li a {
		display: block;
		font-size: 75%;
		line-height: 1.5em;
		font-weight: bold;
		color: #FFF;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em 0.75em 0em 0.75em; /* 12px links und rechts */
	}
	
	#topNavi ul li a:hover {
		text-decoration: none;
	}
	
	#topNavi ul li a:active {
		text-decoration: none;
	}
	
	#topNavi ul li ul {
		
	}
	
	#topNavi ul li ul li {
		height: 1.1875em;
		border-bottom: 1px solid #CCC;
	}
	
	#topNavi ul li ul li.first {
		border-top: 1px solid #CCC;
	}

	
	/*** News *****************************************************/
	
	#topNavi .topnavi_news:hover, .topnavi_news:active {
		background-color: #008703;
		color: #EDF6D9;
	}
	
	#topNavi ul#pulldown_news {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #EDF6D9;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_news li {
		background-color: #EDF6D9;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_news li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #008703;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** Produkte *************************************************/
	
	#topNavi .topnavi_produkte:hover, .topnavi_produkte:active {
		background-color: #2166ab;
		color: #e8f4ff;
	}
	
	#topNavi ul#pulldown_produkte {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		z-index: 10000;
		background-color: #e8f4ff;
		display: none;
	}
	
	#topNavi ul#pulldown_produkte li {
		background-color: #e8f4ff;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_produkte li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #2166ab;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** Tipps & Tricks ******************************************/
	
	#topNavi .topnavi_tipps_und_tricks:hover, .topnavi_tipps_und_tricks:active {
		background-color: #7AAE00;
		color: #eaffbc;
	}
	
	#topNavi ul#pulldown_tipps_und_tricks {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #eaffbc;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_tipps_und_tricks li {
		background-color: #eaffbc;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_tipps_und_tricks li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #7AAE00;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** Service_und_Hilfe *************************************************/
	
	#topNavi .topnavi_service_und_hilfe:hover, .topnavi_service_und_hilfe:active {
		background-color: #be1e8a;
		color: #fdf0e6;
	}
	
	#topNavi ul#pulldown_service_und_hilfe {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #fdf0e6;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_service_und_hilfe li {
		background-color: #fdf0e6;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_service_und_hilfe li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #be1e8a;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	

	/*** Download ************************************************/
	
	#topNavi .topnavi_download:hover, .topnavi_download:active {
		background-color: #87000d;
		color: #f3e5e6;
	}
	
	#topNavi ul#pulldown_download {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #f3e5e6;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_download li {
		background-color: #f3e5e6;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_download li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #87000d;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	/*** Händlersuche **********************************************/
	
	#topNavi .topnavi_haendlersuche:hover, .topnavi_haendlersuche:active {
		background-color: #580060;
		color: #ede3ee;
	}
	
	#topNavi ul#pulldown_haendlersuche {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #ede3ee;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_haendlersuche li {
		background-color: #ede3ee;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_haendlersuche li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #580060;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	/*** GartenDoktor **********************************************/
	
	#topNavi .topnavi_gartendoktor:hover, .topnavi_gartendoktor:active {
		background-color: #008703;
		color: #EDF6D9;
	}
	
	#topNavi ul#pulldown_gartendoktor {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #EDF6D9;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_gartendoktor li {
		background-color: #EDF6D9;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_gartendoktor li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #008703;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
/**/                                                                                      /**/
/**/                                                                                      /**/
/*** /Top Navi ******************************************************************************/
