﻿@charset "utf-8"; 
body {
	background-image: url(../images/tlo.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2e2e; /* pamiętaj zmień kolor */
}


table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#main {
	overflow: auto;
	position: relative;
	width: 1050px;
	margin: auto;
}
#main #top {
	width: 1050px;
	height: 198px;
	background-image: url(../images/top.jpg);
}
#main #top2 {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 1050px;
	margin: auto;
}
#main #top2 #top_left {
	overflow: hidden;
	position: relative;
	float: left;
	width: 590px;
	height: 300px;
	margin: auto;
	background-image: url(../images/slider_bg.jpg);
	background-repeat: repeat-x;
	
	
}
#main #top2 #top_left #banner{
	overflow: hidden;
	position: relative;
	float: right;
	width: 576px;
	margin: 0px;
}
#main #top2 #top_left #banner ul { 
	list-style: none; 
	padding: 0px;
	margin: 0px;

	}
#main #top2 #top_left #banner ul li { 
	float: left;
	padding: 0px;
	margin: 0px;
}
#main #top2 #top_right {
	overflow: auto;
	float: right;
	height: 300px;
	width: 460px;
	margin: auto;
	background-image: url(../images/aparat.jpg);
}
#main #top2 #top_right #szybki {
	overflow: auto;
	float: right;
	height: 300px;
	width: 200px;
	margin: auto;
}
#nav{
	margin: auto;
	background-color: #b1b1b1;
	height: 35px;
	width: 1050px;
	background-image: url(../images/nav_bg.jpg);
}
#menu {
	margin: auto;
	background-color: #53006e;
	height: 23px;
	width: 950px;
	padding-top: 3px;
	padding-left: 25px;
}
#menu a.menuto:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 19px;
	padding-bottom: 4px;
	padding-left: 19px;
	color: #d9d9d9;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
#menu a.menuto:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 19px;
	padding-bottom: 4px;
	padding-left: 19px;
	color: #d9d9d9;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
#menu a.menuto:hover {
		-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top, #787878 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #787878 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background-color:#d9d9d9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:0px solid #000000;
	display:inline-block;
	color:#8300ac;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width: auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #424242;
}
#menu a.menuto:active {
		-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top, #787878 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #787878 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #787878 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background-color:#d9d9d9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:0px solid #000000;
	display:inline-block;
	color:#8300ac;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width: auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #424242;
}
#main #tresc {
	overflow: auto;
	height: auto;
	width: 1050px;
	margin: auto;
	background-color: #f0f0f0;
}
}
#main #tresc{
	margin: auto;
	min-height: 350px;
	width: 1050px;
	margin-bottom: 20px;
	background-color: #f0f0f0;

}
#main #tresc #tekst{
	margin: auto;
	min-height: 350px;
	width: 900px;
	padding-bottom: 20px;
	background-color: #f0f0f0;

}
#footer {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.galeria{
	padding: 0px;
}
.slide{
	margin: 0px;
	padding: 0px;
}
.obrazek {
	margin: 0px;
	padding: 0px;
}
.title{
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
	float: right;
	width: 310px;
}
.lewe{
	float: left;
	margin-top: 20px;
}
.prawe{
	float: right;
	margin-top: 20px;
}
.opis_gal{
	width: 380px;
}
h1{

	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #3c3b37;
}
h2{

	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #835e94;
}
h3{
	font-size: 11px;
	text-align: center;
	color: #e8e8e8;
	padding-top: 15px;
	padding-left: 20%;
	padding-right: 20%;
}
/* KLASY CZCIONEK */
.wysrodkowana{
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-style: Arial;
	font-size: 13px;
}
.normalna_13 {
	display: inline;
	color: #2e2e2e;
	font-style: Arial;
	font-size: 13px;
}
.jasny_fiolet_18 {
	line-height: 1.2;
	color: #9100bd;
	font-style: Arial;
	font-size: 18px;
}
.biala_12 {
	line-height: 1.2;
	color: #ffffff;
	font-style: Arial;
	font-size: 12px;
}
.biala_20 {
	line-height: 1.2;
	color: #ffffff;
	font-style: Arial;
	font-size: 20px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	background: #8300ac; /* Old browsers */
	background: -moz-linear-gradient(top, #8300ac 0%, #53006e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8300ac), color-stop(100%,#53006e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8300ac 0%,#53006e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8300ac 0%,#53006e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8300ac 0%,#53006e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8300ac 0%,#53006e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8300ac', endColorstr='#53006e',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#e3e3e3;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:151px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #424242;
}
.button:hover {
	background: #8300ac; /* Old browsers */
	background: -moz-linear-gradient(top, #53006e 0%, #8300ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53006e), color-stop(100%,#8300ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #53006e 0%,#8300ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #53006e 0%,#8300ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #53006e 0%,#8300ac 100%); /* IE10+ */
	background: linear-gradient(to bottom, #53006e 0%,#8300ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53006e', endColorstr='#8300ac',GradientType=0 ); /* IE6-9 */
}.button:active {
	position:relative;
	top:1px;
}