html { overflow-y: scroll; }							/* Seitensrünge verhindern: Vertikale Scrollbar immer anzeigen IE6-8, FF */

body { 
	margin-top: -8px; 									/*NS4*/
	margin-left: -8px; 									/*NS4*/
	background-color: #EEEEEE;							/* Hintergrund: Umrandung außerhalb */
	}

/* Nicht bei: horizontal und vertikal zentriertes Layout */  		
#aussen { 
	position: relative;									/* Innen liegende Container lassen sich dadurch absolut positionieren */
	margin: 0px auto;
	width: 1054px;											/* Container breite immer angeben: width: 994px; */
	height: auto;
	margin-top: 40px;
	}

/* Nicht bei: horizontal und vertikal zentriertes Layout */  	
#container { 
	float: left;											/* umschließt die innen liegenden Container, der sichtbare Hintergrund wird möglich */
	width: 994px;											/* width: 994px; */
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 0px dashed Red;	
	border: 30px solid white;	
}


@media screen {
/*	Moderne Browser: (Ausschluss von NS4, IE4 IE/MAC) */
	body { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/*	Kopfleiste	*/
.logobox1 {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.logobox2 {
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.logo {
	margin: 0px 0px 0px 0px;
	border: 0px solid Black;
	display: block;
}

/*	Trennung Balken als Plazhalter evt. für Topmenü */
#trenn {
	clear: both;
	float: none;
	width: 994px;											/* width: 994px; */
	height: 90px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	border: 0px solid #7B68EE;
}

/* Nur bei: horizontal und vertikal zentriertes Layout */
#trennXXX {	width: 1024px; }	

/* Nur bei: horizontal und vertikal zentriertes Layout */							
#scrollXXX { background-image: url(../grafik/bg2.gif); background-repeat: repeat-y; }

/*	Contentbereich*/
#box_links {												/* Plazhalter linkes Menü */
	float: left;
	width: 306px;
	height: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 

	#box_start {														/* Content */
	float: left;
	width: 423px;
	height: auto;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: px dashed #7B68EE;
	} 
	#box_news {														/* Content */
	float: left;
	width: 225px;
	height: auto;
	margin: 20px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 
	#box_produkt_text {								/* Content */
	float: left;
	width: 240px;
	height: auto;
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 	
#box_1 {														/* Content */
	float: left;
	width: 668px;
	height: auto;
	margin: 17px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;

	} 

/*	Menüs absolut positioniert */	
#haupt_menue {							
	position:absolute;
	width:209px;
	height:auto;
	left: 85px;
	top: 141px;
	border: 0px dashed #7B68EE;
	}

#horizontal_menue {			
	position:absolute;
	left: 327px;
	top:70px;
	width: 672px;											/* width: 994px; */
	height: 32px;
	margin-top: 0px;
	display: inline;
	border: 0px solid Black;
}
.horizontalmenue_txt  { 
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	



}
/*		Ende Moderne Browser:		*/



