html,body{
margin:0;
padding:0
}
body{
font-family:Verdana;
text-align:center;
background:#000 url(img/bg.png);
color:#fff;
}
#naglowek{
text-align:center;
background:#0f4685 url(img/n_bg.png);
height:60px;
border-bottom:1px solid #2867af;
}
#logo{
margin:0px auto;
width:740px;
}
.nazwa {
display:block;
float:left;
padding-top:12px;
color:#026cb1;
font-size:32px;
font-weight:bold;
text-shadow: 1px 1px #fff;
font-style:italic;
}
#logo a:link , #logo a:visited , #logo a:active {color:#026cb1; text-decoration:none;}
#logo a:hover {color:#0478c3; text-decoration:none; border-bottom:0px;}
.slogan {
display:block;
float:right;
padding-top:18px;
color:#fff;
font-size:22px;
}
#menu{
margin:0px auto;
width:740px;
text-align:left;
font-weight:bold;
font-size:12px;
background:#000;
}
#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: left;
	width: 100%;
	padding-right: 20px;
}

#menu ul li {
	float: left;
	margin-right: 10px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	background-color: #0f4685;
	color: #ededed;
	padding: 5px 10px;
	border: 1px solid #2867af;
    position: relative;
	top: -1px;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

ul a:hover {
	background-color: #223c60;
}
a:link , a:visited , a:active {color:#b9b9b9; text-decoration:none;}
a:hover {color:#ffd500;}

#kontener{
text-align:left;
margin:0 auto;
width:700px;
clear: left;
position:relative;
top:20px;
background:#171717;
border:1px solid #4d4d4d;
padding:20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size:12px;
}
#kontener h1 {
font-size: 1.4em;
font-weight: bolder;
padding-bottom: 10px;
color: #FFB903;
border-bottom:1px solid #FFB903;
}
#kontener table {
font-size:12px;
}
#kontener .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;
}
#kontener 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 */

#shit {
text-align:center;
background:#000;
border:1px solid #4d4d4d;
padding:10px;
margin-top:10px;
margin-bottom:20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#shit img {
max-width: 670px;
}
.fb_share {
padding-top:8px;
}

.button, .button:visited , .button:link {
   border-top: 1px solid #f7d197;
   background: #ed7a00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffd500), to(#ed7a00));
   background: -moz-linear-gradient(top, #ffd500, #ed7a00);
   padding: 11.5px 23px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   position:relative;
   }
.button:hover {
   border-top-color: 1px #f08a0c;
   background: #f08a0c;
   color: #ffffff;
   }
.button:active {
   border-top-color: #eba903;
   background: #eba903;
   color: #fff;
   }
#strony {
text-align:center;
margin:0 auto;
width:740px;
padding-top:30px;
font-size:14px;
font-weight:bold;
}
#stopka {
text-align:center;
margin:0 auto;
width:740px;
padding:30px;
font-size:14px;
}
img {
border:0px;
}
.tabela tr:hover { background:#0F0F0F; }
label { float:left; display:inline; width:140px; line-height:2; margin-right:20px; text-align:right;} 