.xcontent {
    min-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0;
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.top_block {
    width: 100%;
    display: block;
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}

.left_block {
    display: block;
    float: left;
}

.right_block {
    display: block;
    float: right;
}

.center_block {
    display: block;
    width: auto;
}

.memoriam {
    width: 100%;
    height: 150px;
    padding: 20;
}

.background.foto {
    height: auto !important;
    padding-bottom: 0;
    left: 0;
    right: 0;
    margin-top: 150px;
}


.foto {
    width: 100%;
    height: 400px;

}

.datum {
    width: 100%;
    height: 70px;

}

.kaarten {
    width: 100%;
    height: 150px;

}


.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.shadow{
    box-shadow: 5px 5px 2px #888888;
}

