body { 
  /*NS4*/
  margin-top: -8px; 
  margin-left: -8px; 
  }
  		
/*	Container breite immer angeben 	*/  
#container { 
width: 1024px;
} 		
#framedivleft {
	height: 350px;
}

@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:200px;
		height:200px;
		left: 15px;
		top: 172px;
	}
	#bigalogo {							/*	Unterstich Hack schließt NN6 aus*/
		position:absolute;
		width:200px;
		height:200px;
		left: 918px;
		top: 170px;
	}	
	#menue_logobox {							
		position:absolute;
		width:auto;
		height:auto;
		left: 0px;
		top: 0px;
	}	
	
	
	
 	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	*/
#bg_top {
	position:absolute;
	width:auto;
	height:120px;
	z-index:1;
	top: 0px;
	left: 275px;
}
#logobox {
	position:absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 823px;
	z-index:3;
}
.logo {
	   margin: 0px 0px 0px 0px;
		border: 0px solid Black;	
		border-bottom: 2px solid White;
}
#top_bild_container {
	position:absolute;
	width: auto;
	height: auto;
	z-index:2;
	top: 0px;
	left: 0px;
}
#top_bild_box { float: left; height: auto; width: auto; 
			display: inline;
	padding: 0px 0px 0px 0px;	
margin: 0px 0px 0px 0px;
border-right: 3px solid White;
border-bottom: 2px solid White;
}
#top_bild_box1 { float: left; height: auto; width: auto; 
			display: inline;
	padding: 0px 0px 0px 0px;	
margin: 0px 0px 0px 0px;
border-right: 3px solid White;
border-bottom: 2px solid White;
}
#top_bild_box2 { float: left; height: auto; width: auto; 
			display: inline;
	padding: 0px 0px 0px 0px;	
margin: 0px 0px 0px 0px;
border-right: 3px solid White;
border-bottom: 2px solid White;
}
#top_bild_box3 { float: left; height: auto; width: auto; 
			display: inline;
	padding: 0px 0px 0px 0px;	
margin: 0px 0px 0px 0px;
border-right: 3px solid White;
border-bottom: 2px solid White;
}
* html #topbox_menue1  {													
margin: 2px 0px 0px 0px;
}
/*	Topmenü-Balken*/
#topbox_menue1  {													
float: left;
margin: 5px 0px 0px 0px;
width: 700px;
height: 26px; line-height: 0; font-size: 0;  /*  kleine Höhe im IE6 */
background-color: #6392AD;
		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
*+html #topbox_menue1  {													
margin: 2px 0px 0px 0px;
}

* html #topbox_menue2  {													
margin: 2px 0px 0px 0px;
}
#topbox_menue2  {													
float: left;
margin: 5px 0px 0px 0px;
width: 324px;
height: 26px; line-height: 0; font-size: 0;  /*  kleine Höhe im IE6 */
background-color: #6392AD;
		/* Double-Margin-Bug (IE5, IE6, nur in der ersten Box) */
		display: inline;
}
*+html #topbox_menue2  {													
margin: 2px 0px 0px 0px;
}

/*	Topmenü  */
.topmenue_txt1  { 
text-align: left;
padding: 5px 0px 0px 15px;
margin: 0px 0px 0px 0px;
height: 26px; line-height: 0; font-size: 0;  /*  kleine Höhe im IE6 */
}	
/*	Topmenü  */
.topmenue_txt2  { 
text-align: right;
padding: 5px 23px 0px 0px;
margin: 0px 0px 0px 0px;
height: 26px; line-height: 0; font-size: 0;  /*  kleine Höhe im IE6 */
}	
/*	Ende Kopfleiste	*/
	
	/*	Scrollbereich*/
	
	.box_1 {
	border: 0px solid Blue;
      float: left;
		width: 780px;
		height: auto;
		margin: 0px 0px 0px 200px;
		padding: 21px 0px 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: 690px;*/
	} 
#flashcontent {
margin-top: -30px;
	
}
}


/*		Ende boxmodel pixelgenau		*/

#container  {
	width: 1024px;
	}

.umbr  {
	float: none;
	clear: both;
}


	
	
	
