@charset "utf-8";
/* CSS Document */

#slider_container{
        width: 200px;
        height: 550px;
        background: url(../../../images/hintergrund-2022.jpg) no-repeat;
    }

        #slider ul, #slider li,
        #slider2 ul, #slider2 li{
            margin:0;
            padding:0;
            list-style:none;
            }
       
        #slider li, #slider2 li{ 
            /* 
                define width and height of list item (slide)
                entire slider area will adjust according to the parameters provided here
            */ 
            width:200px;
            height:550px;
            overflow:hidden; 

            }


			
.facebook { width:200px; height:70px;}
.facebook a { text-decoration:none; width:200px; height:70px; }
        
       