/* layout wlasciwy */
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* tego potrzebuja Geckowate przegladarki ;-) */
}

/* zapis dla badzIEwia, aby wycentrował warstwe */
* * body {
	text-align: center;
}
#glowna {
	position: relative;	/* to pozwoli na pozniejsze pozycjonowanie elementow
				wewnatrz tej warstwy wg jej lewego gornego rogu */
	width: 780px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #e6e2e8;
}
* html #glowna { 
	height: 100%; /* zapis dla badzIEwia, ktory nie rozumie min-height oraz blednie interpretuje height */
	text-align: left;
}
.orange {
	color: #fa7c3a;
}
#naglowek {
}
#stopka {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	font-size: 10px;
}
* html #stopka {
	bottom: -1px; /* misIEk nie wiedziec czemu zostawia 1px wolnego miejsca na dole */
}
#strona {
	position: relative;
	padding-top: 310px;
	padding-bottom: 60px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	width: 720px;
	background-color: transparent;
}
* * body #adres {
	margin: 10px 55px 20px 55px;
}
/* kolorki itp. : ] */
body {
	background-color: #e6e2e8;
	color: #555555;
	font-family: Verdana, Arial;
	font-size: 11px;
}
a {
	color: #000000;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
.baner {
	text-align: center;
	width: 100%;
}
#adres {
	float: left;
	margin: 20px 70px 35px 70px;
	width: 200px;
	text-align: left;
}
#content {
	width: 100%;
	text-align: justify;
	clear: right;
}
#content li {
	margin-bottom: 4px;
}
#przypisy {
	font-size: 10px;
	text-align: justify;
	clear: right;
	width: 100%;
}
#przypisy li {
	margin-bottom: 0px;
}
#przypisy ul li {
	list-style-type: none;
}
div {
	text-align: center;
	border: 0px dotted #aaaaaa;
}

/*** NAGLOWEK ***/
#naglowek {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 288px;
	border: 0px solid #fa7c3a;
	border-bottom-width: 1px;
}
* * body #naglowek {
	height: 289px;
}
#stopki{
	background-image: url(images/stopki.jpg);
	height: 256px;
	width: 190px;
	margin-right: 10px;
	float: right;
}
#glowka{
	background-image: url(images/glowka.jpg);
	height: 256px;
	width: 174px;
	float: right;
	margin-right: 1px;
}
#logo{
	background-image: url(images/napis.gif);
	height: 86px;
	width: 356px;
	float: left;
	margin: 0px;
	left: 30px;
	top: 40px;
	position: absolute;
}
#naglowek ul {
	position: absolute;
	float: left;
	text-align: left;
	margin: 0px;
	padding-left: 30px;
	left: 30px;
	top: 130px;
}
#naglowek ul li {
	list-style-image: url(images/dziobek.gif);
	padding: 0px;
}
div#menu {
	width: 100%;
	height: 30px;
	background-color: #fa7c3a;
	position: absolute;
	top: 257px;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#menu ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	border-width: 0px;
	top: 7px;
	left: 0px;
	width: 100%;
}
#menu a {
	color: #e6e2e8;
	text-decoration: none; 
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul li {
	display: block;
	float: left;
	color: #e6e2e8;
	font-size: 12px;
	text-align: left;
	padding: 0px 15px 0px 15px;
	border: 0px solid #e6e2e8;
}

/*** STOPKA ***/
#stopka {
	/* background-color: #D6FCB8 ;*/
}
#stopka {
	border: 0px solid #555555;
	border-top-width: 5px;
}