@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%;
    }

    .clear {
        clear: both;
    }

    #main {
        width: 75%;
        margin: 0 auto;
        text-align: left;
        background: #ffffa0;
        overflow: hidden;
    }

    #logo {
        background: #ffed00;
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }

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

    #produkte {
        width: 65%;
        float: left;
        color: #008ad1;
        background: #ffed00;
    }

    #angebote {
        width: 35%;
        float: left;
        color: #ffed00;
        background: #008ad1;
    }

    #footer {
        padding: 0.1% 0;
        background: #ffffa0;
        font-size: 90%;

        text-align: center;
    }

    /*
        Achtung: CSS Code hierher übernehmen
        es müssen die Farbcodes angepasst werden
    */

    #navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font:
            bold 12px Verdana,
            sans-serif;
    }

    #navlist li {
        list-style: none;
        margin: 0;
        display: inline;
    }

    #navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: rgba(255, 237, 0, 0.77);
        text-decoration: none;
    }

    #navlist li a:link {
        color: #448;
    }

    #navlist li a:visited {
        color: #008ad1;
    }

    #navlist li a:hover {
        color: #000;
        background: #aae;
        border-color: #227;
    }

    #navlist li a#current {
        background: #ffed00;
        border-bottom: 1px solid white;
    }
}
