
/* ---------------------- LOGIN NACHRICHTEN ---------------------- */
#nachrichten{
        background-image:url(images/buttons/nachrichten.png);
        margin:0px;
        float:left;
        width:172px;
        height:27px;
}
#nachrichten:hover{
        background-image:url(images/buttons/hover/nachrichten.png);
        margin:0px;
        float:left;
        width:172px;
        height:27px;
}
/* ---------------------- LOGIN USETTINGS ---------------------- */
#usettings{
        background-image:url(images/buttons/usettings.png);
        margin:0px;
        float:left;
        width:137px;
        height:27px;
}
#usettings:hover{
        background-image:url(images/buttons/hover/usettings.png);
        margin:0px;
        float:left;
        width:137px;
        height:27px;
}
/* ---------------------- ADMIN VER ---------------------- */
#asettings{
        background-image:url(images/buttons/asettings.png);
        margin:0px;
        float:left;
        width:131px;
        height:27px;
}
#asettings:hover{
        background-image:url(images/buttons/hover/asettings.png);
        margin:0px;
        float:left;
        width:131px;
        height:27px;
}
/* ---------------------- ADMIN SYS ---------------------- */
#psettings{
        background-image:url(images/buttons/psettings.png);
        margin:0px;
        float:left;
        width:138px;
        height:27px;
}
#psettings:hover{
        background-image:url(images/buttons/hover/psettings.png);
        margin:0px;
        float:left;
        width:138px;
        height:27px;
}
#psettings:active{
        background-image:url(images/buttons/hover/psettings.png);
        margin:0px;
        float:left;
        width:138px;
        height:27px;
}
/* ---------------------- LOGOUT---------------------- */
#logout{
        background-image:url(images/buttons/logout.png);
        margin:0px;
        float:left;
        width:79px;
        height:27px;
}
#logout:hover{
        background-image:url(images/buttons/hover/logout.png);
        margin:0px;
        float:left;
        width:79px;
        height:27px;
}

#neues{
        background-image:url(images/buttons/neues.png);
        margin:0px;
        float:left;
        width:79px;
        height:27px;
}
#neues:hover{
        background-image:url(images/buttons/hover/neues.png);
        margin:0px;
        float:left;
        width:79px;
        height:27px;
}
