body {
	font-family:sans-serif;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#hintergrund {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#scrollbereich {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;
}

#page-wrap {
	padding:10px 0px 0px 20px;
	z-index:2;
}

form div {
  overflow: hidden;
  margin: 0 0 5px 0;
}

input[type=text] {
  float: left;
  width: 70px;
  font: bold 20px Helvetica, sans-serif;
  padding: 3px 0 0 0;
  text-align: center;
}

.btn{
	background:url(../images/GreenButton.png) no-repeat scroll left top transparent;
	height: 100px;
	width: 100px;
	border: none;
	cursor:pointer;
}

.myInputLabel{
	float:left;
	width:150;
}

.myInput{
	float:left;
	width:60;
}

.button {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/buttons.png) no-repeat;
}
.dec {
  background-position: 0 -29px;
}

.buttons {
  padding: 20px 0 0 140px;
}