
/* for the useless and annoying german legal crap required to polute the website */
/* we want that to be at the bottom and not in the way */
.legalcrap {
    padding:10px;
    text-align: center;
    font-size: 75%;
    color: #555;
}

footer {
    text-align: right;
}

.menu-footer {
    position: absolute;
    bottom: 30px;
}

/* add some padding around the tdf logo */
#logo a {
    padding:0px;
}
#logo img {
    padding:5px;
}
