.Name {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.Impressum {
    color: #b2b2b2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

}

.Impressum a:link {
    text-decoration: underline;
    color: #b2b2b2;
    font-weight: normal;
}

.Impressum a:visited {
    text-decoration: none;
    color: #b2b2b2;
    font-weight: normal;
}

.Impressum  a:hover {
    text-decoration: underline;
    color: #666666;
    font-weight: bold;
}

.Impressum  a:active {
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

#Binnenhafen {
    position: absolute;
    left: 130px;
    top: -48px;
    width: 293px;
    height: 265px;
    z-index: 1;
    background-image: url(Bilder/binnenhafen-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    display: none;
}

#Hafenzukunft {
    position: absolute;
    left: 330px;
    top: -35px;
    width: 293px;
    height: 265px;
    z-index: 1;
    background-image: url(Bilder/hafenzukunft-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    display: none;
}

#Binnenschiff {
    position: absolute;
    left: 420px;
    top: -110px;
    width: 293px;
    height: 265px;
    z-index: 1;
    background-image: url(Bilder/binnenschiff-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    display: none;
}

#Eisenbahn {
    position: absolute;
    left: 45px;
    top: 97px;
    width: 293px;
    height: 130px;
    z-index: 1;
    background-image: url(Bilder/eisenbahn-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    display: none;
}

#Hafenindex {
    position: absolute;
    left: 355px;
    top: 19px;
    width: 293px;
    height: 265px;
    z-index: 1;
    background-image: url(Bilder/hafenindex-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 2px;
    background-repeat: no-repeat;
    display: none;
}

#Impressum {
    position: absolute;
    left: 390px;
    top: 0;
    z-index: 1;
    background-image: url(Bilder/impressum-blase.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 2px;
    background-repeat: no-repeat;
    display: none;
}

#container {
    position: relative;
    top: -706px;
    left: 0;
}

#container div {
    display: none;
}

#container div.close {
    display: block;
    float: right;
    left: -17px;
    position: relative;
    cursor: pointer;
}