body { 
  /*NS4*/
  margin-top: -8px; 
  margin-left: -8px; 
  }
  		
/*	Container breite immer angeben 	*/  
#container { 
width: 1024px;

} 		


@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:196px;
		height:200px;
		left: 30px;
		top: 184px;
		color: White;
	}
  #men_bild {							
		position:absolute;
		width:196px;
		height:130px;
		left: 0px;
		top: 126px;
		color: White;
	}
	

	
* 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	*/
#logobox{
	float: left;
}

.top_bild_box { float: left; height: 115px; width: auto; margin: 32px 0px 4px 4px; }

#unter_logo {
float: left;
margin: 0px 0px 0px 0px;
width: 229px;
height: 41px;	
background-color: #C6E0F0;
}

#topbox_menue  {															/*	Menüleiste oben*/
float: left;
margin: 0px 0px 4px 4px;
width: 791px;
height: 36px;
background-color: #C6E0F0;
		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
/*	Menü oben  */
.topmenue_txt  { 
padding: 8px 0px 0px 16px;
}	




/*	Ende Kopfleiste	*/
	
	/*	Scrollbereich*/
	
	.box_1 {
	
background-color: #EBF3F9;
float: left;
		width: 700px;
		height: auto;
		margin: 0px 0px 0px 233px;
		padding: 30px 20px 0px 45px;

		/* 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: 690px;*/
	} 
	
	
	
	

}
/*		Ende boxmodel pixelgenau		*/

#container  {
	width: 1024px;
}


	 .box_1 {
		border: 0px solid #FFD700;
	}
