
* {
    margin: 0;
    padding: 0;
}

html, body {
  height:100%;
}

html {
    font-family: Arial;
    font-size: 20px;
}

#fullScreen {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background-color: #ffffff; 
    background-image: url("/layout-img/ajax-loader.gif"); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: auto;

    overflow: hidden;
}

#background1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 100;

    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;

    display: none;
}

#background2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 100;

    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;

    display: none;
}

#preload {
    display: none;
}

#logo {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
}

#logo img.logo {
    width: 140px;
}

#zeile1a, #zeile1b {
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    left: 50px;
}

#zeile2a, #zeile2b {
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    left: 50px;
}

#impressum {
    position: absolute;
    z-index: 1000;
    bottom: 22px;
    right: 50px;
    font-size: 14px;
}

#impressum a {
    color: #000000;
    text-decoration: none;
}