ul,li,h1,h3,h4,h5,h6,p{     margin:0;     padding:0;     }html, body {   margin:0;      /*brak marginesu*/   padding:0;      /*brak odstępów między elementami*/   text-align:center;    /*wyśrodkowanie */   background:#FFF url(images/bg2.jpg) repeat-x top;}ul,li {   font-size:12px;  text-align: left; }


#gruby {  color:#000;  font-size:16px;  font-weight:bolic;}



#gruby2 {  color:#000;  font-size:13px;  font-weight:bolic;}
p {   font-size:12px;  text-align: left;   margin: 10px 0 8px 0;}
a {   color:#0000FF;       /*kolor czcionki*/   text-decoration:none;    /*wyróżnienie tekstu (domyślnie link jest podkreślony)*/  border:0; } 
img {  border:0;  margin:0 0 6px 0;}a:hover {   color:#333; } 
h1 {   font-size:20px;  font-weight:normal;   margin:1px 0 4px 1px;   /*odstęp od innych elementów na stronie*/   color:#000;   border-bottom:1px solid #333; } h2 {   font-size:20px;  font-weight:normal;   margin:11px 0 4px 1px;   /*odstęp od innych elementów na stronie*/   color:#000;   border-bottom:1px solid #333;   padding: 0 0 6px 16px;  width:196px; }
h3 {   font-size:14px;      /*rozmiar czcionki*/   color:#000; }
h4 {   font-size:16px;  font-weight:bolic;   margin:11px 0 18px 1px;   /*odstęp od innych elementów na stronie*/   color:#000;   border:1px dashed #555;   padding: 2px 0 2px 36px;}
#banner {   width:100%;  height:144px;  background: url(images/header_bg.gif) no-repeat left top;} #container {   text-align:left;     width:970px;  margin:0px auto;   font:11px;   font-family:Verdana, Arial;   color:#777; }

#main {   width:655px;   height:600px;   float:right;   padding:10px;  margin:50px 0 50px 6px; }  #clear {   clear:both;  margin:50px 0 0 0;  position: relative; bottom;}#sideBar {        /* styl ten umieści nam menu po lewej stronie*/   float:left;  font-size:12px;      /*strona lewa*/   width:252px;      /*szerokość menu*/   height:600px;    /*wysokość minimalna menu*/    padding:60px 5px 0 20px;    /*odstęp od innych elementów*/   background:url(images/body_top_bg.png) no-repeat top left;  position:relative;  top:-95px;  } 

#navBar {           list-style:none;   margin:5px 0;   padding:0; } #navBar  a {        /* wygląd odnośników w menu*/   padding:5px;   width:176px;   display:block;   border-bottom:1px dotted #aaa;   }  #navBar  a:hover {   background:#ddd; }
