@import "../css/style.css";

.DIVpaperFooter{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	visibility: hidden;
}
.DIVpaper {
	background-color : #FFFFFF; /*Hintergrund */
}
BODY {
  background-color: #84BD00; /*hellblauer Hintergrund*/
  margin-top:20px;
  padding:-6px;
}