.bsc_layout {
	margin: 0px auto;			/* Der Parameter "auto" zentriert das Element horizontal */
}

.bsc_footer_content,
.bsc_layout {					/* Breite des Layouts */
	width: 980px;
}

.bsc_mainarea {					/* Linker Abstand des Hauptbereichs */
	padding-left: 60px;
	margin-top: 500px;
}

.bsc_box_ticker {				/* Ticker - Position und Größe */
	display: none;
	left: 50px;
	top: 10px;
	width: 820px;
	height: 20px;
}

.bsc_box_navmain01 {			/* NavMain1 - Position und Größe */
	left: 280px;
	top: 130px;
	width: 640px;
	height: 30px;
}

.bsc_box_navmain02 {			/* NavMain2 - Position und Größe */
	left: 280px;
	top: 90px;
	width: 640px;
	height: 50px;
}

.bsc_box_content1 {				/* Linke Spalte */
	width: 185px;
	margin-right: 30px;
}

.bsc_box_content2 {				/* Rechte Spalte */
	width:645px;
}


.bsc_box_head {					/* Kopfzeile - Motiv */	
	left: 60px;
	top: 180px;
	width: 860px;
	height: 270px;
	display: none;
}

.bsc_box_head_highlight1 {		/* Kopfzeile - Highlight 1 */
	left: 60px;
	top: 180px;
	width: 860px;
	height: 270px;
}

.bsc_box_head_highlight2 {		/* Kopfzeile - Highlight 2 */
	left: 50px;
	top: 230px;
	width: 820px;
	height: 30px;
}

.bsc_box_logo_link {			/* Logo - Link */
	left: 60px;
	top: 100px;
	width: 145px;
	height: 40px;
	background-color: default;
}

.bsc_box_headline_content {		/* Überschrift - Seitenname */
	top: 470px;
	left: 275px;
	width: 640px;
	height: 20px;
}

.bsc_box_headline_navigation {	/* Überschrift - Navigation */
	top: 470px;
	left: 60px;
	width: 200px;
	height: 20px;
}






/* ----- Abstände im Contentbereich / Linke Spalte ----- */

.bsc_spacer_navtree {		/* Abstand Oben - NavTree */
	margin-top: 0px; 
}

.bsc_spacer_highlight1 {	/* Abstand Oben - Highlight 1 */
	margin-top: 50px; 
}

.bsc_spacer_highlight2 {	/* Abstand Oben - Highlight 2 */
	margin-top: 20px; 
}




/* ----- Abstände im Contentbereich / Rechte Spalte ----- */

.bsc_spacer_navhistory {	/* Abstand Oben - NavHistory */
	margin-top: 0px; 
}

.bsc_spacer_content1 {		/* Abstand Oben - erster Inhaltsblock */
	margin-top: 30px; 
}

.bsc_spacer_content2 {		/* Abstand Oben - weitere Inhaltsblöcke */
	margin-top: 20px; 
}

.bsc_spacer_sitetop {		/* Abstand Oben - Sitetop */
	margin-top: 20px; 
}



