body { 
	margin-top: -8px; 									/*NS4*/
	margin-left: -8px; 									/*NS4*/
	background-color: #FFFFFF;							/* Hintergrund: Umrandung außerhalb */
	background-image: url(../grafik/bg.gif);
	background-repeat: repeat-x;
	}

/* Nicht bei: horizontal und vertikal zentriertes Layout */  		
#aussen { 
	position: relative;									/* Innen liegende Container lassen sich dadurch absolut positionieren */
	margin: 0px auto;
	width: 986px;											/* Container breite immer angeben: width: 986px; */
	height: auto;
	margin-top: 0px;
	border: 0px solid #7B68EE;
	}

/* Nicht bei: horizontal und vertikal zentriertes Layout */  	
#container { 
	float: left;											/* umschließt die innen liegenden Container, der sichtbare Hintergrund wird möglich */
	width: 986px;											/* width: 986px; */
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	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;
}
.logobox2 {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 24px;
	display: inline;
}
.logo {
	margin: 0px 0px 0px 0px;
	border: 0px solid Black;
	display: block;
}

/*	Trennung Balken als Plazhalter evt. für Topmenü */
#trenn1 {
	clear: both;
	float: none;
	width: 986px;											/* width: 986px; */
	height: 10px;
	line-height: 0; font-size: 0;               /*  kleine Höhe im IE6 */ 
	border: 0px solid #7B68EE;
}
#trenn2 {
	clear: both;
	float: none;
	width: 986px;											/* width: 986px; */
	height: 80px;
	line-height: 0; font-size: 0;               /*  kleine Höhe im IE6 */ 
	border: 0px solid #7B68EE;
}


/*	Contentbereich*/
#box_links_top {												/* Plazhalter linkes Menü */
	float: left;
	width: 189px;
	height: 214px;
	margin: 0px 0px 0px 0px;
	padding: 33px 8px 0px 8px;
	background-color: #E8F0DE;
	display: inline;
	border: 0px dashed #7B68EE;
	} 

#box_links {												/* Plazhalter linkes Menü */
	float: left;
	width: 205px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	} 
	#box_1_start {														/* Content */
	float: left;
	width:479px;
	height: auto;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 
#box_2_start_rechts {														/* Content */
	float: left;
	width:220px;
	height: auto;
	margin: 0px 0px 0px 24px;
	padding: 0px 5px 0px 5px;
	display: inline;
	background-color: #E8F0DE;
	border: 0px dashed #7B68EE;
	}	
#box_1 {														/* Content */
	float: left;
	width:690px;
	height: auto;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 0px dashed #7B68EE;
	} 

/*	Menüs absolut positioniert */	
#horizontal_menue {			
	position:absolute;
	left: 229px;
	top:85px;
	width: 733px;											/* width: 986px; */
	height: 25px;
	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 */ 
}	

#haupt_menue {							
	position:absolute;
	width:200px;
	height:auto;
	left: 0px;
	top: 446px;
	border: 0px dashed #7B68EE;
	}
	
#hilfs_menue {			
	position:absolute;
	left: 229px;
	top:25px;
	width: 733px;											/* width: 986px; */
	height: 25px;
	margin-top: 0px;
	display: inline;
	border: 0px solid Black;
}
.hilfsmenue_txt  { 
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	
#sozial {							
	position:absolute;
	width:197px;
	height:auto;
	left: 8px;
	top: 375px;
	display: inline;
	border: 0px dashed #7B68EE;
	}
#sozial2 {							
	position:absolute;
	width:733px;;
	height:auto;
	left: 229px;
	top: 375px;
	display: inline;
	border: 0px dashed #7B68EE;
	}
div.soz {
	position:relative;
	float: left;
	margin-right: 10px;
	height: 26px;
	display: inline;
	border: 0px solid #556b2f;
	}			
#kundenlogin {							
	position:absolute;
	width:auto;
	height:auto;
	left: 229px;
	top: 666px;
	border: 0px dashed #7B68EE;
	}


	
	
}
/*		Ende Moderne Browser:		*/



