body {
    margin: 0px;
    padding: 0px;
    background: white;
}

.detailsHead {
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    color: #696262;
}

.detailsHead2 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    color: #505050;
}

.panoEntryCon {
    color: #888;
    width: 1024px;

    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.floatme {
    clip: rect(0px, 80px, 410px, 0);
    transition: all .3s linear;
    color: black;
    opacity: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 400px;
    height: 100%;
    bottom: 0px;
    left: 15px;
    padding-left: 3px;
}

.floatme:hover {
    clip: rect(0px, 520px, 500px, 0);
    background-color: rgba(255, 255, 255, .9);
}

.preis {
    position: absolute;
    background: transparent;
    bottom: 10px;
    right: 10px;
    visibility: hidden;
}

.detailsText {
    float: right;
    width: 280px;
    margin-top: 14px;
    margin-right: 8px;
    text-align: right;
    font-family: "arial", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #636363;
}

a.footer {

    border-bottom: .2em dotted blue;
}

a:link,
a:visited {
    color: lightgray;
    background-color: #FFFFFF;
    text-decoration: none;
    target-new: none;
}

a:hover {
    color: lightgray;
    background-color: #FFFFFF;
    text-decoration: none;
    target-new: none;
}