html, body {
	margin: auto;
	height: auto;
	text-align:center;
}

#STRONA {
	width: 800px;
	min-height: 1000px;
	margin: auto;
	background-color: #e9e1b1;
	text-align:left;
}

#NAGLOWEK {
	height: 150px;
	width: 800px;
	background: url(images/top.jpg) top center no-repeat !important;
}
#MENU {
	height: 23px;
	width: 800px;
	background-color: #ded7ab;
}

#INFORMACJE {
	width: 150px;
	float: left;
	overflow: hidden;
	background-color: #ded7ab;
	min-height: 300px;
}

#TRESC {
	margin-left: 155px;
	margin-right: 5px;
	min-height: 600px;
}
#LOGIN {
	height: 14px;
	width: 23px;
	position: relative;
	top: 100px;
	left: 600px;
}
#AKTUALONOSCI {
	height: 14px;
	width: 23px;
	position: relative;
	top: 100px;
	left: 600px;
}
#STOPKA {
	width: 800px;
	text-align: center;
	margin: auto;
	overflow:auto;
	height: 25px;
	background-color: #ded7ab;
	border-collapse: collapse;
}
ul.nowy {
	list-style: none;
	padding: 0;
	margin: 0;

}

#nav a {
	font-weight: bold;
	color: #cdc482;
	text-decoration: none;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #cdc482;
	padding: 0.2em 10px;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #95871c;
	padding: 0.2em 10px;
}

li.nowy {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
	background-color: #95871c;
	border: 1px solid #95871c;
	border-width: 0px 0;
	padding: 0 0em 0 0em;
	font: 90% Arial, sans-serif;
}

li.nowy#first {
	border-left-width: 2.6em;
}

li.nowy#last {
	border-right-width: 2.6em;
}

li.nowy ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: white;
	padding: 0;
}
li.nowy ul li {
	padding: 0;
	width: 150px;
	font: 100% Arial, sans-serif;
}
li.nowy>ul {
	top: auto;
	left: auto;
}

li.nowy li {
	display: block;
	float: none;
	background-color: #cdc482;
	border: 0;
}

li.nowy:hover ul, li.over ul {
	display: block;
	background-color: #cdc482;
}

#nav li a:hover {
	padding: 0.2em 5px;
	color: #95871c;
	border: 5px solid #eee7b7;
	background-color: #eee7b7;
	border-width: 0 5px;
}
#nav li li a:hover {
	padding: 0.2em 5px;
	color: #eee7b7;
	border: 5px solid #c1af24;
	background-color: #c1af24;
	border-width: 0 5px;
}
table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(240, 240, 210);
	-moz-border-radius: 9px 9px 9px 9px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 9px 9px 9px 9px;
}

div.pGaleries{
	width: 180px;
	height: 220px;
	margin: 10px;
	float: right;
}

img.pwimages {
	border: 1px solid black;
}

#STRONA a{
	text-decoration: none;
	color: black;
	Font-weight: bold;
	}
#STRONA a:hover{
	color: #95871C;
	}
