/*** 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;
	}

	
	/*** Produkte *************************************************/
	
	#topNavi .topnavi_produkte:hover, .topnavi_produkte:active {
		background-color: #DC4031;
		color: #FCF0EF;
	}
	
	#topNavi ul#pulldown_produkte {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		z-index: 10000;
		background-color: #FCF0EF;
		display: none;
	}
	
	#topNavi ul#pulldown_produkte li {
		background-color: #FCF0EF;
		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: #DC4031;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** Expertentools ********************************************/
	
	#topNavi .topnavi_expertentools:hover, .topnavi_expertentools:active {
		background-color: #7AAE00;
		color: #EDF6D9;
	}
	
	#topNavi ul#pulldown_expertentools {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #EDF6D9;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_expertentools 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_expertentools 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;
	}
	
	
	/*** Infothek *************************************************/
	
	#topNavi .topnavi_infothek:hover, .topnavi_infothek:active {
		background-color: #4C93C1;
		color: #F1F7FA;
	}
	
	#topNavi ul#pulldown_infothek {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #F1F7FA;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_infothek li {
		background-color: #F1F7FA;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_infothek li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #4C93C1;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** Ansprechpartner ******************************************/
	
	#topNavi .topnavi_ansprechpartner:hover, .topnavi_ansprechpartner:active {
		background-color: #4AB83C;
		color: #EDF6D9;
	}
	
	#topNavi ul#pulldown_ansprechpartner {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #EDF6D9;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_ansprechpartner 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_ansprechpartner li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #4AB83C;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	
	/*** News *****************************************************/
	
	#topNavi .topnavi_news:hover, .topnavi_news:active {
		background-color: #F08D00;
		color: #FEF6EB;
	}
	
	#topNavi ul#pulldown_news {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #FEF6EB;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_news li {
		background-color: #FEF6EB;
		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: #F08D00;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	/*** Agrarclub ************************************************/
	
	#topNavi .topnavi_bayeragrartv:hover, .topnavi_bayeragrartv:active {
		background-color: #39A9DB;
		color: #E3F6FF;
	}
	
	#topNavi ul#pulldown_bayeragrartv {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #E3F6FF;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_bayeragrartv li {
		background-color: #E3F6FF;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_bayeragrartv li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #39A9DB;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	/*** Agrarclub ************************************************/
	
	#topNavi .topnavi_agrarclub:hover, .topnavi_agrarclub:active {
		background-color: #737A10;
		color: #F6FDEB;
	}
	
	#topNavi ul#pulldown_agrarclub {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #f6fdeb;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_agrarclub li {
		background-color: #f6fdeb;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_agrarclub li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #737a10;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
	/*** Unternehmen **********************************************/
	
	#topNavi .topnavi_unternehmen:hover, .topnavi_unternehmen:active {
		background-color: #1D89B5;
		color: #EDF6F9;
	}
	
	#topNavi ul#pulldown_unternehmen {
		width: 10em; /* 160px -> Breite Pulldown */
		position: absolute;
		left: 0em;
		background-color: #EDF6F9;
		display: none;
		z-index: 10000;
	}
	
	#topNavi ul#pulldown_unternehmen li {
		background-color: #EDF6F9;
		clear: both;
		padding: 0em;
		width: 11.25em; /* 180px -> Breite Pulldown */
		/*white-space: nowrap;*/ /* Umbruch ausschalten ( !! entweder width oder kein Umbruch) */ 
	}
	
	#topNavi ul#pulldown_unternehmen li a {
		display: inline;
		font-size: 100%;
		font-size: 0.75em;
		font-weight: normal;
		color: #1D89B5;
		width: auto;
		text-decoration: none;
		margin: 0em;
		padding: 0em;
	}
	
/**/                                                                                      /**/
/**/                                                                                      /**/
/*** /Top Navi ******************************************************************************/
