/* home */
.header_home-button {
    float:left;
    width:89px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-home-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_home-button:hover {
    background-image: url(/images/de/header/menu-home-over.png);
}
.header_home-button:active {
    background-image: url(/images/de/header/menu-home-down.png);
}


/* games */
.header_games-button {
    float:left;
    width:117px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-games-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_games-button:hover {
    background-image: url(/images/de/header/menu-games-over.png);
}
.header_games-button:active {
    background-image: url(/images/de/header/menu-games-down.png);
}


/* promotions */
.header_promotions-button {
    float:left;
    width:135px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-promotions-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_promotions-button:hover {
    background-image: url(/images/de/header/menu-promotions-over.png);
}
.header_promotions-button:active {
    background-image: url(/images/de/header/menu-promotions-down.png);
}


/* vip */
.header_vip-button {
    float:left;
    width:99px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-vip-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_vip-button:hover {
    background-image: url(/images/de/header/menu-vip-over.png);
}
.header_vip-button:active {
    background-image: url(/images/de/header/menu-vip-down.png);
}


/* quick start */
.header_quickstart-button {
    float:left;
    width:125px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-quickstart-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_quickstart-button:hover {
    background-image: url(/images/de/header/menu-quickstart-over.png);
}
.header_quickstart-button:active {
    background-image: url(/images/de/header/menu-quickstart-down.png);
}
/* regulations */
.header_regulations-button {
    float:left;
    width:145px;
    height:108px;
    padding-right:1px;
    overflow:hidden;
    background-image:url(/images/de/header/menu-regulations-up.png);
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}
.header_regulations-button:hover {
    background-image: url(/images/de/header/menu-regulations-over.png);
}
.header_regulations-button:active {
    background-image: url(/images/de/header/menu-regulations-down.png);
}