html, body { 	
	background-color: #d9d3c6;
	background-image: url('grafika/tlo.jpg');
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 13px; 
}

a { 
	text-decoration: none; 
}
			
a:link { 
	color: #b33500; 
}
				
a:visited { 
	color: #b33500; 
}	
					
a:hover { 
	color: black;
}
				
a:active { 
	color:black;
}

div#menu a { 
	display: block;
	background-color: #7a6d50;
	background-image: url('grafika/tlo_menu.jpg');
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}
					
div#menu a:link { 
	color: white; 
}
				
div#menu a:visited { 
	color: white; 
}	
					
div#menu a:hover { 
	color: black;
}
				
div#menu a:active { 
	color: black;
}

div#pudelko	{
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 20px;
}

div#glowny {
	position: relative;
	width: 800px;
	background-color: white;
	background-image: url('grafika/logo.jpg');
	background-repeat: no-repeat;
	background-position: 40px 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 13px; 
	padding: 90px 10px 10px 10px;
	border: 4px double black;
}

div#glowny_przegladarka {
	position: relative;
	width: 820px;
	background-color: white;
	background-image: url('grafika/logo_galeria.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 13px; 
	padding: 95px 0 10px 0;
	text-align: center;
	border: 4px double black;
}

div#menu	{
	position: relative;
	height: 21px;
}

div.przycisk	{
	position: relative;
	width: 67px;
	margin: 0 2px;
	text-align: center;
	float: right;
}
		
div#foto {
	position: relative;
	top: 155px;
	width: 300px;
	height: 400px;
	background-color: #7a6d50;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: left;
}

div#foto2	{
	position: relative;
	width: 294px;
	height: 388px;
	margin: 4px 0 4px 4px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

div#tresc {
	position: relative; 
	width: 497px;  
	background-color: #7a6d50;
	border: 1px solid black;
	float: right;
}

div#tresc2 {
	position: relative; 
	width: 485px;  
	color: #4b3629;
	background-color: #a69b71;
	margin: 4px;
	border: 2px solid black;
}

div#tresc3 {
	position: relative; 
	min-height: 450px; 
	width: 435px;  
	color: #4b3629;
	background-color: #dbd6b7;
	text-align: center;
	margin: 0 15px;
	padding: 0 10px;
	font-weight: bold;


}

div#tresc4 {
	position: relative; 
	min-height: 450px; 
	width: 435px;  
	color: #4b3629;
	background-color: #dbd6b7;
	margin: 0 15px;
	padding: 0 10px;
	
}

div#licznik	{
	position: relative;
	text-align: right;
	padding: 3px 15px;
	clear: both;
}

div#stopka	{
	position: relative;
	text-align: center;
	padding: 2px 0;
}

div#nawigacja	{
	background-image: url('grafika/tlo_nawigacja.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
}

h1	{
	font-size: 8pt;
	font-weight: bold;
}

p { 
	text-align: justify;
}

img.tytul	{
	margin: 10px 10px 0 220px;
}

img.galeria {
	border: 5px solid white;
	margin: 4px 7px;
}

img#przegladarka	{
	border: 12px solid #e3decc;
}

table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 13px; 
	text-align: justify;
	color: #4b3629;
}
					
input, textarea {
	font-size: 9pt;
	border: 1px solid #846a35;
	background-color: white;
}
						
div.blad {
	color: red; 
	border: 1px dashed red; 
	padding: 5px; 
	margin: 10px;
}

div.ok {
	color: green; 
	border: 1px dashed green; 
	padding: 5px; 
	margin: 10px;
}