body {
  background-color: white;
}

footer {
	position: absolute;
	bottom: 1px;
	clear: both;
}

div.datenbox {
        border: 3px gray solid;
        border-radius: 18px;
        box-shadow: 5px 5px 5px #888888;
        background-color: #ed9153;
        float: left;
        padding: 10px;
        margin: 0px 20px 5px 20px;

}
div.datenbox h2 {
	margin-top: 3px;
	margin-bottom: 0;
}
ul {
	margin-top:	2px;
}


