* {
* {
    margin: 0px;
    }
.info {
    width: 1024px;
    height: 655px;
    position: absolute;
    }




.info img {
    display: block;
    }




.info span {
/*    background-color: silver;*/
    background-color: hsla(0%, 100%, 0.5);
    position: absolute;
    bottom: 0;
    width: 47%;
    line-height: 2em;
    text-align: left;
    padding-left: 55px;
    font-family: Arial;
    font-size: 16px;
    /*font-weight: bold;*/
    /*text-shadow: yellow 1px 1px 0px;*/
    color: #033770;
    }


.rechts {
    width: 1024px;
    height: 655px;
    position: absolute;
    }

.rechts img {
    display: block;
    }

.rechts span {
/*    background-color: silver;*/
    background-color: hsla(0%, 100%, 0.5);
    position: absolute;
    top: 58px;
    right: 0;
    width: 47%;
    line-height: 2em;
    text-align: left;
    padding-left: 55px;
    font-family: Arial;
    font-size: 16px;
    /*font-weight: bold;*/
    /*text-shadow: yellow 1px 1px 0px;*/
    color: #033770;
}