/* Översta rutan */
/* Översta rutan */
/* Översta rutan */
#char_box1 a.message_old
{
    width:40px;
    height:28px;
    float:left;
    background:url('bilder/layout/meddelande.png') no-repeat;
}
#char_box1 a.message_old:hover
{
    background-position:0 -28px;
}
#char_box1 a.message_new
{
    width:40px;
    height:28px;
    float:left;
    background:url('bilder/layout/meddelande_nytt.png') no-repeat;
}
#char_box1 a.message_new:hover
{
    background-position:0 -28px;
}

/* Andra rutan */
/* Andra rutan */
/* Andra rutan */
#char_box2 a.report_old
{
    width:40px;
    height:28px;
    float:left;
    background:url('bilder/layout/rapport.png') no-repeat;
}
#char_box2 a.report_old:hover
{
    background-position:0 -28px;
}
#char_box2 a.report_new
{
    width:40px;
    height:28px;
    float:left;
    background:url('bilder/layout/rapport_ny.png') no-repeat;
}
#char_box2 a.report_new:hover
{
    background-position:0 -28px;
}


/* Tredje rutan */
/* Tredje rutan */
/* Tredje rutan */
#char_box3 a.statistic
{
    width:40px;
    height:28px;
    float:left;
    background:url('bilder/layout/placering.png') no-repeat;
}
#char_box3 a.statistic:hover
{
    background-position:0 -28px;
}