html,body{
margin:0;
padding:0
}
body{
font-family:Verdana;
text-align:center;
background-color: #ddd;
background-image: url(img/bg2.png), url(img/bg.png);
background-repeat: repeat-x, repeat;
color:#747474;
}
#naglowek{
text-align:center;
height:75px;
background:#252525 url(img/naglowek_bg.png) repeat-x;
border-bottom: 3px solid #2a2a2a;
}
#logo{
margin:0px auto;
width:740px;
height:75px;
position:relative;
z-index:10;
}
.nazwa {
display:block;
float:left;
padding-top:12px;
color:#eee;
font-size:42px;
font-weight:bold;
font-style:italic;
font-family: Times New Roman;
background: url(img/poswiata.png);
height:63px;
width:328px;
margin-left:-53px;
}
#logo a {color:#eee; text-decoration:none;}
#logo a:hover {color:#eee; text-decoration:none; border-bottom:0px;}
.like {
display:block;
float:left;
padding-top:24px;
padding-left:20px;
}
.slogan {
display:block;
float:right;
padding-top:18px;
color:#fff;
font-size:12px;
font-style:italic;
}
#menu{
margin:0px auto;
margin-top:3px;
width:740px;
text-align:left;
font-weight:bold;
font-size:12px;
background:#fff url(img/menu_bg.png) repeat-x;
height:40px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border: 1px solid #eaeaea;
box-shadow:0px 2px 5px #898989;
}
#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin:0;
	padding: 0;
}

#menu ul {
	float: left;
	width: 100%;
	margin-left: 6px;
}

#menu ul li {
	float: left;
}

#menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	display: block;
	background: none;
	color: #616161;
	padding: 13px;
	padding-left:6px;
	padding-right:6px;
	height:14px;
    position: relative;
	margin: 0;
}

#menu ul a:hover {
	background: #4b4b4b url(img/menu_bg2.png);
	color: #f5f5f5;
}
a:link , a:visited , a:active {color:#747474; text-decoration:none;}
a:hover {color:#357f9e;}

#content{
text-align:left;
margin:0 auto;
width:700px;
clear: left;
position:relative;
top:20px;
background:#313131;
box-shadow:0px 0px 10px #151515;
padding:20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size:12px;
}
#content h1 {
font-size: 1.4em;
font-weight: bolder;
padding-bottom: 10px;
color: #357f9e;
border-bottom:1px solid #357f9e;
}
#content table {
font-size:12px;
}
#content .pole {
border:0;
background:#fff;
width:170px;
height:25px;
padding:2px;
margin:2px;
font-weight:bold;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#content textarea{
border:0;
background:#fff;
width:400px;
height:125px;
padding:2px;
margin:2px;
font-weight:bold;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
/* CODE BY KLOCEK & Quik */

.shit {
text-align:center;
background-color: #FFFFFF;
/*background: url(img/shit_bg.png), url(img/shit_bg2.png);*/
background-repeat: repeat-x, repeat;
border:2px solid #383838;
padding:10px;
margin-top:10px;
margin-bottom:20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position:relative;
display:block;
}
.shit img {
max-width: 670px;
padding:5px;
background-color:#353535;
background-image: url(img/loading.gif) center no-repeat;
background-attachment:fixed;
border:1px solid #2d2d2d;
}
.img_title {
	width:100%;
	text-align:left;
}
.img_title a {
	font-size:24px;
	color:#357f9e;
	font-weight:bold;
}
.fb_share {
padding-top:8px;
}

.fb-like {
display: block;
width: 100%;
padding-top: 8px;
text-align: right;
}

.button {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100px;
}
.button:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
}
.button:active {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

.button_mini {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 70px;
  float: left;
}
.button_mini:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
}
.button_mini:active {
  background: #d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}

.strony {
text-align: center;
margin: 0 auto;
margin-top: 30px;
font-size: 11px;
font-weight: bold;
}
#stopka {
text-align:center;
margin:0 auto;
width:740px;
padding:30px;
font-size:14px;
}
img {
border:0px;
}
.przyciski {
position: absolute;
bottom:8px;
left:10px;
}
.reklama_gora {
margin: 0 auto;
text-align:center;
width:740px;
background:#000;
border:1px solid #4d4d4d;
padding:10px;
padding-left:0px;
margin-top:40px;
margin-bottom:10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position:relative;
display:block;
}
.tabela tr {
background:#c3c3c3; 
}
.tabela tr:hover { 
background:#bcbcbc; 
}
.tabela .tytul { 
background:#8e8e8e; 
font-weight:bold;
color: #fff;
}
.tabela .tytul:hover { 
background:#8e8e8e; 
}
/* begin css tabs */

 #tab ul {
		list-style-type: none;
		padding: 0; 
		margin: 0;
		position: relative;
		bottom:-1px;
		z-index:99;
    }
	#tab li {
		float: left;
		border: 1px solid #357F9E;
		margin-left:10px;
    }
	#tab a {
		text-decoration: none;
		display: block;
		background: #c5c5c5;
		padding: 6px 1em;
		text-align: center;
    }
	#tab a:hover {
		background: #c5c5c5;
		}
	#tab #selected {
		border-bottom-color: #dcdcdc;
	}
	#tab #selected a {
		background: #dcdcdc;
		font-weight: bold;
	}
	#tab_linia{
		border-top: 1px solid #357F9E;
		clear: both;
		padding-bottom: 10px;
	}

/* end css tabs */
label { float:left; display:inline; width:140px; line-height:2; margin-right:20px; text-align:right;} 
#pobierz {
position: fixed;
background-color: #0f4685;
padding: 5px;
border: 1px solid #2867af;
top: 120px;
left:-1px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
width:20px;
text-align:center;
font-weight:bold;
}
.footer {
	margin-top:10px;
	color:#747474;
	font-size:5px;
	font-weight:bold;
}
.footer a {
	color:#357f9e;
}

/*TRESCI*/
.wynik_wyszukiwania  {
	font-weight:bold;color:#357f9e;
}
.msg {
	display: block;
	clear: both;
	font-size: 11px;
	width:720px;
	border: 1px solid #feb245;
	margin: 0px auto;
	margin-top:15px;
	padding: 3px 10px;
	background: #ffeaaa;
	text-align:left;
	font-weight:bold;
	color:#500;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*poprzedni nastepny*/

#nastpoprz {
clear: both;
width: 100%;
height: 30px;
}

#starsze {
height: 25px;
width: 100px;
padding-top: 5px;
background-color: #fff;
text-align: center;
float: right;
}

#nowsze {
height: 25px;
width: 100px;
padding-top: 5px;
background-color: #fff;
text-align: center;
float: left;
}




