html{
    background-color: #111111;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-image: URL("../img/background/background300.jpg");
    font-family: serif, sans-serif, arial;
    min-width: 300px;
    color: #cccccc;
    font-size: 16px;
}

a{
    text-decoration: none;
    color: #33aaaa;
    text-align: right;
}

a:hover{
    color: #aaffff;
}

hr{
    border: 1 solid #cccccc;
}

img{
    max-width: 100%;
}

.clean{
    clear: both;
}

input#mobilmenu, div.osnafurdesc, img#load{
    display: none;
}

body{
    margin: 0px;
    padding: 0px;
}

div#headline{
    padding: 5px;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
}

div.osnafur{
    float: left;
    color: #000000;
    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;
    font-size: 35px;
}

div#headline label{
    color: #000000;
    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;
    font-size: 35px;
    float: right;
}

div#maincontain{
    margin-top: 15px;
}

input#mobilmenu:checked + nav#menu{
    max-height: 1500px;
    transition: 1s max-height 0.3s linear;
    -webkit-transition: 1s max-height 0.3s linear;
}

nav#menu{
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s max-height linear;
    -webkit-transition: 0.5s max-height linear;
}

nav#menu a{
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;
    transition: 1s color, 1s background-color;
    -webkit-transition: 1s color, 1s background-color;
}

nav#menu a:hover{
    background-color: #000032;
    background-color: rgba(0, 00, 50, 0.8);
    color: #aaffff;
    transition: 0.5s color, 0.5s background-color;
    -webkit-transition: 0.5s color, 0.5s background-color;
}

nav#menu a.undermenu{
    margin-left: 15px;
}

div#viewer{
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;
}

input#mobilmenu:checked ~ div#contentcontain{
    max-height: 0px;
    transition: 0.3s max-height linear;
    -webkit-transition: 0.3s max-height linear;
}

div#contentcontain{
    max-height: 10000px;
    overflow: hidden;
    transition: 5s max-height 0.5s linear;
    -webkit-transition: 5s max-height 0.5s linear;
}

div#page_navigation{
    font-size: 12px;
    text-decoration: underline;
    color: #777777;
    text-align: right;
    padding-bottom: 5px;
}

div#content{
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    margin-top: 15px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;
}

footer#footer{
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    margin-top: 15px;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #cccccc;  
}

footer#footer a{
    display: block;
}