body { 
  /*NS4*/
  margin-top: -8px; 
  margin-left: -8px; 
  }
  		
/*	Container breite immer angeben 	*/  
#container { 
width: 1024px;
} 		

#Layer1 {                     /* Schrift unter Logo */
	position:absolute;
	width:330px;
	height:24px;
	z-index:10;
	left: 87px;
	top: 82px;
}



@media screen {
/*	Moderne Browser: (Ausschluss von NS4, IE4 IE/MAC) */
  
  /*	Menü	um IE4 auszuschließen an erter Stelle in  @media screen	*/
	#men_ue {							/*	Unterstich Hack schließt NN6 aus*/
		position:absolute;
		width:170px;
		height:300px;
		left: 0px;
		top: 310px;
	}
	
		#video {							/*	Unterstich Hack schließt NN6 aus*/
		position:absolute;
		width:170px;
		height:20px;
		left: 6px;
		top: 550px;
	}
  #men_bild {							
		position:absolute;
		width:160px;
		height:110px;
		left: 0px;
		top: 164px;
	}
* html #men_bild {							
		top: 169px;
	}
	
	#w3c {							
		position:absolute;
		width:160px;
		height:40px;
		left: 0px;
		top: 540px;
	}
	
	body { 
		margin-top:0px; 
		margin-left:0px; 
	}
  
/* background-image funktioniert nicht im Javascript	*/
	#scroll { 
			background-image : url(../grafik/bg.gif);
	} 
   
}
/*		Ende Moderne Browser       */  	

 

  
/*		boxmodel pixelgenau		*/
@media screen {
/*	Nur für Bildschirmausgabe*/

/*	Kopfleiste	*/
.top_bild_box { float: right; height: 164px; width: auto; margin-left: 2px;}
.logo  { margin-left: 0px; }
.programm { 
margin: 0px 0px 0px 0px;
 	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	font-weight: normal;
}

.top_menue_box  {															/*	Menüleiste oben*/
position:absolute;
clear: both;
width: 1024px;
height: 28px;
background-color: #5AAC46;
border-top: 2px;
border-bottom: 2px;
border-color: White;
border-bottom-style: solid;
left: 0px;
top: 112px;
}
* html .top_menue_box  {															/*	Menüleiste oben*/
height: 32px;
}
.top_menue_box2  {															/*	Menüleiste oben Home */
position:absolute;
margin-right: 2px;
float: left;
width: 175px;
height: 20px;
background-color: #B1C7B6;
border-bottom: 2px;
border-bottom-color: #185B2E;
border-bottom-style: solid;
left: 0px;
top: 142px;
}
* html .top_menue_box2  {															/*	Menüleiste oben Home */
height: 24px;
}
.top_menue_box3  {															/*	Menüleiste oben Unternehmen... */
position:absolute;
float: left;
width: 847px;
height: 20px;
background-color: #185B2E;
border-bottom: 2px;
border-color: #5AAC46;
border-bottom-style: solid;
left: 177px;
top: 142px;
}
* html .top_menue_box3  {															/*	Menüleiste oben Unternehmen... */
width: 847px;
height: 24px;
}

/*	Menüs oben Produkte */
.top_menue1_txt  { 
padding: 5px 0px 0px 0px;
}	
* html .top_menue1_txt  { 
margin: 0px;
}	
/*	Menüs oben Home */
.top_menue2_txt  { 
padding: 3px 0px 0px 20px;
}		
/*	Menüs oben Unternehmen*/
.top_menue3_txt  { 
padding: 3px 0px 0px 25px;
}		
* html .top_menue3_txt  { 
margin: 0px;
}					
/*	Ende Kopfleiste	*/
	
	/*	Scrollbereich*/
	.box_1 {
		float: left;
		width: 530px;
		height: auto;
		margin: 15px 16px 0px 212px;
		\margin: 15px 14px 0px 212px;  /* IE5 */
		ma\rgin: 15px 16px 0px 212px;
		padding: 10px 20px 0px 0px;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;

		/* Simplified Box model Hack (width-padding) 
 		width: 570px;  fuer korrekte Interpretation
		\width: 570px; nur fuer IE5 
		w\idth: 550px; fuer IE6, IE7 - nicht vor einem der Buchstaben a, b, c, e, f	>  ma\rgin-left: 16px; funktioniert!
		*/
		w\idth: 515px;
	} 
	.box_1_breit {
		float: left;
		width: 735px;
		height: auto;
		margin: 15px 16px 0px 212px;
		\margin: 15px 14px 0px 212px;  /* IE5 */
		ma\rgin: 15px 16px 0px 212px;
		padding: 10px 20px 0px 0px;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;

		/* Simplified Box model Hack (width-padding) 
 		width: 570px;  fuer korrekte Interpretation
		\width: 570px; nur fuer IE5 
		w\idth: 550px; fuer IE6, IE7 - nicht vor einem der Buchstaben a, b, c, e, f	>  ma\rgin-left: 16px; funktioniert!
		*/
		w\idth: 720px;
	} 
	.box_2 {
		float: left;
		background-color: #FFFFFF;
		width: 220px;
		height: auto;
		margin: 15px 0px 0px 0px;

		padding: 10px 0px 0px 0px;

		/* Simplified Box model Hack */
		w\idth: 220px;
		} 	

}
/*		Ende boxmodel pixelgenau		*/


