
 html, body {	
       background-color: #000099;
		 background-image: url(http://www.janwolek.com/images/tlo_ksiegi_2000.jpg);
		 background-repeat: no-repeat;
		 background-position: center;
		 border: 0;
		 margin: 0;
		 padding: 0;
		 font-size: 12px;
		 font-family: Verdana, 'Lucida Sans Unicode', Tahoma, sans-serif; 
		 font-style: normal;
		 font-weight: normal;
  		 color: #306;  
		 }
  img {
  		position: absolute; left; z-index: 1;
		border: 0;
		margin-right: 25px;
		margin-left: 25px;
		}	
  h1, h2, h3, h4, h5 {
  		text-align: center;
		margin-right: 90px;
		}	
  h1 {
	font-size: 18px;
	}	
	h2 {
	font-size: 16px;
	}
	h3 {
	font-size: 14px;
	}
	h4 {
	font-size: 12px;
	}
  p {
  		margin-right: 45px;
		
		}
  # top{
      width: 1000px;
		}
  
	#NAGLOWEK {
      background-color: transparent;
		width: 100%;
		height: 302px;
	   }
  	
	#MENU2 {
  		background-color: transparent;
		height: 50px;
		margin-left: 300px;
		font-size: 18px;
		}
  
	#MENU {
      width: 240px;
		height: 500px;
      float: left;
      overflow: hidden;
		margin-left: 30px;
		background-color: transparent;
      }
  
  	#TRESC {
      width: 730px;
		height:1588px;
      float: left;
      overflow: hidden;
    	background-color: transparent;
		font-size: 12px;
		text-align: justify;
		text-indent: 50px;
		line-height: 180%;
		}
 
  #STOPKA {
      clear: both;
      width: 100%;
		background-color: transparent;
		padding-top: 20px;
		font-family: Verdana;
		font-size: 12px;
		border-top-width: thin;
      border-top-style: solid;
		border-top-color: #000099;
		}
		
/* Menu główne */

	ul, ul li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	ul {
		width: 200px;
		}
	ul a:link, ul a:visited {
		display: block;
		width: 186px;
		text-decoration: none;
		background-color: #ccc;
		color: #000;
		padding: 5px;
		border: 2px outset #ccc;
		}
		ul a:hover {
		border-style: inset;
		color: #9FF;
		background-color: #000099;
		padding: 7px 3px 3 px 7 px;
		}
		
/* Menu podręczne */

	ol, ol li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	ol, li {
		float: left;
		}
	ol a:link, ol a:visited {
		display: block;
		width: 160px;
		text-decoration: none;
		background-color: transparent;
		color: #000;
		padding: 0;
		border: 0;
		}
		ol a:hover {
		color: #9FF;
		}