*{
    margin:0;
    padding:0;
}
body{
    background:#222;
    font-family:Verdana, sans-serif;
    color:#222;
    font-size:10pt;
    overflow:hidden;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}
.infobar{
    height:28px;
    line-height:28px;
    right:202px;
    position:fixed;
    bottom:0px;
    left:202px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.menu_box{
    background:#fff;
    line-height:28px;
    position:fixed;
		width:200px;
    top:0px;
    left:0px;
		bottom:0px;
    z-index:1;
    text-align:center;
    color:#ddd;
}
#stopka{
	width:180px;
	padding:10px;
	text-align:left;
	font-size:7pt;
	color:#222;
	font-family : 'Verdana', Arial, sans-serif;
	line-height:12px;
	bottom:20px;
	left:0;
	position:absolute;
}
#stopka a{
color:#222;
text-decoration:none;
}
#stopka a:hover{
color:#676767;
}
#menu{
	width:200px; 
	height:100%; 
	position:absolute; 
	left:0; top:200px; 
	text-align:left; 
}
#menu ul {
	width: 170px;
	list-style: none;
}

#menu ul li {
	color: #fff;
	font-size: 11px;
	text-align: left;
	margin-left:1px;
	
	}

#menu ul li a {
	padding:6px 10px 6px 10px;
	color: #222;
	font-family : 'Verdana', Arial, sans-serif;
	font-weight : normal;
	font-size : 18pt;
	display:block;
	border-bottom: 1px dotted #ccc;
	text-decoration:none;
	    text-transform:uppercase;
}

.facebook{padding:10px;}

#menu ul li a:hover, #menu ul li a.sel {
	color: #cccccc;
}

.omnie{
	min-height:700px;
	position: relative;
	clear:both;
}
a img { 
border: none;
padding:0;
margin:0;
}
a{
	color : #676767;
	font-family : 'Verdana', Arial, sans-serif;
	font-style: inherit;
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
	line-height:15px;
}
a:hover{
color : #000;
}

span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../images/loading.gif) no-repeat center right;
}
#thumbsWrapper{
    overflow:hidden;
    position:fixed;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   position:absolute;
   top:0px;
   height:100%;
   width:92%;
   left:0px; padding-left:202px;
   background-color:#111;
   overflow-y:scroll;
   display:none;  
}
#content img{
    float:left;
    margin:2px;
    cursor:pointer;
    opacity:0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}




#panel{
    background: #222;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
		z-index:2;
		display:table;
}
#panel img{
    cursor:pointer;
    position:relative;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;

}

#wrapper{
	background:#222;
	position:relative;
  vertical-align:middle;
  display:table-cell;
	
}


a#next,
a#prev{
    width:100px;
    height:200px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../images/arrow.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-100px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-100px;
    background-position: 0px -200px;
}

#box{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -webkit-border-radius:10px;
background:#fff;
padding:20px;
position:absolute;
top:50%; left:220px;margin-top:-300px;
width:750px;
height:500px;
}

#box2{
background:#fff;
padding:20px;
width:750px;
    position:fixed;
    bottom:0px;
    left:220px;
    top:0px;
height:100%;
   overflow-y:scroll;
}


h1{
padding: 10px 0px 10px 0px;
	font-size: 18pt;
	font-weight:normal;
	color: #302e2b;
	font-style: inherit;
	text-align:left;
	margin-bottom:5px;
	    text-transform:uppercase;
}
h2{
	padding: 10px 0px 10px 0px;
	font-size: 18pt;
	font-weight: normal;
	color: #343434;
	line-height:18pt;
	font-style:normal;
	text-align:left;
	    text-transform:uppercase;
}

#strona_tlo_box{
	width:730px;
	height:30px;
	padding-left:30px;
	margin:0 auto;
	position:relative;
	float:left;
}

a.active_number, a.next, a.prev{
	padding:2px 6px;
	font-style: inherit;
	font-size : 10pt;
	color : #343434;
	text-decoration : none;
	margin:2px;
	text-align:center;
	display:block;
	background:#f5f5f5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}

a.active_number:hover, a.prev:hover, a.next:hover{
	color : #676767;
	text-decoration : none;
}
.select{
	padding:0px 6px;
	font-style: inherit;
	font-size : 13pt;
	color : #222;
	text-decoration : none;
	margin:2px;
	text-align:center;
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}

.tresc_box{
	height:40px;
	position: relative;
	clear:both;
}

.tresc_referencji{
	width: 680px;
	min-height: 100px;
	margin:0 0 20px 0;
	position: relative;
	padding:10px;
	background:#f9f9f9;
	clear:both;
}
.referencje_img{
float:left; 
margin-right:10px;
}

/*kontakt*/
#kontakt_l{
	margin:0;
	padding:0 10px 0 20px;
	width:320px;
	height:500px;
	position:relative;
	float:left;
}
#kontakt_p{
	width:350px;
	height:500px;
	position:relative;
	float:left;
	padding-left:20px;
	border-left:1px dotted #ccc;
}
.text_kontakt{
	font-style: inherit;
	font-family : 'Verdana', Arial, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #222;
	line-height: 20px;
	text-align:left;
	letter-spacing:1px;
}


input#imie, #email, #tresc, #data, #miejsce, #telefon {
	padding : 3px;
	color : #343434;
	font-size: 12px;
	width:350px;
	line-height:20px;
	background:#f5f5f5;
	border: none;
}

