@media screen and (min-width: 1000px){
    div#headline{
        width: 790px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        background-color: transparent;
        box-shadow: 0px 0px 0px #000;
        padding: 5px;
    }
    
    div.osnafur{
        font-size: 35px;
        color: #333333;
    }
    
    div.osnafurdesc{
        font-size: 18px;
        display: block;
        float: right;
        margin-top: 20px;
        color: #333333;
        text-shadow: 1px 1px 0px #aaaaaa, 
                    1px -1px 0px #aaaaaa, 
                    -1px 1px 0px #aaaaaa, 
                    -1px -1px 0px #aaaaaa;
        -webkit-text-shadow: 1px 1px 0px #aaaaaa, 
                    1px -1px 0px #aaaaaa, 
                    -1px 1px 0px #aaaaaa, 
                    -1px -1px 0px #aaaaaa;
    }
    
    div#headline label{
        display: none;
    }
    
    div#maincontain{
        width: 800px;
        padding: 5px;
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    nav#menu{
        width: 250px;
        max-height: none !important;
        float: left;
        overflow: visible;
    }
    
    div#viewer{
        margin-top: 15px;
    }
    
    div#contentcontain{
        max-height: none !important;
        width: 540px;
        float: right;
        overflow: visible;
    }
    
    div#content{
        margin-top: 0px;
    }

    div#page_content{
        background-image: url("../img/background/bgcont.png");
        background-position: center top;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-repeat: no-repeat;
    }
    
    footer#footer{
        text-align: right;
    }
    
    footer#footer a{
        margin-left: 5px;
        display: inline-block;
    }
    
}