@charset "utf-8";

body {
	background-color:#1a1a1a;
}

body .hell {
	background-color:#FFFFFF;
}

.fullscreen {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color:#1a1a1a;
}

.fullscreen_hell {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color:#FFFFFF;
}

#make_background {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	min-width:980px;
	width:100%;
}

#make_background #main_bar {
	position:relative;
	top:119px;
	background-image:url(/static/gfx/head-navigation/head-mainbar.png);
	background-position:50%;
	background-repeat:no-repeat;
	min-width:980px;
	height:125px;
	z-index:2;
}

.main_background {
	z-index:1;
	position:relative;
	/*background-color:#1a1a1a;*/
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	min-width:980px;
	width:100%;
	background-image:url(/static/gfx/background/default-black/contentbkd-default_k.jpg);
	background-position:50%;
	background-repeat:repeat-y;
	height:100%;
	left:0px;
}
.main_background #top_bg {
	background-image:url(/static/gfx/background/default-black/headbkd-default.jpg);
	padding: 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	min-width:980px;
	height:159px;
	background-position:50%;
	background-repeat:no-repeat;	
}

.main_background #content_bg {
	background-image:url(/static/gfx/background/default-black/contentbkd-home.jpg);
	background-repeat:no-repeat;
	border:0px solid green;
	min-width:980px;
	min-height:675px;
	background-position:50% 0%;
}

.main_background_hell {
	z-index:1;
	position:relative;
	/*background-color:#1a1a1a;*/
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	min-width:980px;
	width:100%;
	background-image:url(/static/gfx/background/contentbkd-default_k.jpg);
	background-position:50%;
	background-repeat:repeat-y;
	height:100%;
	left:0px;
}
.main_background_hell #top_bg {
	background-image:url(/static/gfx/background/headbkd-default.jpg);
	padding: 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	min-width:980px;
	height:159px;
	background-position:50%;
	background-repeat:no-repeat;	
}
.main_background_hell #content_bg {
	background-image:url(/static/gfx/background/contentbkd-home.jpg);
	background-repeat:no-repeat;
	border:0px solid green;
	min-width:980px;
	min-height:350px;
	background-position:50% 0%;
}

