
     div.dolewej {
	 text-align: left;
	 padding:0 50px 0 50px ; 
     }	

     div.center {
         text-align : center;
      }
     div.maly {
         font-size : 10px;
      }	  
     div.center table,div {
         margin-left : auto;
         margin-right : auto;
         text-align : left;
      }  
     table{
         border : 1 solid black;
         border-spacing : 0 0;
         empty-cells : show;
         border-collapse : collapse;
      }
     td{
         padding : 2px;
      }
     table.widoczna {
         border : 1 solid black;
         border-spacing : 0 0;
         empty-cells : show;
         border-collapse : collapse;
         color : black;	 
      }
     td.naglowek {
		 background: #606060 url("/images/menu_back.jpg") top repeat-x;
         border : 1px solid black;
         padding : 2px;
		 color : #c0c0c0;
      }
     td.naglowekaktywny {
         cursor : pointer;
		 background: #606060 url("/images/menu_back.jpg") top repeat-x;				 
         border : 1px solid black;
         padding : 2px;
		 color : #c0c0c0;
      }
     td.zwykly {
         border : 1px solid black;
         padding : 2px;
      }
     td.aktywny {
         cursor : pointer;
         border : 1px solid black;
         padding : 2px;
      }
     tr.zwykly {
         background-color : #fff;
      }
     tr.zwyklykolor {
         background-color : #dddddd;
      }	  
     tr.zaznaczony {
         background-color : #c0c0c0;
      }

     .linkzaznaczony  A{
	     color : #FF4500;
         text-decoration : none;
      }	 
	  
     A {
	     color : #000040;
         text-decoration : none;
      } 
     A:visited {
         color : #000040;
		 text-decoration : none;
      }
     A:hover {
         color : #2121ab;
		 text-decoration : none;
      }
	 A:active {
	     color : #FF4500;
         text-decoration : none;
      }
    form,p {
      padding: 0;
	  margin : 0;
       } 
  
     font,input, option , select,textarea, td{
         font-family : tahoma;
         font-size : 12px;
         color : #000;
      }

     html, body {
	     font-family : tahoma;
		 font-size : 12px;
         margin : 0;
         padding : 0;
         background-color : #cccccc;
         color : #000;
		 height: 100%;

      }

     div.hint {
	     padding:12px;
	     position:absolute;
         background-color : #eeeeee;
         color : red;
         border : 1px solid black;
		 font-weight:bold;
         z-index:100;
		 left:30px; 
		 top: 150px;
		 text-align : center;
     }	
	 
     #container {
         width : 99%;
         margin : 5px auto;
         background-color : #cccccc;
         color : black;
         border : 1px solid #cccccc;
         line-height : 130%;
		 min-width : 750px;
      }
     #header {
         color : #c0c0c0;
         border : 1px solid #000;
		 border-bottom:0px;
		 background: #606060 url("/images/head_back.jpg") top repeat-x;	
         margin : 0;
         padding : 2px;
         clear : both;
         text-align : left;
		 height : 18px;

      }
     #menu {
         color : #c0c0c0;
         border : 1px solid #000;
		 background: #606060 url("/images/menu_back.jpg") top repeat-x;		 
         margin : 0;
         padding : 2px;
         clear : both;
         text-align : center;
		 height : 15px;

      }
     #content {
         border : 1px solid #cccccc;
         margin : 0;
         padding : 1em;
         text-align : center;
         height : auto !important;
         height : 500px;
         min-height : 500px;	

      }
     #footer {
         border : 1px solid #000;
		 background: #606060 url("/images/foot_back.jpg") top repeat-x;	
         color : #c0c0c0;
         font-size : 11px;
         text-align : center;
         padding : 2px;
         clear : both;
         margin : 0;

      }
 
	 h1,h2,h3,h4,h5,h6{
		margin: 0;
		color : #000;
		
	}
	 h4{
		font-size : 13px;
	}
	 h3{
		font-size : 12px;
	}		
	 h2{
		font-size : 10px;
	}	  
	 h5{
		font-size : 14px;
	}	 
