div#widget-container {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 380px;
    height: 433px;
    background: transparent url(../images/achtergrond.png) 0 0 no-repeat;
}

div#widget-container a {
    text-decoration: none;
}

div#widget-container img {
    border: 0;
}

div.widget-navigator {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100px;
    text-align: center;
}

div.widget-content {
    position: absolute;
    top: 143px;
    right: 30px;
    width: 256px;
    height: 245px;
    background: transparent url(../images/transparant_vlak.png) 0 0 no-repeat;
}

div.widget-content-block {
    margin: 7px;
    display: none;
}

div.widget-footer {
    position: absolute;
    bottom: 22px;
    left: 177px;
}

div.widget-leaf {
    position: absolute;
    top: 150px;
    right: 1;
}

div.widget-content-block table td {
    padding: 2px;
 font-family: arial, sans-serif;
    font-size: 12px;
}

div.widget-content-block a {
    color: black;
}

