/* GROTE SCHERMEN */
@media only screen and (min-width: 1000px){
    body{
        background: url(../images/bg1.jpg) top center fixed;
        background-color:#000;
    }
}

/* KLEINE SCHERMEN */
@media only screen and (max-width: 999px){
    body{
        background: url(../images/bgh.jpg) top repeat-x;
        background-color:#aaa;
    }
}

/* GROTE SCHERMEN */
@media only screen and (min-width: 500px){
    #top{
        max-width: 1000px;
        margin: 0 auto 0 auto;
    }
    #top #top-text{
        float: right;
        color: #bbb;
        font-style: italic;
        margin-right: 15px;
        margin-top: 27px;
        font-size: 14px;
    }
    #top a{
        float: left;
        margin-left: 3%;
    }
    #top a img{
        margin-top: 12px;
        background-color: #aaa;
        border-radius: 20px;
            -webkit-transition: all 0.18s ease;
        -moz-transition: all 0.18s ease;
        -o-transition: all 0.18s ease;
        transition: all 0.18s ease;
    }
    #top a img:hover{
        background-color: #eee;
    }
    #top img{
        float: right;
        margin-right: 1%;
    }
}
/* KLEINE SCHERMEN */
@media only screen and (max-width: 499px){
    #top{
        text-align: center;
        max-width: 1000px;
        margin: 0 auto 0 auto;
    }
    #top #top-text{
        opacity: 0;
        position: absolute;
    }
    #top a img{
        margin: 12px 8px 12px 8px;
        background-color: #aaa;
        border-radius: 20px;
    }
}

body{
    top: 0;
    font-family: "batang";
}
.top-clear{
    clear: both;
}
header{
    background: url(../images/bgh.png) top repeat-x;
    margin: -8px -8px auto -8px;
}
header #bg-visible{
    background: rgba(0, 0, 0, 0.85);
    display: block;
    max-width: 970px;
    border-radius: 10px;
    margin: 17px auto 0 auto;
    padding: 15px;
}
#content{
    text-align: center;
    max-width: 970px;
    margin: 10px auto 0 auto;
    background: rgba(0, 0, 0, 0.85);
    padding: 15px;
    border-radius: 10px;
}
h1{
    color: #DCB66C;
    text-align: center;
    font-weight: 100;
    font-size: 27px;
    padding: 4% 8% 0 8%;
}
.clear{
    clear: both;
}
.rand{
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    border: solid 1px #BCA074;
    border-radius: 5px;
}
#logo{
    display: block;
    max-width: 90%;
    margin: 20px auto 20px auto;
}
#adds{
    max-width: 1000px;
    margin: 20px auto 0 auto;
    height: auto;
    background-color: #101010;
    border-radius: 10px;
}
.add{
    padding: 20px;
    float: left;
    background-color: #101010; 
    border-radius: 10px;
}
footer{
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 15px 10px 15px;
    margin: 2% -8px -8px -8px;
}
footer p{
    font-family: verdana;
    color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
}
footer p a{
    color: #aaa;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
}
footer p a:hover{
    color: #eee;
}