@CHARSET "UTF-8";

* {
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	font-family: Arial, Sans;
}

body {
	background-color: #0d0d0d;
}

#top-bar {
	width: 100%;
	height: 124px;
	position: absolute;
	top: 42px;
	left: 0;
	background: #263034 url(../img/bar-bg.png) repeat;
}

#bottom-bar {
	width: 100%;
	height: 109px;
	background: #263034 url(../img/bar-bg.png) repeat;
	border-bottom: 1px #495155 solid;
}

#container-top {
	margin: 0 auto;
	width: 846px;
	position: relative;
}

#container-middle {
	margin: 0 auto;
	width: 1300px;
	position: relative;
	padding: 70px 0 0 0;
	background-color: #fff;
}

#container-bottom {
	margin: 0 auto;
	width: 846px;
	position: relative;
}

#logo {
	width: 256px;
	height: 236px;
	position: absolute;
	top: 0;
	left: 33px;
	background: url(../img/logo.png) 0 0;
	z-index: 10;
}

#logo a {
	width: 200px;
	height: 200px;
	display: block;
	font-size: 0;
	position: absolute;
	top: 20px;
	left: 22px;
}

#top {
	height: 166px;
	position: relative;
}

#top-menu {
	width: 513px;
	height: 47px;
	position: absolute;
	top: 88px;
	left: 300px;
	overflow: hidden;
}

#top-menu a {
	display: block;
	line-height: 47px;	
	float: left;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: #333 1px 1px 1px;
	font-weight: bold;
	font-size: 1.1em;
}

#top-menu a:hover {
	background-position: 0 -47px;
}

#menu-1 {
	background: url(../img/menu-1.png) 0 0;
	width: 129px;
}

#menu-2 {
	background: url(../img/menu-2.png) 0 0;
	width: 127px;
}

#menu-3 {
	background: url(../img/menu-3.png) 0 0;
	width: 128px;
}

#menu-4 {
	background: url(../img/menu-4.png) 0 0;
	width: 129px;
}

#top-links {
	width: 114px;
	height: 26px;
	position: absolute;
	top: 7px;
	left: 705px;
	overflow: hidden;
	background: url(../img/icons.png);
}

#top-links a {
	display: block;
	float: left;
	position: absolute;
	top: 2px;
	width: 23px;
	height: 22px;
}

#link-1 {
	left: 1px;
}

#link-2 {
	left: 45px;
}

#link-3 {
	left: 87px;
}

#orange-line {
	font-size: 0;
	width: 513px;
	height: 3px;
	background-color: #c63300;
	border-bottom: 1px #ba3304 solid;
	position: absolute;
	top: 152px;
	left: 300px;
	
}

a:hover {
	color: #f8a900;
}

#content {
	background: #fff url(../img/content.png);
	padding: 0 33px;
}

#content-top {
	height: 34px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}

#content-bottom {
	height: 34px;
	background-color: #fff;
}

#left {
	width: 256px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
	background-color: #252a2c;
	padding: 36px 0 36px 0;
	color: #fff;
}

#right {
	width: 516px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: right;
	background-color: #f3f3f3;
	padding: 36px 0 0 0;
}

.clear-both {
	font-size: 0;
	clear: both;
}

#footer {
	padding: 5px 5px 9px 0;
}

#footer p {
	font-size: 0.9em;
	padding: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.menu-header {
	line-height: 33px;
	background: url(../img/menu-header.png) repeat-x;
	color: #979c9f;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Sans;
	padding: 0 0 0 20px;
}

#menu-footer {
	position: relative;
	margin-top: -16px;
	width: 256px;
	height: 13px;
	background: url(../img/menu-footer.png);
	border-top: 3px #fff solid;
	z-index: 10;
}

#left ul {
	list-style: none;
	padding: 10px 0 0 20px;
}

#left li.head {
	padding: 0;
}

#left li.head div {
	height: 28px;
}

#left li.head div a {
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Arial, Sans;
	color: #fff;
	line-height: 28px;
	width: 205px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px;
	float: left;
}

#left li.head div a:hover {
	background-color: #f8a900;
	text-shadow: #333 1px 1px 1px;
} 

#left li.head div img {
	width: 12px;
	height: 14px;
	margin: 7px 10px 0 0;
	float: left;	
	vertical-align: top;
}

