.static{
	z-index: -5;
	position: absolute;
	background-repeat: no-repeat;
	float: left;
	right: 0px;
	bottom: 0px;
	display: block;
	margin-right: -9999px;
}

#photo_info {
	display: none;
	position: absolute;
	width: 100px;
	height: 15px;
	z-index: 1;
	background: rgb(254, 250, 241);
	background: rgba(254, 250, 241, 0.8);
	background: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCfefaf1, endColorstr=#CCfefaf1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCfefaf1, endColorstr=#CCfefaf1)";
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	border-bottom: 1px solid white;
}

#photo_cover {
	position: absolute;
	z-index: 2;
	display: block;
	background-color: white;
	filter:alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}

#text {
	display: block;
	position: relative;
	top: 105px;
	width: 90%;
	margin: auto;
	height: 100%;
	font-size: 15px;
	line-height: 24px;
	font-family: Arial;
	text-align: justify;
	overflow: visible;
	background: url('../images2/frames.png') repeat;
	visibility: hidden;
	/*border: 1px solid black;*/
}

#text_content {
	height: 100%;
}

#bg {
	position: absolute;
	z-index: -6;
	width: 1100px;
}

#logo_suppage {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	display: block;
}

#logo_suppage img {
	width: 230px;
}

#links {
	position: absolute;
	top: 65px;
	right: 10px;
}

div#links>span{
	position: relative;
	font-family: Georgia;
	letter-spacing: -1px;
	cursor: pointer;
	font-size: 25px;
	margin-left: 25px;
}

/*#text .img_right {
	float: right;
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #f9c596;
	clear: right;
}

#text .img_right:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#text .img_left {
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #f9c596;
	clear: left;
}

#text .img_left:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}*/

#text .img {
	margin-top: 7px;
	border: 3px solid #f9c596;
	margin-right: 12px;
}

#text .img:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#photo_list {
}

#photo_list #lt {
	background: url('../images2/lt.png') no-repeat;
	width: 7px;
	height: 7px;
}

#photo_list #rt {
	background: url('../images2/rt.png') no-repeat;
	width: 7px;
	height: 7px;
}

#photo_list #lb {
	background: url('../images2/lb.png') no-repeat;
}

#photo_list #rb {
	background: url('../images2/rb.png') no-repeat;
	width: 7px;
	height: 7px;
}

#photo_list #pht {
	background: url('../images2/pht.png') repeat-x;
	height: 7px;
}

#photo_list #phb {
	background: url('../images2/phb.png') repeat-x;
	height: 7px;
}

#photo_list #pvl {
	background: url('../images2/pvl.png') repeat-y;
	width: 7px;
}

#photo_list #pvr {
	background: url('../images2/pvr.png') repeat-y;
	width: 7px;
}

#arrow_left {
	vertical-align: middle;
	width: 67px;
}

#arrow_left:hover {
	cursor: pointer;
}

#arrow_right {
	vertical-align: middle;
	width: 67px;
}

#arrow_right:hover {
	cursor: pointer;
}

/*#photo_table tr td {
	border: 1px solid black;
}*/

#photo_table {
	width: 100%;
	margin-bottom: 5px;
	table-layout: fixed;
}

.arrow {
	position: relative;
	cursor: pointer;
}

#photo_td {
	text-align: center;
	vertical-align: middle;
}

#photo {
	max-height: 100%;
	border: 2px solid #a35945;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box; 
}

#photo_list_content {
	width: 1003px;
	height: 125px;
	padding: 3px;
	padding-bottom: 0px;
	background-color: #ffface;
}

#photos_panel {
	text-align: center;
	width: 100%;
	height: 125px;
	overflow: hidden;
	vertical-align: middle;
}

#photos_panel img {
	max-height: 100px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	border: 1px solid #f9dbc0;
	vertical-align: middle;
	cursor: pointer;
}

#photos_panel img:hover {
	filter: alpha(opacity = 100);
}

#photos_panel .checked {
	border: 3px solid #f9c596;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#title {
	position: absolute;
	top: 30px;
	left: 20px;
	text-align: center;
}

.back {
	position: absolute;
	font-size: 13px;
	font-family: Tahoma;
	display: block;
	z-index: 1;
}

.back a:hover {
	text-decoration: underline;
}

