/*-----------------------------------------------*/
/*----------------reset ustawień ----------------*/
/*-----------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Verfana, "Sans Serif";
	font-size: 14px;
	color: silver;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.page_container{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
/* CSS reset */
ul,ol,li{ 
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
/*-----------------------------------------------*/
/*----------------ładowanie ---------------------*/
/*-----------------------------------------------*/
.preloader_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	behavior: url(js/PIE.htc);
	z-index: 9999;
}
.preloader_content{
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
}
/*-----------------------------------------------*/
/*-------------------slider ---------------------*/
/*-----------------------------------------------*/
#slider{
	max-width: 800px;
	max-height: 370px;
	position: relative;
	overflow: hidden;
	top: 0;
	margin: 0 auto;
}
#slider_image{
	width: 100%;
}
#slider_background{
	width: 100%;
	z-index: 10;
}
#slider_target{
	z-index: 100;
}
#slidet_target2{
	z-index: 200;
}
.slider_images{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#slider_menu{
	display: none;
	position: relative;
	width: 500px;
	top: 0;
	left: 50%;
	z-index: 9901;
}
#slider_menu img{
	display: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#slider_menu img:hover{
	cursor: pointer;
}
/*-----------------------------------------------*/
/*---------------- kontenery --------------------*/
/*-----------------------------------------------*/
.top_container{
	width: 100%;
	height: 152px;
	background: #111212 url(gallery/page/top-bg.png) center bottom no-repeat;
	float: left;
}
.middle_container{
	width: 100%;
	background: #3a3839 url(gallery/page/middle-bg.png) center bottom;
	float: left;
}
.footer_container{
	width: 100%;
	height: 62px;
	background: #111212 url(gallery/page/down-bg.png) center top repeat-y;
	float: left;
}
/*-----------------------------------------------*/
/*------------------- top -----------------------*/
/*-----------------------------------------------*/
.logo_container{
	position: absolute;
	left: 50%;
	margin-left: -105px;
}
/*-----------------------------------------------*/
/*------------------- menu ----------------------*/
/*-----------------------------------------------*/
.menu_container{
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.menu_container hr{
	width: 70%;
	margin-bottom: 0;
	height: 1px;
	background: gray;
	border: none;
	opacity: 0.6;
}
.menu_container a:hover, .actual{
	color: white;
	font-weight: bold;
}
.menu_container ul{
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.menu_container li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
/*-----------------------------------------------*/
/*------------------- treści --------------------*/
/*-----------------------------------------------*/
#page_content{
	position: relative;
	height: 350px;
	max-width: 800px;
	max-height: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.tresc{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}
.page_desc{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: justify;
}
.text_main{
	height: 80%;
	width: 98%;
	overflow: hidden;
	position: relative;
	float: left;
}
.contact_form{
	height: 100%;
	width: 48%;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	float: left;
}
.contact_form form{
	margin-top: 15px;
	position: relative;
	float: right;
}
.contact_input, .contact_text{
	border-top: none;
	border-right: none;
	background: none;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(js/PIE.htc);
	color: white;
	width: 300px;
}
.contact_text{
	height: 100px;
}
.submit_button{
	border-top: none;
	border-right: none;
	background: none;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(js/PIE.htc);
	color: silver;
	width: 200px;
}
.submit_button:active{
	border-left: none;
	border-bottom: none;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
}
.scrollbar {
	height: 80%;
	position: relative;
	float: right;
	margin-left: 5px;
	width: 10px;
}
.scroll_button {
	background: gray;
	cursor: move;
	height: 160px;
	position: absolute;
	width: 10px;
}
.gallery_break{
	line-height: 20px;
}
/*-----------------------------------------------*/
/*------------------- stopka --------------------*/
/*-----------------------------------------------*/
#footer_bar_center{
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}
