@charset "UTF-8";

/* CSS Document */

@media all {

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

    h1 {
        color: #008AD1;
        font-size: 120%;
    }

    .clear {
        clear: both;
    }

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


    #wrapper {
        width: 60%;
        margin: 0 auto;
        text-align: left;
        background: #FFED00;
        overflow: hidden;
    }

    #inhalt {
        background: #FFFFA0;
    }

    #logo {
        background: #FFED00;
        text-align: center;
    }


    #menu {
        text-align: left;
        margin: 1%;
        background: #FFFFA0;
    }

    #menu ul {
        padding: 2%;

        list-style: none;
        display: inline;

    }

    #menu ul li {
        display: inline;
        margin: 2%;
    }

    #menu ul li a {
        font-weight: bold;
        padding: 3px 0.5em;
        margin-left: 3px;
        background: #FFD700;
        text-decoration: none;
        color: #008AD1;
    }

    #menu ul li a:hover {
        color: #004d8d;
    }

    #kameras {
        width: 45%;
        float: left;
        color: #008AD1;
        text-align: center;
        background: #FFED00;
    }

    #monitore {
        width: 54%;
        float: left;
        text-align: center;
        color: #008AD1;
        background: #FFED00;
        border-left: 4px solid #FFFFA0;
    }

    #footer {
        margin-top: 5px;
        padding: 0.1% 0;
        background: #FFFFA0;
        font-size: 90%;
        text-align: center;
    }

}
