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: #AAAAAA;							/* 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: 0px;
	}

/* 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;
	}

/*	Kopfleiste	*/
.logobox1 {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;	
	display: inline;
	border: 0px dashed Red;	
}
.logobox2 {
   position:absolute;
	left: 703px;
	top:0px;
	width: auto;
	height: auto;
	display: block;
}
.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: 17px;
	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: 228px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
		border: 0px dashed #7B68EE;
	} 

#box_1 {														/* Content */
	float: left;
	width: 600px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 72px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 

/*	Menüs absolut positioniert */	
#haupt_menue {							
	position:absolute;
	width:185px;
	height:auto;
	left: 35px;
	top: 214px;
	border: 0px dashed #7B68EE;
	}

#horizontal_menue {			
	position:absolute;
	left: 0px;
	top:178px;
	width: 223px;											/* width: 994px; */
	height: 32px;
	background-color: #006228;
	display: inline;
	border: 0px solid Black;
}
.horizontalmenue_txt  { 
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 35px;
	/*  height: 0px; line-height: 0; font-size: 0; */  /*  kleine Höhe im IE6 */ 
}	
#lang {
	position:absolute;
	left: 36px;
	top:690px;
	width: 150px;											/* width: 994px; */
	height: 30px;
	display: inline;
	border: 0px solid Black;
	} 	


}
/*		Ende Moderne Browser:		*/



