/* Basis-Layout */
body {
    font-family: sans-serif;
    margin: 0;
    background-color: #f5f5f5;
    color: #333;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Allgemeine Abstände */
.muted {
    color: #777;
}

/* Formulare */
input, select, button {
    font-family: inherit;
}
