/********** Element-Bezogen **********/
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
	margin: 0px auto 0px !important;
	min-width: 310px;
}
body{
	position: relative;
}

/************ ID-Bezogen *************/
#mainWrapper{
	position: relative;
	height: 900px;
	height: 100%;
	margin: 0 auto;
}
#titleBar{
	position: relative;
	top: 0px;
	width: 100%;
}
#btnBar{
	width: 100%;
}
#navigation, #subNav{
	position: relative;
	margin: 0px auto;
	max-width: 1280px;
	min-width: 320px;
}
#tinFoilHat{
	position: relative;
	/*max-width: 1280px;*/
	min-width: 320px;
	min-height: 480px;
	height: calc(100% - 140px);
	margin: 0 auto;
}
#contentWrapper{
	height: calc(100% - 30px);
	/*max-width: 1297px;*/
    margin: 0 auto;
}
#infoBar{
	position: relative;
	top:0px;
}
#content{
	position: relative;
	/*height: 100%;*/
	/*max-width: 1300px;*/
}
#footer{
	position: relative;
	bottom: 0px;
	width: 100%;
}
