body {
	padding: 0;
	margin: 0;
	background: #BABABA;
}

#ghost {
	z-index:101;
	width: 100%;
	min-width: 960px;
	height: 80px;
	position: absolute;
	background: #DDD;
	background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(221,221,221,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(221,221,221,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(221,221,221,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(221,221,221,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(221,221,221,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(221,221,221,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#80dddddd',GradientType=0 ); /* IE6-9 */
}

#header {
	min-width: 960px;
	background: url("bg.png") repeat fixed 0% 0% / 160px auto #DDD !important;
	width: 100%;
	padding-top: 80px;
}

#lang {
	z-index: 102;
	width: 150px;
	height: 20px;
	position: absolute;
	top: 5px;
}

#mininav {
	z-index: 102;
	height: 20px;
	position: absolute;
	top: 5px;
	margin-left: 715px;
	font-size: 12px;
	font-family: "Open Sans",sans-serif;
}

#mininav a{
	color: #777;
	text-decoration: none;
	margin-left: 10px;
}

#mininav a:hover{
	color: black;
	text-shadow: 1px 1px #F9F9F9;
}

header {
	width: 960px;
	background: #121214;
	margin: 0 auto;
	background-position: 340px;
	border-top: 1px solid #A8A9AB;
}

#logo {
	width: 340px;
	height: 260px;
	background: #610707;
}

main {
	position: relative;
	display: block;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	background: #121214;
	width: 960px;
	font-family: "Open Sans",sans-serif;
	margin: 0 auto;
	border-bottom: 1px solid #a8a9ab;
}

#cont {
	color: rgb(168, 169, 171);
	position: absolute;
	top: 19px;
	left: 53px;
}

#tagmap {
	color: rgb(168, 169, 171);
	position: absolute;
	top: 19px;
	left: 207px;
}

table { 
	margin: 0 auto;
	width: 621px;
	float: right;
	max-width: 960px;
	background: #121214;
	text-transform: uppercase;
	border-collapse: collapse; 
	border-spacing: 0; 
	table-layout: fixed;
}

.rightborder {
	border-left: 1px solid #4E4848;
}

table a {
	color: #a8a9ab;
	text-decoration: none;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
	display:  block;
}

table a:focus {
	outline:none;
}

table a:hover, table a.current {
	color: #FFF;
	background: #242424;
	transition: all 0.3s;
}
		td {
			font: 13px sans-serif;
			text-align: center;
			padding: 0;
		}
		

#logo {
	width: 340px;
	height: 260px;
	background: #890000;
}

#banner {
	width: 620px;
	float: left;
	height: 260px;
	background: url(bannerf.jpg);
}

#center{
	background: url("bg.png") repeat fixed 0% 0% / 160px auto #DDD;
}

#article{
	position:relative;
	width: 959px;
	background: #F9F9F9;
	height: 3550px;
	margin: 0 auto;
	border-right: 1px solid #A8A9AB;
}

article {
	font-family: "Open Sans",sans-serif;
	position:relative;
	float: right;
	width: 619px;
	height: 100%;
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

#homehead {
	margin: 0 auto;
	background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(202,202,202,1) 62%, rgba(207,207,207,0.7) 68%, rgba(234,234,234,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(62%,rgba(202,202,202,1)), color-stop(68%,rgba(207,207,207,0.7)), color-stop(100%,rgba(234,234,234,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#00eaeaea',GradientType=0 ); /* IE6-9 */
}

#homehead p {
	line-height: 30px;
	margin: 0 20px 20px 20px;
	padding-top: 10px;
	text-align:	justify;
}

#gallery {
	width: 100%;
}

#gallery a {
	opacity: 0.8; 
}

#gallery a:hover {
	opacity: 1; 
}

#gallery a:focus {
	outline:none;
}

#gallery h1 {
	font-family: "Open Sans",sans-serif;
	color: #A8A9AB;
	padding: 15px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #121214;
	border-top: 1px solid #A8A9AB;
	border-bottom: 1px solid #A8A9AB;
}

#usterki {
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(202,202,202,1) 62%, rgba(207,207,207,0.7) 68%, rgba(234,234,234,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(62%,rgba(202,202,202,1)), color-stop(68%,rgba(207,207,207,0.7)), color-stop(100%,rgba(234,234,234,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#00eaeaea',GradientType=0 ); /* IE6-9 */
}

#usterki h1 {
	font-family: "Open Sans",sans-serif;
	color: #A8A9AB;
	padding: 15px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #121214;
	border-top: 1px solid #A8A9AB;
	border-bottom: 1px solid #A8A9AB;
}

#usterki p {
	line-height: 30px;
	margin: 0 20px 20px 20px;
	text-align:	justify;
}

#usterki a {
	opacity: 0.75; 
}

#usterki a:hover {
	opacity: 1; 
}

#usterki a:focus {
	outline:none;
}

#pracownia {
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(202,202,202,1) 62%, rgba(207,207,207,0.7) 68%, rgba(234,234,234,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(62%,rgba(202,202,202,1)), color-stop(68%,rgba(207,207,207,0.7)), color-stop(100%,rgba(234,234,234,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(202,202,202,1) 62%,rgba(207,207,207,0.7) 68%,rgba(234,234,234,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#00eaeaea',GradientType=0 ); /* IE6-9 */
}

#pracownia h1 {
	font-family: "Open Sans",sans-serif;
	color: #A8A9AB;
	padding: 15px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: none repeat scroll 0% 0% #121214;
	border-top: 1px solid #A8A9AB;
	border-bottom: 1px solid #A8A9AB;
}

#pracownia p {
	line-height: 30px;
	margin: 0 20px 20px 20px;
	text-align:	justify;
}

#pracownia a {
	opacity: 0.8; 
}

#pracownia a:hover {
	opacity: 1; 
}

#pracownia a:focus {
	outline:none;
}

#contact{
	position:relative;
	width: 340px;
	float: left;
	background: #2C2C2C;
	height: 100%;
}

#txtcontact{
	color: #E3E3E3;
	font-family: "Open Sans",sans-serif;
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 30px;
}

#txtcontact a{
	color: #E3E3E3;
	text-decoration: none;
}

#txtcontact a:hover{
	color: #E3E3E3;
	text-decoration: underline;
}

#repeair {
	color: #E3E3E3;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 275px;
}

#repeair  p {
	color: #A8A9AB;
	font-family: "Open Sans",sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

#whatrepeair {
	width: 100%;
	height: 50px;
	position: absolute;
	background: #121214;
	border-top: 1px solid #A8A9AB;
	border-bottom: 1px solid #A8A9AB;
}

#whatrepeair p {
	font-family: "Open Sans",sans-serif;
	position: absolute;
	top: 0;
	color: #A8A9AB;
	left: 47px;
	letter-spacing: 0px;
}

#footer {
	background: #121214;
	height: 40px;
	margin: 0 auto;
	width: 960px;
}