body{
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #ffffff;
	color: black;
    text-align: center;
}

.button{
    float: left;
}

#datenschutz {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
}

#datenschutz a {
    text-align: center;
    color: white;
    text-decoration: none;
}