#left ul.items {
	margin: 5px 0 5px 38px;
	padding: 0;
	display: none;
}

#left ul.items li {
	height: 16px;
	vertical-align: middle;
	padding: 2px 0;
}

#left ul.items a {
	font-family: Verdana, Arial, Sans;
	color: #fff;
	line-height: 16px;
	text-decoration: none;
	padding: 0 8px;
}

#left ul.items a:hover {
	color: #f8a900;
}

#left ul.items img {
	width: 10px;
	height: 4px;
	margin: 6px 0 0 0;
	vertical-align: top;
}

#right-header {
	line-height: 33px;
	height: 33px;
	background: #1e2c36 url(../img/right-header.png) repeat-x;
	color: #e67b1b;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Arial, Sans;
	padding: 0 16px 0 0;
	width: 500px;
	border-left: 8px #c71738 solid;
	margin-left: -8px;
	text-align: right;
}

.right-content {
	padding: 20px 30px;
}

#bottom {
	height: 100px;
	padding: 5px 33px;
	margin-top: -110px;
}

#bottom .col {
	float: left;
	width: 230px;
}

#bottom h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Sans;
	line-height: 30px;
	border-bottom: 1px #51595d solid;
	margin: 0 0 7px 0;
}

#bottom a {
	color: #93989a;
	text-decoration: none;
}

#bottom span {
	padding: 0 10px;
	color: #fff;
}

#bottom a:hover {
	color: #f8a900;
}

#query {
	width: 180px;
	height: 21px;
	position: absolute;
	top: 6px;
	left: 520px;
}

#query input {
	border: 1px #b1bac4 solid;
	width: 170px;
	height: 13px;
	padding: 3px 4px;
	background-color: #fff;
}

.button {
	background: url(../img/button.png);
	width: 67px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.search-btn {
	position: relative;
	top: 6px;
	left: 713px;
}

.button-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 67px;
	height: 21px;
	z-index: 12;
	cursor: pointer;
	background-color: #fff;
	opacity: 0;
}

.sep-red {
	font-size: 0;
	height: 7px;
	border-right: 70px solid #c71738;
	background-color: #c3c6c8;
}

.sep-orange {
	font-size: 0;
	height: 7px;
	border-right: 70px solid #f8a900;
	background-color: #c3c6c8;
}

.white * {
	color: #fff;
}

.orange {
	color: #e67b1b;
}

.white a {
	color: #e67b1b;
	text-decoration: none;
}

.white a:hover {
	color: #f8a900;
}

.thumb {
	padding: 2px;
	width: 150px;
	height: 113px;
	border: 1px solid #cacaca;
}

.thumb a {
	display: block;
	width: 150px;
	height: 113px
}

.thumb-mask {
	padding: 8px;
	float: left;
}

div#mask
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 100;
	background-color: #000000;
	opacity: .4;
	display: none;
}

div#foto-bg
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	width: 400px;
	height: 400px;
	margin: -210px 0 0 -210px;
	padding: 10px;
	background-color: #ffffff !important;
	display: none;
}

div#foto-bg .prev
{
	width: 100px;
	height: 35px;
	background: url(../img/go-previous.png) 0 10px no-repeat;
	cursor: pointer;
	display: none;
	float: left;
}

div#foto-bg .next
{
	width: 100px;
	height: 35px;
	background: url(../img/go-next.png) 78px 10px no-repeat;
	cursor: pointer;
	display: none;
	float: right;
}

div#foto-full {
	display: none;
	cursor: pointer;
}


table.tbl {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 2px;
}

td.nazwa {
	width: 130px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 16px;
	background: #f2f2f2;
	padding: 0 0 0 4px;
}

td.dane {
	width: 140px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
}

td.dane b {
	color: #bf0e1c;
}

input.pole {
	width: 270px;
	background-color: #ffffff;
	height: 16px;
	padding: 1px;
	border: 1px solid #808080;
	color: #000000;
}

textarea.pole_tekst {
	width: 270px;
	background-color: #ffffff;
	height: 100px;
	padding: 1px;
	border: 1px solid #808080;
	color: #000000;
}

input.przycisk {
	width: 70px;
	height: 20px;
	background-color: #dadada;
	border: 1px solid #808080;
	color: #000000;
}

a.red {
	color: #d70000;
}

a.red:hover {
	color: #e67b1b;
}
