body {
background-color : #ffffff;
background-image : url(bg_blog.gif);
background-position : top right;
background-attachment : fixed;
background-repeat : no-repeat;
}

table, tr, td { 
color : #999999;
text-align : right;
} 

td {
border-style : solid;
border-width : 1px;
border-color : #999999;
padding : 2px;
}

td.leeg {
border-style : dashed;
border-width : 1px;
border-color : #cccccc;
padding : 2px;
}

.artikel {
border : 1px dashed #cccccc;
background-color : #eeeeee;
background-image : url(bg_artikel.gif);
background-position : top left;
background-repeat : no-repeat;
padding : 10px;
margin-bottom : 10px;
}

.archief {
border : 1px dashed #cccccc;
background-image : url(bg_archief.gif);
background-position : bottom right;
background-repeat : no-repeat;
padding : 10px;
margin-bottom : 10px;
}

.link {
border : 1px dashed #cccccc;
background-color : #eeeeee;
background-image : url(bg_link.gif);
background-position : top left;
background-repeat : no-repeat;
padding : 10px;
margin-bottom : 10px;
}

.rss {
border : 1px dashed #cccccc;
background-image : url(bg_rss.gif);
background-position : bottom right;
background-repeat : no-repeat;
padding : 10px;
margin-bottom : 10px;
}

.language {
border : 1px dashed #cccccc;
background-image : url(bg_taal.gif);
background-position : top right;
background-repeat : no-repeat;
padding : 10px;
margin-bottom : 10px;
}

