<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}
#slideshow {width: 100%!important;}
#slideshow &gt; li {width:100%;}
#slideshowWrapper{position:relative;width:100%; height:333px; margin:0px auto; max-width:500px;}

#fssPlayPause{position:absolute;top:0px;right:-15px;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none; color: #e31134;display:none; }

ul#slideshow{list-style:none;margin:auto; overflow:hidden; height:333px;}
#fssList{ display:none; list-style:none; margin:auto;padding:5px 0 0 45%;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}

#fssPrev{background-image:url(icons/zurueck.png); background-repeat: no-repeat; background-size:40%; background-position: 0% 50%;width:100px; height: 200px; text-indent:-999999px;top: 0; left; 0;}
#fssNext{ background-image:url(icons/vor.png); background-repeat: no-repeat; background-size:40%; background-position: 100% 50%; width:100px; height: 200px; text-indent:-999999px;top:0; right:0;}

#fssNext, #fssPrev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: white;
    width: 40px;
    height: 50px;
    border: medium none;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: medium none;
    padding: 10px;
    position: absolute;
    top: 40%;
    display:none;
}</pre></body></html>