img { border: none }
td img {
    display: block;
}
.menu-link {
    display: block;
}
.menu-link img {
    border: none;
}
.menu-link-item-samsara {
    width: 94px;
    height: 21px;
    background-image: url("../bilder/menu/menu_r3_c2.png");
}
.menu-link-item-samsara.active {
    background-image: url("../bilder/menu/menu_r3_c2_s3.png");
}
.menu-link-item-samsara:hover,
.menu-link-item-samsara:focus {
    background-image: url("../bilder/menu/menu_r3_c2_s3.png");
}
.menu-link-item-massagen {
    width: 112px;
    height: 21px;
    background-image: url("../bilder/menu/menu_r3_c4.png");
}
.menu-link-item-massagen.active {
    background-image: url("../bilder/menu/menu_r3_c4_s3.png");
}
.menu-link-item-massagen:hover,
.menu-link-item-massagen:focus {
    background-image: url("../bilder/menu/menu_r3_c4_s3.png");
}
.menu-link-item-angebote {
    width: 111px;
    height: 21px;
    background-image: url("../bilder/menu/menu_r3_c6.png");
}
.menu-link-item-angebote.active {
    background-image: url("../bilder/menu/menu_r3_c6_s3.png");
}
.menu-link-item-angebote:hover,
.menu-link-item-angebote:focus {
    background-image: url("../bilder/menu/menu_r3_c6_s3.png");
}
.menu-link-item-guestbook {
    width: 121px;
    height: 24px;
    background-image: url("../bilder/menu/menu_r2_c8.png");
}
.menu-link-item-guestbook.active {
    background-image: url("../bilder/menu/menu_r2_c8_s3.png");
}
.menu-link-item-guestbook:hover,
.menu-link-item-guestbook:focus {
    background-image: url("../bilder/menu/menu_r2_c8_s3.png");
}
.spacer-1 {
    height: 1px;
    line-height: 1px;
}
.spacer-3 {
    height: 3px;
    line-height: 3px;
}
.spacer-21 {
    height: 21px;
    line-height: 21px;
}
.spacer-24 {
    height: 24px;
    line-height: 24px;
}
.spacer-27 {
    height: 27px;
    line-height: 27px;
}

.footer_content {
    a {
        color: inherit;
        text-decoration: none;
    }
}
.text {
    a {
        color: inherit;
        text-decoration: underline;
    }
}
.text_white {
    a { color: inherit }
}
div.menu_content:has(.sgw-menu-table) {
    text-align: left;

    table, td, th {
        vertical-align: top;
    }

}
.sgw-menu-table {
    display: inline-table;
    table-layout: fixed;
    border: none;
    width: 592px;
    border-collapse: collapse;

    td, th {
        padding: 0;
    }
    .column-1 { width: 6px }
    .column-2 { width: 121px }
    .column-3 { width: 6px }
    .column-4 { width: 145px }
    .column-5 { width: 6px }
    .column-6 { width: 143px }
    .column-7 { width: 6px }
    .column-8 { width: 156px }
    .column-9 { width: 6px }
    .column-10 { width: 6px }
}

img.me {
    display: inline-block;
    width: 180px;
    height: 300px;
}
.align-left {
    float: left;
    margin-right: 1rem;
}
.align-right {
    float: right;
    margin-left: 1rem;
}
.text:after {
    content: "";
    clear: both;
    display: block;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
a.fancybox img {
    display: inline-block;
    box-shadow: 0 0 1rem #CCCCCC;
}
a.fancybox:nth-child(odd) img { margin-right: 1rem }