.referencje {
	height: 490px !important;
}

#more_opinions {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: #403129; 
}

#more_opinions a {
	color: #403129;
}

#more_opinions a:hover {
	color: #b28a72; 
}

.referencje p {
	overflow: visible;
	padding-left: 30px;
	padding-top: 5px;
	/*font-style: italic;*/
	font-family: Georgia;
	background: url('../images2/quote.png') no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 18px;
	/*color: #806a55;*/
	color: black;
}

.referencje p img {
	position: relative;
	top: 10px;
	margin-left: 3px;
}

hr.custom {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	opacity: 0.2;
}

.nick {
	width: 100%;
	text-align: right;
	margin-bottom: 35px;
	font-size: 11px;
	color: #403129;
	line-height: 11px;
}

.h {
	font-family: Arial;
	font-size: 28px;
	margin-top: 55px;
	margin-bottom: 7px;
	margin-left: 110px;
	text-shadow: 0px 1px 1px #eaeaea;
	position: relative;
	z-index: 1;
}

.h a:hover {
	color: #303030;
}

.top-margin {
	margin-top: 20px !important;
}

.right .h {
	text-align: right;
	margin-right: 110px;
	margin-left: 0px;
}

.oferta {

}

.opisowe .img_bg{
	position: absolute;
	z-index: 0;
	width: 300px;
	height: 300px;
}

.opisowe .content {
	color: #665444;
	margin-left: 80px;
	font-size: 17px;
	text-shadow: 0px 1px 1px #eaeaea;
	position: relative;
	z-index: 1;
}

.scrollbar {
	/*visibility: hidden;*/
}

.o_nas {
	height: 475px !important;
}

.opisowe .right div .content {
	margin-right: 80px;
	margin-left: 0px;
}

.header {
	font-size: 24px;
	margin-bottom: 17px;
	margin-top: 15px;
	text-align: center;
	font-family: Arial;
	text-shadow: 0px 1px 1px #eaeaea;
}

.nick:first-letter {
	font-size: 15px;
	font-family: Lucida Sans Unicode;
}

.nick a{
	color: #403129; 
}

.nick a:hover {
	color: #b28a72; 
}

#text_left {
	float: left;
	font-size: 15px;
	width: 50%;
	text-shadow: 0px 1px 1px #eaeaea;
	font-family: Arial;
	line-height: 22px;
}

#text_right {
	float: right;
	width: 50%;
	line-height: 24px;
}

#links span {
	font-size: 16px;
}

#form {
	width: 100%;
	height: 150px;
}

div#content {
	min-width: 1100px;
	/*min-height: 768px;*/
	width: 100%;
	height: 100%;
	margin: auto;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	border: 2px solid #a75f4a; 
	position: absolute; 
	overflow: hidden;
}

#bg_pattern_w {
	width: 100%; 
	height: 95px; 
	position: absolute; 
	z-index: -1;
}

#top_pattern {
	width: 100%; 
	height: 65px; 
	position: absolute;
	top: 17px; 
	background: url('../images2/top_pattern.png') repeat-x; 
	z-index: -1
}

#line {
	height: 2px; 
	width: 100%; 
	margin-left: 143px; 
	background-color: #a75f4a; 
	position: absolute; 
	top: 94px
}

#bg_pattern {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	z-index: -2;
}

textarea {
	width: 98%;
	border: 1px solid #a75f4a; 
	padding: 2px;
	background-color: white;
	color: black;
	overflow: auto;
	height: 170px;
}

#form input {
	margin: 0;
	border: 1px solid #a75f4a; 
	padding: 3px;
	background-color: white;
	color: black;
	width: 97%;
}

#info {
	display: block;
	float: right;
	font-size: 14px;
	clear:right;
	margin-bottom: 5px;
	color: red;
}

#send {
	display: block;
	float: right;
	cursor: pointer;
	font-family: Tahoma;
	color: #A75F4A;
	font-weight: 900;
	font-size: 23px;
	height: 23px;
	overflow: hidden;
	clear:both;
}

#send:hover {
	text-decoration: underline;
}

.mCSB_container {
	padding-right: 1px !important;
}

#kod_2 {
	width: 26px !important;
}

#kod_1 {
	width: 17px !important;
}

div {
	/*border: 1px solid red;*/
}