table td, table td * {
    vertical-align: top;
}
#box1 {
    background-color: silver;
    position: absolute;
    top: 100px;
    left: 250px;
    width: 250px;
    height: 280px;
    border: 2px solid black;
 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	padding: 10px;
}

#box2 {
    background-color: silver;
    position: absolute;
    top: 100px;
    left: 584px;
    width: 250px;
    height: 280px;
    border: 2px solid black;
 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	padding: 10px;
}

body {
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

 /* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
  font-weight:bold;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 24px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 
.containerL {
	position: relative;
	text-align: left;
	color: white;
	font-weight:bold;
	font-size: xx-large;
}
.Datenfont {
	font-family: Arial, Helvetica, sans-serif;
}
