#buttonhintergrund1{
    position:absolute;
    right:25px;
    bottom:-6px;
    height:50px;
}
#buttonhintergrund2{
    position:absolute;
    right:150px;
    bottom:-6px;
    height:50px;
}

#loginHeader{
    position:relative;
    float:left;
    padding-top:5px;
}

.background1{
                position:relative;
                background:url("../bilder/loginHeader/button_hintergrund_forLogin.gif");
                width:126px;
                padding-left:5px;
}
.background2{
                position:relative;
                background:url("../bilder/loginHeader/button_hintergrund.gif");
                width:569px;
                padding-left:5px;
}

/* Link definieren */
a.loginLinks:hover{
               color:#FF5400;
}

.loginElement{
                         position:relative;
                         float:left;
                         background: url("../bilder/loginHeader/login.gif") left top no-repeat;
                         width: 121px;
                         height:35px;
}
.logoutElement{
                         position:relative;
                         float:left;
                         background: url("../bilder/loginHeader/logout.gif") left top no-repeat;
                         width: 121px;
                         height:35px;
                         z-index:4;
}
.meinKontoElement{
                         position:relative;
                         float:left;
                         background: url("../bilder/loginHeader/meinKonto.gif") left top no-repeat;
                         width: 138px;
                         height:35px;
                         margin-left:15px;
}
.bezahlteKartenElement{
                         position:relative;
                         float:left;
                         background: url("../bilder/loginHeader/bezahlteKarten.gif") left top no-repeat;
                         width: 121px;
                         height:35px;
                         margin-left:15px;
}
.offeneRechnungenElement{
                         position:relative;
                         float:left;
                         background: url("../bilder/loginHeader/unbezahlt.gif") left top no-repeat;
                         width: 138px;
                         height:35px;
                         margin-left:15px;
                         margin-right:-3px;
}

.hover { 
                         position:relative;
                         float:left;
                         overflow:hidden;
                         display:block;
                         color:#FFFFFF;
                         text-decoration: none;
                         font-size:0;
}
.hover:hover{
                        background-position: right top;
}
.active{
                         background-position: right top;
}