a {
    color: #00a6eb;
    font-weight: bold;
}

body {
    background: #ffffff url('../../images/achtergrond.png') repeat-y center center;
    font-family: helvetica, sans serif;
    font-size: 11px;
    margin: 0px;
}

.button {
    background: transparent url('../../images/button.png') no-repeat top left;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    height: 25px;
    padding-right: 28px;
    padding-top: 4px;
    text-align: right;
    text-decoration: underline;
    width: 111px;
}

#loginscreen {
    background: #ffffff url('../../images/login.png') no-repeat top left;
    clear: both;
    height: 480px;
    margin: 0px auto;
    position: relative;
    top: 100px;
    width: 577px;
}
