.border_top_left {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-links-boven.gif);
    background-repeat: repeat-x;
    height: 9;
}

.border_top {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-midden-boven.gif);
    background-repeat: repeat-x;
    height: 9;
}

.border_top_right {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-rechts-boven.gif);
    background-repeat: repeat-x;
    height: 9;
}

.border_bottom_left {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-links-onder.gif);
    background-repeat: repeat-x;
}

.border_bottom  {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-midden-onder.gif);
    background-repeat: repeat-x;
    height: 10;
}

.border_bottom_right {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-rechts-onder.gif);
    background-repeat: repeat-x;
}

.border_left {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-links-midden.gif);
    background-repeat: repeat-y;
    width: 5px;
}

.border_right {
    background-image: url(http://klaasjan.tukker.org/theme1/images/border/bdr-rechts-midden.gif);
    background-repeat: repeat-y;
    width: 10px;
}

.border_center  {
    background: #F2F2F2;
    padding: 3pt;
}

