    html {
                margin: 0px;
                padding: 0px;
        }

        body {  margin: 0;
		background-image: url(images/tlo.jpg) no-repeat;
		text-align: center;
                }	
	
       #zawartosc
                {
                width: 700px;
                margin: 0px auto;
                background-image: url(images/tlo2.jpg);
                border: 1px solid #505050;
                }

        	
	h1  {
                font-size: 13px;
                color: #707070;
                font-family: Verdana, sans-serif;
                padding: 0px 50px 0px 50px;
                text-align: center;
               }
	
	#header {
	        clear: both;
		width: 700px;
		height: 80px;
                margin: 0 0 0 0;
                background-image: url(images/banner.jpg);
                border-bottom: 0px solid #343565;
                }
	
	a       {
                color: #800000;
                text-decoration: none;
                }

        a:hover {
                color: #505050;
                text-decoration: underline;
                }
                
        a:visited{
                 color: #800000;
                 text-decoration: none;

                 }

	
        #navigation {
	
                font-family: Verdana, sans-serif;
                font-style: normal;
                margin: 0;
	        width: 700px;
	        height: 27px;
	        clear:both;
	        padding: 0;
               	text-align: center;
                font-weight: normal;
                font-size: 12px;
                letter-spacing: normal;
                border-bottom: 0px solid #000000;
                border-top: 0px solid #B0B0B0;
                border-left: 0px solid #aaa;
                border-right: 0px solid #aaa;
                background-color: none;
                }

         #navigation li
                {display: inline;
                }

         #navigation li a, #navigation li a:visited
                 {color: #FFFFDD;
                  float: left;
                  text-decoration: none;
                  padding: 5px 0px 5px 0px;
                  border-bottom: 2px solid #ffffff;
                  width: 116.5px;

                  }

         #navigation li a:hover
                 {color: #000000;
                  float: left;
                  text-decoration: none;
                  padding: 6px 0px 4px 0px;
                  border-bottom: 2px solid red;
                  width: 116.5px;
                  background-color: #CCA2A2;
                  height: 14px;
                  }

	   #navigation li a#current
                 {color: black;
                  float: left;
                  text-decoration: none;
                  padding: 5px 0px 5px 0px;
                  border-bottom: 2px solid white;
                  width: 116.5px;
                  height: 14px;
                  font-weight: normal;
                  background-color: #C7BCBC;
                  }	

	
	#text { font-family: Verdana, sans-serif;
                font-size: 13px;
                font-style: normal;
                color: #101010;
	        clear: both;
                padding: 0;
		margin: 60px 0px 0px 50px;
		width: 600px;
		text-align: justify;
		}
	
		
	#footer {
	        clear: both;
		background-color: #9A4C4C;
                border-top: 2px solid silver;
		width: 700px;
		height: 35px;
		margin: 0;
                padding: 0px;
                }
	
	p.date {
	        font-size: 11px;
                font-style: italic;
		clear:both;
		margin: 12px 0 0 0;
		text-align: left;
		color:red;
		}

	p.valid {
		float: left;
		margin: 12px 0 0 0;
		text-align: left;
		}
	
             	
        p.text
               {
                padding: 0px 0px 0px 0px;
                text-indent: 0px;

               }

        p.text_next
               {
                width:50%;
                float: right;
                padding: 0px 0px 0px 0px;
                text-indent: 0px;
                text-align: right;
               }

        p.text_prev
               {
                width:50%;
                float: left;
                padding: 0px 0px 0px 0px;
                text-indent: 0px;
               }


        p.adres
               {
                padding: 10px 50px 0px 50px;
                line-height: 0px;
               }


        ul      {
                font-family: Verdana, serif;
                color: #505050;
                font-size: 13px;
                text-decoration: none;
                font-weight: normal;
                list-style-type: decimal;
                margin: 0px;
                padding: 0px 50px 0px 50px;
                text-align: justify;

        }

        li.text {
                list-style-type: circle;
                color: #303030;
                margin: 0px 0px 0px 10px;
                padding: 0px 0px 3px 0px
                }



img        {
              float: left;
              margin: -10px 15px 0px 0px;
              border-style: none;
              }
              
#tabela {
   width: 95%;
   border: 1px solid black;
   border-collapse: collapse;
   background-color: #E0E0E0;
   text-align: center;
   font-family: Tahoma;
   font-size:13px;
   color: #303335;
}
#tabela td {
   border: 1px solid black;
   padding: 5px;
}
td.tytul {
   background-color: #D1E7FC;
   vertical-align: top;
   width:100px;
   font-weight:bold;
}



