body{
        background-color: black;
}
/*--BackgroundFullscreen--*/
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        z-index:-1000;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

header img{
        margin-left: 40px;
        margin-top: 20px;
}

/*----Nav bar----*/
.navbar{
        margin-top: 30px;
}
nav{
        list-style-type: none;
        background: url(../images/contentBg.png);       
        position:absolute;
        width:100%;
}
nav ul{
        margin-bottom: 0px;
}
nav li{
        display: inline-block;
}
.right li:last-child{
        margin-right: 5px;
}
nav .left a{
        font-family:helvetica neue, arial;
        font-weight:200;
        font-size:1.5em;
        color: white;
        margin-left: 40px;
}
nav a:hover{
        text-decoration: none;
        color: white;
}

nav .left{
        float:left;
}
nav .right {
        float:right;
}

nav .right a{
        margin-right: 8px;
}

nav img{
        margin-top: 1px;
}

#index {
        top:380px ;
}



/*-----footer----*/
footer a{
        font-weight:200;
        color:white;
        position: fixed;
        font-size:1.0em;
}
footer a:hover{
        color:red;
        text-decoration: none;
}
footer a.steffen{
        float: right;
        left: 30px;
        bottom: 10px;
}
footer a.impressum{
        float: left;
        right:30px;
        bottom: 10px;
}




.content {
        margin-top: 40px;
        background: url(../images/contentBg.png)!important;
}
.player{
        margin-top: 70px;
}
.form{
        padding-top: 10px;
}
form{
        color:white;
}
.alert{
        margin-right: 30px;
}

h1,h2,h3,h4,h5{
        color:white;
}
p{
        color:white;
        font-family:helvetica neue, arial;
        font-weight:200;
        margin-bottom:40px;
        margin-right:60px;
        font-size:1.1em;
}
#dates p{
        font-weight: 400;
}
