/* *** ogolne ustawienia strony *** */

HTML {background-color: #FFF1D4; color: #593711; height: 100%;}
BODY {font-family: 'Times New Romane', serif; font-size: 14px; 
		margin: 0; padding: 0;
		position: relative; /* pozycjonowanie potrzebne żeby rozciagnąć tło na całe okno*/
		min-height: 100%; /* For Modern Browsers */
		height: 100%; /* For IE */
		height: auto !important; /* For Modern Browsers */
		background: url('graf/tlo.jpg') top left repeat-y;}

A, A:active, A:link {border: 0 none; color: #593711;}
               
IMG {border: 0 none;}

H1, H2, H3 {margin: 20px 50px; font-style: italic;}

INPUT, TEXTAREA {margin-left: 20px;
		background-color: #BBBBBB; 
		font-family: 'Times New Romane', serif;
		font-size: 12pt; 
		color: #000;}
.button {background-color: #D4BA9C;}

/* *****      menu strony     ***** */

UL.menuglowne {margin: 0; padding: 0 40px;
               display: block; position: absolute; left: 0; top: 160px;
               list-style-type: none;
               font-family: 'Times New Romane', serif; font-size: 16px;
               }
UL.menuglowne * {display: block;}
UL.menuglowne LI {margin-bottom: 7px;
                  list-style-image: none;}
UL.menuglowne LI A {margin: 0; padding: 0;
                    width: 132px; line-height: 27px;
                    background: url('graf/przycisk.gif') top center no-repeat;
                    text-align: center;
                    text-decoration: none; 
                    font-weight: bold;
                    color: #593711;}
UL.menuglowne LI A:active {background-position: bottom center;}  /* przesunięcie obrazka menu*/

/* ***  szczegół.ustaw. strony  *** */

.grafika_na_glownej {margin: 0; text-align: center;}

.tresc{text-align: justify; margin: 20px 50px;}

.galeria {text-align: center;}
.galeria TD {padding: 5px;}
.galeria_tytul {display: block; text-align: center; font-weight: bold;}

.mini {font-size: 12px;}

.bi {font-style: italic; 
	font-weight: bold;
	font-size: 16px;}

.osiagniecia TD, TH {padding: 3px 10px 3px 10px;}

/*
.spis_mioty {width: 60%;
			font-weight: bold;
			font-size: 20px;
			text-align: center;
			}
*/
.mioty {margin-left: 150px;
		line-height: 70px;
		list-style-image: url(graf/psiak.jpg);
		font-size: 18px;
		font-weight: bold;
		vertical-align: super;
		}
.miot_szczegol TD {padding: 5px;
					vertical-align: super;}