input#wyslij {
	background:#f5f5f5;
	width:90px;
	height:25px;
	display:block;
	float:left;
	padding-bottom:2px;
	font-size:12px;
	color:#343434;
border: none;
}
input#wyslij:hover {cursor : pointer; color:#676767;}

textarea {
	background:#f5f5f5;
	border: none;
	padding : 2px;
	font-size : 12px;
	color: #343434;
	height:130px;
	line-height:20px;
}


.alert{
	color: #ad1d07;
	font-size: 9px;
	line-height:20px;
	font-weight:normal;
}

.komunikat{
	text-align:center;
	color: #ff0000;
	font-size: 12px;
}


/* koniec */
#formularz{
	width: 740px;
	height: 50px;
	margin:0 auto;
	position: relative;
	padding-top:20px;
	text-align:left;
}
input#tresc_l, input#tresc_f{
	padding : 3px 5px;
	background:#f5f5f5;
	border: none;
	color : #343434;
	font-size: 12px;
}

input#wyslij_f {
	padding : 2px;
	background:#f5f5f5;
	border: none;
	color : #343434;
	cursor : pointer;
	font-size: 12px;
}
input#wyslij_f:hover{
	color : #000;
}

.item {
	width:300px;
	height:200px;	
	margin:8px;
	overflow:hidden;
	position:relative;
	float:left;
}

.item .caption {
	width:300px;
	height:200px;
	background:#fff;
	color:#2a3849;
	position:absolute;
	left:0;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8;
	opacity: 0.8;   
}
.item .caption p{
	padding:10px;
}
.item .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	padding:5px 10px;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	background:#2a3849;
}
.item .caption a:hover{text-decoration:none; background:#222;}
.item .caption h1{
	padding:10px;	
	margin:10px;
	font-size:22pt;
	color:#222;
	border-bottom:1px dotted #2a3849;
}
.portfolio img {
	border:0;
	position:absolute;
}

#logowanie{
	background: url(../../admin/pliki/images/logowanie.png) no-repeat;
	width: 240px;
	height: 140px;
	position:absolute;
	top:50%;left:50%;
	margin-top:-90px;
	margin-left:-140px;
	padding:20px;
		-moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-border-radius:10px;
}
#wylogowanie{
	top:50%;left:50%;
	margin-top:-50px;
	margin-left:-110px;
	background:#fff url(../../admin/pliki/images/ik_klodka.png) no-repeat 2px;
	width: 220px;
	height: 60px;
	position:absolute;
	padding:20px;
	line-height: 60px;
	-moz-border-radius:10px;
  -webkit-border-radius:10px;
  -webkit-border-radius:10px;
}
#wylogowanie .text_wylogowanie{line-height:20px; padding-left:50px;}
#wylogowanie .text_wylogowanie a {color:#343434; text-decoration:none;}
#wylogowanie .text_wylogowanie a:hover {color:#000; text-decoration:underline;}

#logowanie input#wyslij_pass {

	margin:38px 38px 0px 0px;
	padding : 2px;
	background : none;
	border:none;
	color : #fff;
	cursor : pointer;
	float:right;
	line-height:40px;
}
#logowanie input#wyslij_pass:hover{
	color : #efbf52;
}
#logowanie input#pass {

	margin:40px 0px 0px 10px;
	width:150px;
	padding : 2px;
	border : none;
	background : none;
	color : #000;
	font-size: 12px;
	float:left;
}
.wyloguj{
	top:0;right:0;
	width: 100px;
	height: 30px;
	position:absolute;
	padding:10px;
	z-index:100;
}
.wyloguj a{
	color:#222;
	text-decoration:none;
}


#stopka_gal{color:#676767; padding:10px;}

#galeria_par_box{
	width:100%;
	height:580px;
	position:relative;
	white-space:nowrap;
	overflow:auto;
	background:#222;
}

#galeria_box_gal{
	width:100%;
	height:580px;
	position:relative;
	white-space:nowrap;
	overflow:auto;
	background:#222;
}
.obrazek{
	margin:5px 2px;
}
#srodek_gal {
	width: 100%;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	margin:0 auto;
	position: relative;
	text-align:center;
}


#all_gal {
	display: block;
	height: 100%;
	min-height:700px;
	position: absolute; 
	top: 0; left: 0;
	width: 100%;
	}
	
#top {
	background:#fff;
	width: 100%;
	height: 70px;
	margin:0 auto;
	position: relative;
}


#top_gal {
padding-top:10px;
	width: 900px;
	height: 50px;
	margin:0 auto;
	position: relative;
}

#menu_gal{
	width: 250px;
	height: 20px;
	position: relative;
	margin: 0;
	z-index:10;
	float:right;
	padding-top:30px;
}

.fot_gal{
display:block;
margin: 0 auto;
position: relative;
}

#menu_gal ul {
	width: 250px;
	height: 20px;
	list-style: circle;
}

#menu_gal ul li {
	text-align: center;
	margin-left:22px;
	float:left;
	}

#menu_gal ul li a {
	text-align:right;
	color: #343434;
	font-family: arial, serif; 
	font-style: normal;
	font-weight : normal;
	font-size : 9pt;
	text-decoration:none;
	line-height: 20px;
}

#menu_gal ul li a:hover, #menu_gal ul li a.sel {
	color: #bdbdbd;
}
