/* Tiny Scrollbar */
#scrollbar1 { width: 440px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 400px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
body { }
p { color: #686768; font-size: 13px; font-family: arial; line-height: 18px; }
h1 { color: #961c20; font-size: 20px; font-family: "times new roman"; font-weight: normal; line-height: 18px; }
td { }
a:link { font-family: arial; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.name { color: #fff; font-size: 40px; font-family: "times new roman"; font-weight: bold; font-style: italic; line-height: 36px; }
.subhead { color: #fff; font-size: 24px; font-family: "times new roman"; font-style: italic; line-height: 32px; }
.beschreibung { color: #fff; font-size: 22px; font-family: "times new roman"; font-style: italic; line-height: 28px; }
.adresse { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; }
.anschrift { color: #fff; font-size: 12px; font-family: arial; line-height: 15px; }
.aktivepunkt { color: #fff; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.mainmenue:link { color: #686768; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.mainmenue:visited { color: #686768; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.mainmenue:focus { color: #686768; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.mainmenue:hover { color: #fff; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.mainmenue:active { color: #686768; font-size: 16px; font-family: arial; font-weight: bold; text-decoration: none; }
.submenue:link { color: #fff; font-size: 14px; font-family: arial; font-weight: normal; line-height: 20px; text-decoration: none; }
.submenue:visited { color: #fff; font-size: 14px; font-family: arial; font-weight: normal; line-height: 20px; text-decoration: none; }
.submenue:focus { color: #fff; font-size: 14px; font-family: arial; font-weight: normal; line-height: 20px; text-decoration: none; }
.submenue:hover { color: #fff; font-size: 14px; font-family: arial; font-weight: normal; line-height: 20px; text-decoration: underline; }
.submenue:active { color: #fff; font-size: 14px; font-family: arial; font-weight: normal; line-height: 20px; text-decoration: none; }
.emaillink:link { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; text-decoration: none; }
.emaillink:visited { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; text-decoration: none; }
.emaillink:focus { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; text-decoration: none; }
.emaillink:hover { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; text-decoration: none; }
.emaillink:active { color: #fff; font-size: 14px; font-family: arial; line-height: 25px; text-decoration: none; }
.textlink:link { color: #686768; font-family: arial; text-decoration: none; }
.textlink:visited { color: #686768; font-family: arial; text-decoration: none; }
.textlink:focus { font-family: arial; text-decoration: none; }
.textlink:hover { color: #961c20; font-family: arial; text-decoration: underline; }
.textlink:active { color: #961c20; font-family: arial; text-decoration: underline; }
.textheadline { color: #961c20; font-size: 20px; font-family: "times new roman"; font-weight: normal; line-height: 18px; }

/* SLIDESHOW */
#slideshow {
 height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

