/* ALLGEMEINES */

	html, body
	{
		margin-top: 0px;
		margin-left: 28px;
	}
	
	div
	{
		float:			left;
	}
	
	a.textlink, a.textlink:visited, a.textlink:active
	{
		color:				#057A34;
		text-decoration: underline;
	}

/* FORMULARE */

	.search
	{
		border-style: solid;
		border-width: 1px;
		border-color: #CFCFCF;
		font-size: 10px;
		color: #666666;
		padding-top: 2px;
		padding-left: 2px;
		padding-bottom: 2px;
	}
	
	.go
	{
		margin-left: -10px;
	}

/* LINKS */

	a
	{
		color:						#666666;
		text-decoration: 	none;
	}
	
	a:visited
	{
		color:						#666666;
		text-decoration: 	none;
	}
	
	a.navlink
	{
		color:						#ffffff;
		text-decoration: 	none;
	}
	
	a.navlink:visited
	{
		color:						#ffffff;
		text-decoration: 	none;
	}

/* SEITENAUFBAU ------------------------------------- */

/* ALLGEMEINE DEFINITIIONEN */
	
	#spacer
	{
		width: 155px;
	}
	
	#row
	{
		width: 	987px;
	}
	
/* ZEILE 1: TOP NAVIGATION */
	
		#top_nav
		{
			height: 			40px;
			font-family: 	arial;
			font-size: 		11px;
			line-height:  4px;
			color:				#666666;	
			word-spacing: 12px;
		}
	
/* ZEILE 2: FLASH & LOGO */
	
		#site_logo
		{
			width:			117px;
			height: 		191px;
		}
		
		#site_head
		{
			width:			791px;
			height:			191px;
			background-color: #eeeeee;
		}
	
/* ZEILE 3: HAUPTNAVIGATION */
		
		
		
		#nav
		{
			width:	790px;
			height: 23px;
			background-color: #008823;
		}
		
		#nav1		/* Märkte & Trends (Over: #009900 ) */
		{
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			text-align:		center;
			border-right: solid 1px #ffffff;
		}
		
		#nav1:hover { background-color: #009900; height: 19px; }

		#nav2		/* Natürliche Inhaltsstoffe  */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			border-right: solid 1px #ffffff;
		}
		
		#nav2:hover { background-color: #D8AB0D; height: 19px; }

		#nav3		/* Prozesstechnologie */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			border-right: solid 1px #ffffff;
		}
		
		#nav3:hover { background-color: #94231B; height: 19px; }
		
		#nav4		/* Markenartikel */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			border-right: solid 1px #ffffff;
		}		
		
		#nav4:hover { background-color: #DA9209; height: 19px; }
		
		#nav5		/* Unternehmen */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			border-right: solid 1px #ffffff;
		}
		
		#nav5:hover { background-color: #82AA52; height: 19px; }
		
		#nav6		/* Service */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
			border-right: solid 1px #ffffff;
		}
		
		#nav6:hover { background-color: #3078C0; height: 19px; }
		
		#nav7		/* Karriere */
		{
			text-align:		center;
			font-family: 	arial;
			font-size: 		12px;
			color: 				#ffffff;
			height: 			23px;
			padding-top:  3px;
		}
		
		#nav7:hover { background-color: #CF0D0E; height: 19px; }
		
/* ZEILE 4: CONTENT */
		
		#content
		{
			width: 	790px;
			
		}
		
			#headline
			{
				font-family: 	arial;
				font-size: 		20px;
				margin-top:   25px;
				line-height:  17px;
				color:				#057A34;
				width: 				500px;
			}
			
			h1
			{
				font-size: 20px;
			}
			
			
			h2
			{
				font-size: 		11px;
				font-weight:	bold;
			}
			
			h3
			{
				font-size:		11px;
				font-weight: normal;
			}
			
			#text
			{
				margin-top:		15px;
				font-family: 	arial;
				font-size: 		11px;
				line-height:  15px;
				width: 				440px;	
				color:				#666666;
			}
		
			#image
			{
				padding-left: 40px;
				height: 			400px;
			}
		
/* ZEILE 5: BOXEN */	
			
		#box
		{

margin-right: 20px;
		}
	
/* ZEILE 6: SEITENABSCHLUSS */
		
		#sitefoot
		{
			margin-top:		15px;
			font-family: 	arial;
			font-size: 		9px;
			line-height:  15px;
			width: 				500px;	
			color:				#888888;
		}	
	
/* ZEILE 7: KEYWORDS */
	
		#keywords
		{
			margin-top:		15px;
			font-family: 	arial;
			font-size: 		9px;
			line-height:  15px;
			color:				#888888;
			text-align: 	center;
			padding-left: 150px;
		}
