body { 
  /*NS4*/
  margin-top: -8px; 
  margin-left: -8px; 
  background-color: #F2C95C;
  }
  		
/*	Container breite immer angeben 	*/  
#aussen { 
position: relative;
margin: 0px auto;
width: 994px;
height: auto;
 border: 0px dashed Red;	
 }
 	
#container { 
width: 994px;
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 0px;
}

@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:auto;
		left: 0px;
		top: 246px;
	}

		
	}
	#menue_logobox {		
	float: left					
		width:auto;
		height:auto;
		left: 190px;
		top: 0px;
	}	
	
	
	
 	body { 
		margin-top:0px; 
		margin-left:0px; 
	}
  
 


/*	Kopfleiste	*/
#logobox{
float: left;
		width: 655px;
		height: auto;
		margin: 0px 0px 0px 190px;
		background-color: White;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
.logo {
	   margin: 0px 0px 0px 0px;
		border: 0px solid Black;
		display: block;
}



/*	Topmenü-Balken*/
#topbox_menue  {													
float: left;
margin: 0px 0px 0px 190px;
width: 655px;
height: 32px;
		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
/*	Topmenü  */
.topmenue_txt  { 
text-align: right;
padding: 6px 0px 0px 0px;
margin: 0px 0px 0px 0px;
/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	




/*	Ende Kopfleiste	*/
	
	/*	Scrollbereich*/
	
	.box_1 {
float: left;
		width: 545px;
		height: auto;
		margin: 15px 0px 0px 190px;
		padding: 20px 90px 0px 20px;
		background-color: White;

		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;

	} 
	
	
	
	

}
/*		Ende boxmodel pixelgenau		*/



