* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: helvetica;
    src: url("../fonts/Helvetica.ttf");
}



html, body {
    background-color: #000000;
    /*background-image: url("../img/krebs.PNG");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: 0px;
    padding: 0px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, sans-serif;
}

#container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    /*background-color: #ff6a00;*/
}

#header {
    background-color: rgba(44, 44, 44, 0.60);
    padding: 0px;
    height: 140px;
}

#content {
    /*position: absolute;*/
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

#contentImage {
    /*width: 100%;*/
    width: 1200px;
    /*height: 800px;*/
    opacity: 1;
}

#footer {
    /*background-color: rgba(39, 39, 42, 0.83);*/
    width: 100%;
    height: 140px;
    bottom: 0px;
    position: absolute;
    background-color: #5E5E5E;
    /* These three lines are for transparency in all browsers. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
}

#impressumText {
    text-align: left;
    padding: 0px;
    color: white;
    /* font-size: 1em; */
    line-height: 18px;
}

#impressumContainer {
    position: absolute;
    margin-top: 15px;
    width: 270px;
    height: 100%;
    /*float: left;*/
    margin-left: 10%;
    padding: 0px;
}

.impressum {
    padding: 10px;    
    background-color: #5E5E5E;
    /* These three lines are for transparency in all browsers. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
}

#impressumBody {
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("../images/gung4.png");
    background-repeat: no-repeat;
    background-position: top;
}

#impressumImage {
    width: 200px;
    float: right;

}

/*#impressumContainer {
    width: 230px;
    height: 100%;
    float: left;

    margin-top: 18px;
    margin-left: 10%;
    padding: 20px;
}*/

#impressumBlock1 {
    margin-top: 5px;
}

/*============================*/
/* TEXT */
/*============================*/

h1 {
    font-family: arial, Helvetica, sans-serif;
}

.impressumText {
    font-family: arial;

}

.impressum p {
    color: #ffffff;
    font-size: 15px;
}

.impressum a {
    color: #ffffff;
    text-decoration: none;
        font-size: 15px;
    font-weight: 300;
}

#impressumHeaderText {
    top: 25%;
    color: #000000;
    font-size: 35px;
    font-weight: 900;
}

#mainMenuFooter a {
        color: white;
        text-decoration: none;
    }






