html {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    background-color: transparent;
}

img {
    border: 0;
}

#footer {
    clear: both;
}

.r {
    text-align: right;
}

.thumb {
    float: left;
}

.thumb img {
    display: block;
}

#login_status {
    float: right;
}

#stappen input, #stappen button {
    line-height: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: white;
    background: #C7D300;
    font-weight: bold;
    border: 1px outset #C7D300;
            /*
            border-radius: 8px;
         -o-border-radius: 8px;
       -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    */
}


