* {

	}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
			}
			
#footerImg{
	margin:0px;
	padding:0px;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: auto;
}

/* Layoutelemente */
#mainDiv{
	text-align: center;
}
#headDiv{ border: 1px solid #000;
          background: #efefef;}
#contentDiv{ border: 1px solid #000;
             background: #f0fff0;
             margin-top: 6px;
             height: 1000px;}
#footerDiv{ border: 0px;
			position:absolute;bottom:0;
            background: #d9001a;
            margin: 0px;
			padding:0px;
			width:100%;
			/*height:16px;*/}

