html {
	height:100%;
	width:100%;
	}
	

body {
	
	height:100%;
	width:100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	margin:0px;
	padding:0px;
	overflow:scroll;
	background-image:url(../files/bg.jpg);
	background-size:100%;
	

}

img#bg {
	
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#scroller {
	
	height:auto;
	width:auto;
	overflow:scroll;
}

#content-bounding {
	
	position:relative;
	z-index:1;

	height:auto;
	width:500px;

	padding-top:40px;
	padding-left:55px;
	
	position:absolute;
	left: 50%;
	margin-left: -300px;
	

}

#content-eventbox{
	
	padding:30px;
	
	letter-spacing:0.5px;
}

#flash-bounding {


	height:250px;
	width:250px;	
	margin-left: 125px;
}

#headline-bounding {
	
	width:300px;
	
	text-transform:uppercase;
	font-size:22px;
	font-weight:bold;
	padding-left:140px;
}

#temp-bounding {
	
	width:300px;
	
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding-left:140px;
}

#footer {
	width:100%;
	position:fixed; 
	bottom: 0;
	height:48px;
	float:left;
	
	z-index:1;
}


#footer_content {
	
	
	width:400px;

	position: fixed; 
	bottom: 0;

	float:left;
	z-index:90;
	left: 50%;
	margin-left: -300px; /* negative Hälfte von width:600px */

	color:#FFF;
	font-size:12px;
	font-weight:bold;

	padding-bottom:16px;
	
	text-align:center;

}



#footer-bg {
	
	float:left;
	width:100%;
	height:48px;
	
}

#footer_icons_table {

	width:300px;

	position: fixed; 
	bottom: 0;

	float:left;
	z-index:2;
	left: 50%;
	margin-left: 120px; /* negative Hälfte von width:600px */

	color:#FFF;
	font-size:12px;
	font-weight:bold;

	padding-bottom:10px;
	
	text-align:center;

	
}

#fullscreen-background{
	overflow:hidden;
	background-image:url(../files/bg.jpg);
	background-repeat:repeat-y;

}

#coming-soon-bounding {


	position:fixed;
	top:0;
	left:0;
	z-index:1;
	
}