/*/////////////BASIC STUFF //////////////*/

body {
	background-color: #84BB67;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

/*////////////LAYOUT DIVS ///////////////////*/

#containall {
	background-color: #84BB67;
	width:100%;

}

/*////////////Anpassungen für Splash-Screen /////////////////////*/
#footcont_splash {
	text-align: center;
	height: 573px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
	background-image: url(grafiken/splash.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#foot_splash {
	background-color: #84BB67;
	background-image: url(grafiken/footbgwide.jpg);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 820px;
	background-position: center bottom;
}

/*///////////////////////Splash////////////////////*/

.clearleft { clear:left;}
.clearright { clear:right;}
.clearall { clear:both;}


.druckueberschrift {
	color: #000000;
	display: none;
	visibility: hidden;
}

