        

body{ background-image:url('bg.png'); background-repeat:repeat;;}
#container{ position: relative; margin: 0 auto; width: 955px; }
 /* ----------------------------------------------- */



#glowne{  float:left;
        padding:0px;
        background-color:white;
        box-shadow:4px 4px 4px gray; 
        border-style:solid;
        border-width:1px;
        border-color:#dddddd;
       width:955px;
        z-index: 3;
      }


#srodek{  


text-align:center;
       width:30%;
border:2px dashed red;
}





  /* ------------------------slide---------------------- */
.stepcarousel{
position: relative; /*leave this value alone*/
z-index: 1;
border: 0px solid gray;
overflow: scroll; /*leave this value alone*/
width: 940px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: relative; /*leave this value alone*/
left: -15;
top: 0;
}

.stepcarousel .panel{
float: none; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


#srodek {
  position:relative;
                left: 0px;
                bottom: 350px;
}




  /* -----------------------menu---------------------- */

ul#navlist { 

FONT-FAMILY: calibri, Verdana;
        font-weight:bold;

 }
a.wyr{
font-weight: bold;
text-decoration: none; 
}

ul#navlist a
{
font-weight: bold;
text-decoration: none; 
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none; z-index: 2;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #000000;
background-color: #ffffff;
padding: 6px;
border: 1px #ffffff ;
}

ul#navlist li a:hover
{
color: #e42a18;
background-color: #ffffff;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 14px;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 16em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: "> "; }
