﻿header
{
    position: static;
    width: 100%;
}

/* Header Logo */

#img_starCircle
{
    position: absolute;
    z-index: 0;
    height: 300px;
    width: 307px;
}

.img_logo
{
    position: absolute;
    top: 140px;
    left: 110px;
    z-index: 1;
}

#img_l_federchen
{
    display: inline;
    width: 197px;
    height: 43px;
}

#img_l_pinacotheca
{
    display: none;
    width: 311px;
    height: 59px;
}

#img_l_grenzland
{
    display: none;
    height: 58px;
    width: 192px;
}

#img_l_kidorn
{
    display: none;
}

#div_nav_top
{
    display: inline;
    position: absolute;
    left: 470px;
    top: 120px;
}

.a_nav_top
{
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
}

#a_home
{
    background-image: url('../images/federchen/home.png');
    height: 39px;
    width: 96px;
    left: 400px;
    top: -50px;
}

    #a_home:hover
    {
        background-image: url('../images/federchen/home_hover.png');
    }

#a_pinacotheca
{
    background-image: url('../images/federchen/pinacotheca.png');
    left: -20px;
    top: -30px;
    height: 38px;
    width: 153px;
}

    #a_pinacotheca:hover
    {
        background-image: url('../images/federchen/pinacotheca_hover.png');
    }

#a_kidorn
{
    background-image: url('../images/federchen/kidorn.png');
    height: 37px;
    width: 101px;
    top: 30px;
    left: 170px;
}

    #a_kidorn:hover
    {
        background-image: url('../images/federchen/kidorn_hover.png');
    }

#a_grenzland
{
    background-image: url('../images/federchen/grenzland.png');
    height: 40px;
    width: 131px;
    left: 230px;
    top: -10px;
}

    #a_grenzland:hover
    {
        background-image: url('../images/federchen/grenzland_hover.png');
    }

#a_forum
{
    background-image: url('../images/federchen/forum.png');
    height: 38px;
    width: 97px;
    left: 300px;
    top: 70px;
}

    #a_forum:hover
    {
        background-image: url('../images/federchen/forum_hover.png');
    }

#a_coculum
{
    background-image: url('../images/federchen/coculum.png');
    height: 37px;
    width: 112px;
    left: 50px;
    top: 90px;
}

    #a_coculum:hover
    {
        background-image: url('../images/federchen/coculum_hover.png');
    }

#a_kontakt
{
    background-image: url('../images/federchen/kontakt.png');
    height: 37px;
    width: 115px;
    left: 130px;
    top: -70px;
}

    #a_kontakt:hover
    {
        background-image: url('../images/federchen/kontakt_hover.png');
    }

#img_star1
{
    position: absolute;
    left: 390px;
    top: 70px;
    z-index: 5;
}

#img_star2
{
    position: absolute;
    left: 300px;
    top: -120px;
    z-index: 5;
}

#img_star3
{
    position: absolute;
}

#img_backgroundStar
{
    position: relative;
}

/* Header Slider */
#div_header
{
    position: relative;
}

#div_header_arrow
{
    position: relative;
    float: right;
    vertical-align: bottom;
    height: 40px;
    width: 40px;
    top: 220px;
}

#a_header_arrow_up
{
    background: url('../images/federchen/arrow_up.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 38px;
    width: 35px;
}

    #a_header_arrow_up:hover
    {
        background: url('../images/federchen/arrow_up_hover.png');
    }

#a_header_arrow_down
{
    background: url('../images/federchen/arrow_down.png');
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    height: 38px;
    width: 35px;
    margin-right: 10px;
}

    #a_header_arrow_down:hover
    {
        background: url('../images/federchen/arrow_down_hover.png');
    }
