body
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    min-height: 700px;
}

/* > LAYOUT  ############################################################### */

.header_wrapper
{
    display: block;
    background: rgba(0,0,0,0.2);
    margin-top: -10px;
    height: 250px;
    position: relative;

    overflow: hidden; /* damit das Bild gut gezogen werden kann*/

    max-width: 1400px;
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;

    z-index: 100;
    position:relative;
}

#Menu_Bottom
{
    position:absolute;
    bottom:0px;
    right:0px;
    left:0px;
    height: 50px;
    width: 100%;
}


#Header_Img
{
    width: 1400px;
    height: 250px;
    position:absolute;
    bottom:0px;
    right:0px;
    top:0px;
}



.header_container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.header_menu_wrapper
{
    z-index: 100;
    position:relative;
}

.header_menu_container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -55px;
    position: relative;
}

.content_wrapper
{
    z-index: 100;
    position:relative;
}

.content_container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    min-height: 300px;

}

.advertising_wrapper
{
    z-index: 100;
    position:relative;
}

.advertising_container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
}



.footer_menu_wrapper
{
    z-index: 100;
    position:relative;
}

.footer_menu_container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;


}



/* > FOOTER */
#FOOTER_BACKGROUND
{
    position:fixed;
    bottom:0px;
    right:0px;
    left:0px;
    width: 100%;
    height: auto;

    z-index: 0;
}
