/***************************************
 * Autor:      Stefan Hollenbach       *
 * Website:    www.h84.net             *
 ***************************************/
 
span.topright {
position:absolute;
top:0;
right:0;
}

span.topleft {
position:absolute;
top:0;
left:0;
}

span.bottomleft {
position:absolute;
bottom:0;
left:0;
}

span.bottomright {
position:absolute;
bottom:0;
right:0;
}

