body {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#dropdowncontainer {
    position: absolute;
    width: 268px;
    top:254px;
    left:0px;
    background-image:url(../images/dropdownbg.jpg);
    background-repeat:repeat-y;
    background-position: bottom;
}

#dropdown_arrow {
    margin-bottom: 3px;
    position: relative;
    width: 268px;
    background-image:url(../images/arrowbalk.jpg);
    height: 12px;
    float: left;
    display: inline;
}


.dropdown_accasion {
    position: relative;
    width: 250px;
    height: 37px;
    line-height: 37px;
    float: left;
    display: inline;
    color:#FFF;
    margin-left: 10px;
    overflow: hidden;
}

.dropdown_accasion a:link, a:visited, a:active{
    color:#97CBFF;
    text-decoration:none;
}

.dropdown_accasion a:hover{
    color:#FC0;
    text-decoration:underline;
}
body,td,th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

#occasion-container {
    margin-top: -20px;
}

#categorieen {
    clear: both;
    display: inline;
    float: left;
    margin-bottom: 5px;
    position: relative;
    top: 15px;
}
