* {
  box-sizing: border-box;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  /*padding: 10px;*/
}
.left {
  width: 1055px;
}
.right {
  width: 10%;
  padding-left: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.button1a {
	width: 30px;
	height: 30px;
}

input.rechts {
    text-align: right;
}
