/* arkusz */
*{ padding: 0; margin: 0; }
body{ font: 12pt "Georga", "Bookman Old Style"; background: url('images/bg.jpg') repeat; }

div#wrapper{ position: relative; left: 50%; margin: 24px 0 30px -480px; width: 959px; background: url('images/wrapper.jpg') repeat-y; }
	div#top{ height: 322px; position: relative; background: url('images/top.jpg') no-repeat; }                  
div#top h1 img{ border: 0; position: absolute; left: 0; bottom: 17px; }                                            
div#submenu{ clear: both; width: 920px; height: 21px; position: absolute; bottom: 0; left: 18px;                  
background-color: #cdc9bd; border-bottom: 1px solid #b5af9d; } 
			div#submenu ul{ display: none; text-align: center; }
			div#submenu ul li{ display: inline; }
				div#submenu a{ text-decoration: none; color: #1a7305; }
				div#submenu a:hover{ font-weight: bold; }
	div#main{ padding-bottom: 130px; background: url('images/footer.jpg') no-repeat bottom; }
	div#content{ margin: 0 40px; }
	
img.rycerz{ position: absolute; bottom: 40px; left: 20px; }
.bip{margin:2px;padding-left:180px;padding-top:50px;border:0px;}

h2{ font: 16pt "Georga"; margin: 20px 0 20px 5px; }
h3{ margin: 20px 0; }
hr{ border: 0; width: 511px; height: 51px; background: url('images/hr.jpg') no-repeat; margin: 10px auto; display: block; }

p{ margin: 0 0 20px; }
div#content ul{ margin: 10px 0 10px 35px; }
div#content ul li{ margin-left: 10px; }

div#footer{ font: 12pt "Tahoma"; font-size: 10pt; color: #727272; text-align: center; margin-bottom: 20px; }

@media print {
	/* Arkusz dla wydruku */

body {width: 600px; font: 10pt "Tahoma"; background: #FFFFFF; color: #000000;}
#top{display:none;}
#submenu{display:none;}
#wrapper{width:800px; margin: 0 0 0 0;}
#content{width:800px; text-align:justify; color:#000000; font:10pt; margin: 200px 0 0 0 ;}
#footer{display:none;}
img{display: none;}

}

