     *{ 
         margin: 0;
         padding: 0;
         border: 0;               
      }      
      body{
        background-color:#020F3A;/*#08388F*/ ;/*#A31F2A*/
        padding-top: 30px;
      }
      body{
        background-color:#020F3A;/*#08388F*/ ;/*#A31F2A*/
        padding-top: 30px;
      }
      h1{
        font-size: 30pt;
        margin:30px;
      }
      h1,h2,h3,h4,h5,h6{
        text-align:center;
        font-family: Trebuchet MS, sans-serif;
      }
      #main{
        background-image: url(../gfx/gradient_pasek.png);
        margin: 0 auto;
        max-width: 840px;        
      }
      #contain{
        background-color: #fcfcfc;
        margin: 0 20px;
        padding: 20px 0;
        width: 800px;
        position:relative;
        margin-bottom:50px; 
      }
      #contain>p, #contain>ul{
        margin: 5px 30px;
        padding-bottom: 10px;
        font-family: Verdana, sans-serif;
        font-size: 13px;
        border-bottom: 2px solid black;
      }
      #contain>p{
        text-align:justify;
      }
      #contain>p.center{
        text-align:center;
      }
      #contain>p img{
        border: 3px solid gray;
        margin:0 10px;
      }#contain>p img:hover{
        border: 3px dashed black;
      }
      #contain>p:hover, #contain>ul:hover{
        background-color: #fed; 
      }
      #contain>p:first-letter, #contain>ul:first-letter{
        font-size: 30px;
        font-family: Tahoma, sans-serif;
        color:#A00000;
      }
      #contain>p:first-line, #contain>ul:first-line{
        font-weight: bold;
      }
/*Sekcja menu*/      
      #menu{
        width: 800px;
      }
      #menu>ul{
        list-style:none;
        margin: 0 auto;
        padding-left:20px;/*zmieniac bo auto nie dziala*/
      }
      #menu>ul li{
        float:left; 
        margin:0;
        padding: 0;
        border-bottom: 2px solid #000;
        margin-bottom: 5px;
      }
      #menu>ul li a{
        color: #777;
        display: block;
        padding: 80px 10px 5px;
        text-align:center;
        text-decoration:none;
        width: 75px;
      }
      li#szkola a{
        background: transparent url(../gfx/szkola.png) no-repeat top center;
      }
      li#kursy a{
        background: transparent url(../gfx/kursy.png) no-repeat top center;
      }
      li#imprezy a{
        background: transparent url(../gfx/impreza.png) no-repeat top center;
      }
      li#oferta a{
        background: transparent url(../gfx/oferta.png) no-repeat top center;
      }
      li#cennik a{
        background: transparent url(../gfx/cennik.png  ) no-repeat top center;
      }
      li#archiwum a{
        background: transparent url(../gfx/archiwum.png) no-repeat top center; 
      }
      li#dzieci a{
        background: transparent url(../gfx/dzieci.png) no-repeat top center;
      }
      li#pisza a{
        background: transparent url(../gfx/pisza.png) no-repeat top center;
      }
      li#kontakt a{
        background: transparent url(../gfx/kontakt.png) no-repeat top center;
      }
      #menu ul li a strong{
        color: #000;
        font-size: larger;
        display: block;
        line-height:75%;
      }
      li#szkola a:hover, li#kursy a:hover,li#imprezy a:hover, li#oferta a:hover,
      li#cennik a:hover, li#archiwum a:hover, li#pisza a:hover,
      li#kontakt a:hover, li#dzieci a:hover{
        background-color: #def;
      }
      #menu ul li a:hover{
        color: #000;
      }
/*Koniec sekcji menu*/
/*Animacja*/
#animacja{

  font-size:10px;
}
#animacja a{
  color:white;
  font-size:20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0 10px;
}
#animacja a:hover{
  background-color:green;
}


