/*alx 20091228*/
div#header {
    position:relative;
    /*width: 982px;*/
    z-index: 100; /*for overlapping effect*/
}
div#top_menu_bottom {
    height:55px;
    clear:both;
    background-image: url(/img/template/top_menu/top_menu_bottom.png);
}
div#top_menu_top{
    background-image: url(/img/template/top_menu/top_menu_bg.png);
    height:130px;
    display:none;
}
.newsletter_box {
    border: 1px solid;
        width:270px;
        height:100px;
    padding: 10px;
    float:left;
    display:inline-block;
}

div#top_menu_middle{
    margin-left: -28px;
    background-image: url(/img/template/top_menu/top_menu_bg.png);
    background-position: 28px;
    background-repeat:repeat-y;
}
.top_menu {
    height:39px;
    /*float:left;*/ /*doesn't work with the -margin-bottom for animate...*/
    display:inline-block;
    margin: -2px -2px -3px -2px; /*otherwise it is padded for some reason... */
    cursor: pointer; cursor: hand; /*for IE*/
}
/*.topMenu:hover doesn't work'*/
div#top_menu_login:hover, div#top_menu_shop:hover, div#top_menu_newsletter:hover , div#top_menu_profil:hover {
    background-position: 0px -20px;
}
div#topToggle_link:hover {
  background-position: 0px -39px;
}

div#topToggle_link {
    width:164px;
    background-image: url(/img/template/top_menu/top_menu_oeffnen.png);
}
div#top_menu_profil{
    margin:10px 10px 0 10px;
    width:118px;
    height:20px;
    background-image: url(/img/template/top_menu/top_menu_profil.png);
    display: none;
}
div#top_menu_login{
    margin:10px 10px 0 10px;
    width:64px;
    height:20px;
    background-image: url(/img/template/top_menu/top_menu_login.png);
}
div#top_menu_shop{
    margin:10px 10px 0 10px;
    margin-bottom:0px;
    width:55px;
    height:20px;
    background-image: url(/img/template/top_menu/top_menu_shop.png);
}
div#top_menu_newsletter{
    margin:10px 10px 0 10px;
    margin-bottom:0px;
    width:118px;
    height:20px;
    background-image: url(/img/template/top_menu/top_menu_newsletter.png);
}



/*end alx*/
