@charset "utf-8";
html {
	background-color: #000000;
	color: #C0C0C0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	color: #C0C0C0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.mainbgimage {
	background-image: url('grafika/tlo_glowne.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 650px;
	position: relative;
}
.ramka_glowna {
	width: 980px;
	height: 650px;
	margin: auto;
	position: relative;
}
.copyright {
	width: 980px;
	margin: auto;
/*	color: #703600 !important; */
	color: #606060 !important;
	font-family: Arial, Helvetica;
	font-size: 12px;
	border-top: 1px #202020 solid;
	padding-top: 6px;
	z-index: 4000;
}
.logo {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}
.main_info {
	background-image: url('grafika/black.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 400px;
	color: #e0e0e0;
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 13px;
	position: absolute;
	bottom: 40px;
	right: 10px;
	padding: 140px 40px 20px 40px;
;	z-index: 2000;
}
#info {
	width: 760px;
	height: 400px;
	color: #C0C0C0;
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 13px;
	z-index: 2100;
	line-height: 20px;
	overflow: auto;
	padding-right: 30px;
}
.header {
	font-size: 18px;
	color: #c08000;
	margin-top: 50px;
}
p {
	margin-bottom: 25px;
}
scrollbar {
	color: black;
}
#menusection {
	position: absolute;
	left: 0;
	top: 80px;
	padding-top: 5px;
	height: 520px;
	border-left: 1px #693100 solid;
}
.menu1 {
	width: 60px;
	height: 140px;
	z-index: 3000;
	background-image: url('grafika/menu1.png');
	background-repeat: no-repeat;
	background-position: -60px 0;
	cursor: pointer;
}
.menu2 {
	width: 60px;
	height: 140px;
	z-index: 3200;
	background-image: url('grafika/menu2.png');
	background-repeat: no-repeat;
	background-position: -60px 0;
	cursor: pointer;
	position: relative;
	top: -15px;
}
.menu3 {
	width: 60px;
	height: 140px;
	z-index: 3400;
	background-image: url('grafika/menu3.png');
	background-repeat: no-repeat;
	background-position: -60px 0;
	cursor: pointer;
	position: relative;
	top: -30px;
}
.menu4 {
	width: 60px;
	height: 140px;
	z-index: 3600;
	background-image: url('grafika/menu4.png');
	background-repeat: no-repeat;
	background-position: -60px 0;
	cursor: pointer;
	position: relative;
	top: -45px;
}
.menu4:hover {
	background-position: 0px 0;
}
.menu3:hover {
	background-position: 0px 0;
}
.menu2:hover {
	background-position: 0px 0;
}
.menu1:hover {
	background-position: 0px 0;
}
table {
	border-collapse: collapse;
}
#x03 td {
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 1px #404040 solid;
	vertical-align: top;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.dostepnosc {
	position: absolute;
	right: 28px; top: 140px;
	color: #ffffff;
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 16px;
	z-index: 5000;
}
#gallery {
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 13px;
	color: #cc8100;
	width: 800px; position: absolute; left: 150px; bottom: 10px;
}
.gallery_no {
	text-align: center;
	width: 18px;
	height: 18px;
	border: 1px #693500 solid;
	background-color: transparent;
	margin-right: 5px;
	float: left;
}
.gallery_no:hover {
	color: #f9b33f;
	background-color: #a65000;
	border: 1px #cc8100 solid;
	cursor: pointer;
}
.gallery_no:active {
	color: #f9b33f;
	background-color: #fd8b02;
	border: 1px #cc8100 solid;
	cursor: pointer;
}