/*Sekcja banner*/

      #banner{
        margin-top: -17px;
      }
      #sylwester{
        width:800px;
        height:133px;
        background-image: url(../gfx/banner_sylwester.jpg);
        font-size:20px;
      }
      #sylwester a{
        display:block;
        width:inherit;
        height:inherit;
        position:relative;
      }
      #sylwester a span{
        position: absoulte;
        color:white;
        right:20px;
        bottom:20px;
      }
      #sylwester:hover{
        
        background-image: url(../gfx/banner_sylwester_szary.jpg);
        font-size:30px;
      }

/*Koniec sekcji banner*/

/*Sekcja header*/
      #header{
        width:800px;
        height:23px;
        background-color:#020F3A;
        font-size:15px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        text-decoration:underline;
        color: #fff;
      }
      
/*Koniec sekcji header*/
/*Poczatek sekcji submenu*/
      #submenu{
        margin-left:20px;
        margin-bottom:10px;
      }
     
      #submenu>ul li{
        float: left;
        list-style:none;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom:3px;
        padding-top:3px;
        border: 1px solid black;
        border-right: 1px solid black;
        background-color: #08388F;
      }
      #submenu>ul li:hover{
         background-color: green;
      }
      #submenu>ul li a{
        font-family: Arial, sans-serif;
        font-weight: bold;
        color:#fff;
        text-decoration: none;
      }
/*Koniec sekcji submenu*/
  
/*Sekcja logo*/
      #logo{
        display:none;
        position: absolute;
        width:130px;
        height:130px;
        top:130px;
        right:17px; 
        background: transparent url(../gfx/logos.png) no-repeat top center;
      }
/*Koniec sekcji logo*/

/*Sekcja last_added*/
      #last_added{
        float:right;
        padding: 20px;
        margin: 20px;
        background-color: #def;
        border: 1px dashed blue;
        font-size:70%;
      }

      #last_added h2{
        font-family: Verdana;
        font-weight: normal;
      }
      #last_added ul{
        
      }
      #last_added ul li{
        color:black;
        list-style-type: square;
        padding-left: 0px;
        padding-right:0px;
        margin-left: 20px;
       }
      #last_added ul li ul li a{
        color:red;
      }
      #last_added span{
        color:green;
      }
      #last_added ul li a{
        font-family: Verdana, sans-serif;
        color: navy;
        text-decoration:none;
      }
      #last_added ul li a:hover{
        background-color:#fff;
      }
/*Koniec sekcji last_added*/
/*sekcja footer*/
      #footer{
        position:fixed;
        bottom:0;
        width:100%;
        background-color:#A00000;
        font-family: Arial;
        font-weight: bold;
        color: #fff;
        text-align:center;
        padding: 5px;
        vertical-align:middle;
        border-top:5px solid black;
      }
/*koniec sekcji footer*/
      br.space{
        clear:both;
      }
/**/  .foto_lewo{
         float: left;
         padding-left:0px;
         padding-right:10px;
         padding-top: 5px;
         padding-bottom: 5px; 
       }
       .foto_prawo{
         float: right;
         padding-left: 10px;
         padding-right: 0px;
         padding-top: 5px;
         padding-bottom: 5px;
       }
/*sekcja kontakt*/
.info{
        padding: 30px;
        margin: 30px;
        background-color: #def;
        border: 1px dashed blue;
}

/*koniec sekcji kontakt*/
/*NAJBLIZSZE KURSY*/
  .repertuar li{
    margin-left: 50px;
    margin-right: 20px;
    font-family: Verdana, sans-serif;
  }
  .repertuar li ul li:hover{
    background-color: #def;
  }
/*CENNIK*/
  .cennik{
    border-left: 10px solid #A00000;
    border-top: 10px solid #A00000;
    margin: 20px 30px;
    width:740px;
  }
  .cennik tr td{
      padding:5px 10px;
      border-right:1px solid black;
      border-bottom: 1px solid black;
      font-family: Verdana, sans-serif;
      font-size:12px;
      vertical-align:middle;
      text-align:center;
  }
  .cennik tr td strong{
    display:block;
    text-align:left;
  }
  .cennik tr:hover{
    background-color: #def;

  }
  .title_impreza{
  color:#A00000;
  text-decoration:underline;
  }
  
p img{
  border:5px solid gray;
}
p img:hover{
  border:5px dashed black; 
}
  

