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: #E2E2E2;							/* 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: 994px;											/* Container breite immer angeben: width: 994px; */
	height: auto;
	margin-top: 20px;
	}

/* 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;
	background-image: url(../grafik/bg2.gif);
	background-repeat: repeat-y;
	border: 0px dashed Red;		
}


@media screen {
/*	Moderne Browser: (Ausschluss von NS4, IE4 IE/MAC) */
	body { 
	margin-top: 0px;
	margin-left: 0px;
	}

/* 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: 228px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	} 

#box_1 {														/* Content */
	float: left;
	width: 650px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 40px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 
#box_2 {														/* Content */
	float: left;
	width: 494px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 40px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 
#box_3 {														/* Content */
	float: left;
	width: 200px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 20px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 
/*	Menüs absolut positioniert */	
#haupt_menue {							
	position:absolute;
	width:200px;
	height:auto;
	left: 17px;
	top: 227px;
	}

#horizontal_menue {			
	position:absolute;
	left: 0px;
	top:140px;
	width: 450px;											/* width: 994px; */
	height: 32px;
	margin-top: 8px;
	display: inline;
	border: 0px solid Black;
}
.horizontalmenue_txt  { 
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	
#hilfsmenue {			
	position:absolute;
	left: 544px;
	top:140px;
	width: 450px;											/* width: 994px; */
	height: 32px;
	margin-top: 8px;
	display: inline;
}
.hilfsmenue_txt  { 
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	

	#druck {
	visibility: hidden; 
	display: none;
	}
}
/*		Ende Moderne Browser:		*/



