body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, a, input {
    margin-left: 0px;   
    margin-right: 0px;   
    margin-top: 0px;   
}

p, a, li {
    font-size: 13px;
    font-weight: normal;
}

p, a {
    margin-bottom: 12px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;      
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;   
}

td {
    font-size: 13px;
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #0000C0;
}

ul {
    list-style-position: outside;
    margin-top: 0px;   
}

.mp3 {
    list-style-image: url(img/media/mp3.png);
}

.oranje {
    background: #FFA400;
    scrollbar-base-color: #FFA400;
}

.oranjebg {
    background-image: url(img/bg_dsbb.png);
    background-color: #FFA400;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scrollbar-base-color: #FFA400;
}


.wit {
    background: #FFFFFF;
}


.grijs {
    background: #F4F4F4;
}


.button {
    text-align: center;
}


.imglink:hover {
    border: 2px dotted #FFA400;
    padding: 2px;
}


.imglink:active {
    border: 2px solid #FFA400;
    padding: 2px;
}

.rand {
    border: 2px solid #F4F4F4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.randoranje {
    border: 2px solid #FFA400;
    margin-bottom: 5px;
    margin-right: 5px;