@charset "UTF-8";

/* CSS Document */

@media all {
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 120%;
        color: #038BD2;
        text-align: center;
        background: #D0EAF6;
    }

    h1 {
        font-size: 120%;
    }

    #logo {
        background: #FFED00;
    }

    #topmenu {
        background: #ffffa0;
    }

    #topmenu ul {
        margin: 2% 0;
        padding: 0;
        list-style: none;
        line-height: normal;
        text-align: center;
    }

    #topmenu li {
        display: inline;
    }

    #topmenu a {
        height: 56px;
        padding: 10px 20px 10px 20px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 80%;
        font-weight: bold;
        border: none;
        color: #008AD1;
    }

    #topmenu a:hover {
        color: #004d8d;
    }

    #logo {
        text-align: center;
    }

    .clear {
        clear: both;
    }

    #alles {
        /* selbst lösen */
        width: 75%;
        margin: 0 auto;
        /* selbst lösen */
        text-align: center;
        background: #ffffa0;
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* selbst lösen */
    #footer {
        font-size: 90%;
        /* selbst lösen */
        padding: 0.1% 0;
        background: #ffffa0;
        /* selbst lösen */
        text-align: center;
    }
}


