<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#rahmen {
        top:85px;
        left:105px;
        width: 100%;
        font-size:38px;
        position:fixed;
}

        a.home {
                background: url('pics/m01home.jpg') center no-repeat;
                        }
        a.home:hover {
                background: url('pics/m01homealt.jpg') center no-repeat;
                        }
        a.home img {
                visibility: hidden;
                border: none;
                        }

        a.news {
                background: url('pics/m02news.jpg') center no-repeat;
                width: 80px;
                        }
        a.news:hover {
                background: url('pics/m02newsalt.jpg') center no-repeat;
                width: 80px;
                        }
        a.news img {
                visibility: hidden;
                border: none;
                width: 80px;
                        }

        a.dates {
                background: url('pics/m03dates.jpg') center no-repeat;
                width: 80px;
                        }
        a.dates:hover {
                background: url('pics/m03datesalt.jpg') center no-repeat;
                width: 80px;
                        }
        a.dates img {
                visibility: hidden;
                border: none;
                width: 80px;
                        }

        a.bio {
                background: url('pics/m04biografie.jpg') center no-repeat;
                background-color:#725C51;
                width: 119px;
                        }
        a.bio:hover {
                background: url('pics/m04biografiealt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 119px;
                        }
        a.bio img {
                visibility: hidden;
                border: none;
                width: 119px;
                        }

        a.medien {
                background: url('pics/m05medien.jpg') center no-repeat;
                background-color:#725C51;
                width: 95px;
                        }
        a.medien:hover {
                background: url('pics/m05medienalt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 95px;
                        }
        a.medien img {
                visibility: hidden;
                border: none;
                width: 95px;
                        }

        a.presse {
                background: url('pics/m06presse.jpg') center no-repeat;
                background-color:#725C51;
                width: 90px;
                        }
        a.presse:hover {
                background: url('pics/m06pressealt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 90px;
                        }
        a.presse img {
                visibility: hidden;
                border: none;
                width: 90px;
                        }

        a.links {
                background: url('pics/m07links.jpg') center no-repeat;
                background-color:#725C51;
                width: 75px;
                        }
        a.links:hover {
                background: url('pics/m07linksalt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 75px;
                        }
        a.links img {
                visibility: hidden;
                border: none;
                width: 75px;
                        }

        a.gb {
                background: url('pics/m08gaestebuch.jpg') center no-repeat;
                background-color:#725C51;
                width: 128px;
                        }
        a.gb:hover {
                background: url('pics/m08gaestebuchalt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 128px;
                        }
        a.gb img {
                visibility: hidden;
                border: none;
                width: 128px;
                        }

        a.kontakt {
                background: url('pics/m09kontakt.jpg') center no-repeat;
                background-color:#725C51;
                width: 230px;
                        }
        a.kontakt:hover {
                background: url('pics/m09kontaktalt.jpg') center no-repeat;
                background-color:#B8927F;
                width: 230px;
                        }
        a.kontakt img {
                visibility: hidden;
                border: none;
                width: 230px;
                        }</pre></body></html>