body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #F9F9F9 url(../images/body-bg.png) repeat-x top;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
}

a {
	text-decoration: none;
	color: #5C5C5C;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	clear: both!important;
	color: #CCCDD2;
	background: #CCCDD2;
}

img {
	border: 0 none;
	vertical-align: middle;
}

input, select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	vertical-align: middle;
	border: 1px solid #CFCFCF;
	background:#fff;
	padding: 3px;
}

input.radio, input.image {
	width: auto!important;
	padding: 0!important;
	background: transparent!important;
	border: 0 none!important;
}

#main, #footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#main {
	margin-top: 24px;
	border: 1px solid #e0e0e0;
	background: #fff url(../images/main-bg.png) repeat-x top;
}

#jump {
	position: relative;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

#logo {
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 982px;
	background: url(../images/content-corners-top.png) no-repeat;
}

#logo a {
	/*margin: -9px 0 0 22px;*/
	top: -9px;
	left: 22px;
	position: relative;
	width: 516px;
	display: block;
}

#logo img {
	display: block;
}

#menu {
	margin: -9px 0 0 14px;
	padding: 20px;
	width: 909px;
	height: 39px;
	list-style: none;
	overflow: hidden;
	position: relative;
	background: #4A79C4 url(../images/menu-bg.png) no-repeat center top;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #8DB0FF;
	height: 13px;
}
* html #menu li {
	overflow: hidden;
}

#menu a {
	color: #fff;
	float: left;
	height: 24px;
	position: relative;
	padding: 20px 5px 0 5px;
	background: url(../images/menu-a-b.png) repeat-x 0 -100px;
	top: -20px;
}

#menu a:hover {
	background-position: 0 bottom;
	text-decoration: none;
}

#menu li:hover ul {
	display: block;	
}

#menu ul a:hover {
	background-position: 0 -9px;
}

#menu ul {
	position: absolute;
	left: 20px;
	bottom: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
* html #menu ul {
	position: absolute;
	top: 54px;
	width: 920px;
	bottom: auto;
}

#menu ul li {
	display: inline;
	text-align: left;
}

#menu ul li a {
	padding-top: 10px;
	top: -10px;
	text-align: left;
}

#pager {
 text-align: center;
}

#pager a {
  word-spacing: 20px;
  border: 1px solid #dedede;
  padding: 3px 4px;		
}

#pager span {
	border: 1px solid #dedede;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: bold;
}

#topbel {
	position: absolute;
	top: 10px;
	left: 650px;
	width: 304px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#topbel a {
	font-weight: bold;
	color: #0465CE;
}

#centerp {
	font-weight: bold;
	text-align: center;
	padding:40px 0 40px 0;
}

#rss, #search {
	position: absolute;
	top: 35px;
}

#rss {
	left: 644px;
	padding: 0;
	margin: 0;
}

#rss a {
	display: block;
	line-height: 41px;
	height: 41px;
	width: 35px;
	padding-left: 50px;
	background: url(../images/rss-bg.png);
}

#search {
	left: 738px;
}

#search p {
	padding: 0;
	margin: 0;
	line-height: 41px;
	height: 41px;
	background: url(../images/search-bg.png);
	width: 228px;
}

#search input {
	border: 1px solid #E1E1E1;
	margin-left: 30px;
	width: 130px;
	padding: 3px;
}

#search input.submit {
	background: transparent;
	width: auto;
	border: 0 none;
	margin-left: 3px;
	padding: 3px 0;
	color: #0465ce;
	font-weight: bold;
}

#searchk p {
	padding: 0;
	margin: 0;
	line-height: 41px;
	height: 41px;
	background: url(../images/search-bg.png) no-repeat;
	width: 250px;
}

#searchk input {
	border: 1px solid #E1E1E1;
	margin-left: 30px;
	width: 130px;
	padding: 3px;
}

#searchk input.submit {
	background: transparent;
	width: auto;
	border: 0 none;
	margin-left: 3px;
	padding: 3px 0;
	color: #0465ce;
	font-weight: bold;
}

#content {
	padding: 20px 14px;
	text-align: justify;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat top;
	position: relative;
	clear: both;
	height: 70px;
	width: 982px;
	margin-top: -1px;
}

#footer p {
	float: left;
	margin: 0;
	padding: 15px;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 17px;
	text-align: right;
}

#footer li {
	display: inline;
	border-left: 1px solid #CFCFCF;
	padding: 0 5px;
	margin: 0;
}

#footer a {
	color: #5c5c5c;
}

div.col {
	float: left;
	position: relative;
	overflow: hidden;
}

.box {
	border: 1px solid #CFCFCF;
	padding: 0!important;
	margin: 0 0 10px 0!important;
	position: relative;
	float: left;
	width: auto;
}

.box .top-left, .box .top-right, .box .bottom-left, .box .bottom-right {
	position: absolute;
	height: 11px;
	width: 11px;
	left: -1px;
	top: -1px;
	overflow: hidden;
	display: block;
	background: url(../images/corner-top-left.png);
	z-index: 1000;
}

.box .top-right{background:url(../images/corner-top-right.png);right:-1px;left:auto;}
.box .bottom-left{background:url(../images/corner-bottom-left.png);bottom:-1px;top:auto;}
.box .bottom-right{background:url(../images/corner-bottom-right.png);right:-1px;bottom:-1px;left:auto;top:auto;}

.data {
	font-size: 10px;
}

.tytuln {
	font-size: 15px;
	font-weight: bold;
	color: #4A79C4;
}

div.col {
	overflow: hidden;
	position: relative;
}

.col-444{width: 444px;}
.col-444 .box{width: 442px;}
.col-279{width: 279px;}
.col-279 .box{width: 277px;}
.col-153{width: 153px;}
.col-153 .box{width: 151px;}
.col-208{width: 208px;}
.col-208 .box{width: 206px;}
.col-652{width: 652px;}
.col-652 .box{width: 650px;}
.col-931{width: 948px;}
.col-931 .box{width: 946px;}
.col-474{width: 474px;}
.col-474 .box{width: 472px;}
.col-212{width: 212px;}
.col-212 .box{width: 210px;}
.col-290{width: 290px;}
.col-290 .box{width: 288px;}

a.button, p.button a, .buttons a {
	background: #DFDFDF;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	color: #5C5C5C;
	font-size: 11px!important;
	height: 20px!important;
	float: left!important;
	line-height: normal!important;
	font-family: Tahoma!important;
}

a.active {
	border-bottom: 1px solid #7CA2E0;
	border-top: 1px solid #5888D5;
	background: #4A79C4;
	color: white;
}

a.button span, p.button a span, .buttons a span {
	margin: -1px 0 0 -6px!important;
	background: url(../images/button-left.gif) no-repeat left;
	float: left!important;
	height: 22px!important;
	cursor: pointer;
}

a.active span {
	background-image: url(../images/button-left-active.gif);
}

a.button span span, p.button a span span, .buttons a span span {
	margin: 0 -6px 0 0!important;
	background: url(../images/button-right.gif) no-repeat right 0;
	padding: 4px 9px 0 9px!important;
	overflow: hidden!important;
	height: 18px!important;
}

a.active span span {
	background-image: url(../images/button-right-active.gif);
}

#news-tabs {
	background: #E9E9E9;
}

#news-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: both;
	width: 442px;
	height: 38px;
	border-bottom: 2px solid #FDCE00;
	background: #FBFBFB;
}

#news-tabs a {
	color: #5C5C5C;
}

#news-tabs li {
	float: left;
	margin: 0;
	border-right: 1px solid #E5E5E5;
	height: 26px;
}

#news-tabs li a {
	padding: 0 7px;
	float: left;
	line-height: 39px;
	height: 38px;
}



#news-tabs li.active a {
	background: #FDCE00;
}

#news-tabs .news-main {
	background: #FDCE00;
	padding:12px 15px;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	clear: both;
	float: left;
	font-weight: bold;
}

#news-tabs .news-main p {
width: 370px!important;
}

#news-tabs .news-main a.button {
	border-bottom-color:#FDDB00;
	border-top-color:#FDDB00;
	background: #FDBE00;
	position: absolute;
	top: 10px;
	color: white;
	left: 390px;
}

#news-tabs .news-main a.button span {
	background-image: url(../images/button-left-tabs-orange.gif);
}

#news-tabs .news-main a.button span span {
	background-image: url(../images/button-right-tabs-orange.gif);
}

#news-tabs p img {
	float: left;
}

#news-tabs p {
	margin: 0;
	float: left;
	
}

#news-tabs .news {
	float: left;
	clear: both;
	padding: 10px 7px;
	color: #565F78;
	position: relative;
	width: 432px;
}

#news-tabs .news img {
	float: left;
	padding-right: 12px;
}

#news-tabs .news h3 {
	margin: 3px 0 3px 0;
	padding: 0;
	width: 372px!important;
	font-size: 11px;
}

#news-tabs .news .button {
	position: absolute;
	top: 4px;
	left: 390px;
}

#news-tabs .news p {
	margin: 0;
	padding: 0;
}

#news-tabs hr {
	color: #CCCDD2;
	background: #CCCDD2;
	height: 1px;
	border: 0 none;
	margin: 0 16px;
	position: relative;
	display: block;
	line-height:0;
}

#news-tabs .next {
	background: #FBFBFB;
	padding: 10px;
	width: 422px;
	float: left;
	position: relative;
}

#news-tabs .next .button {
	position: absolute;
	left: 390px;
	top: 5px;
}


#search-club h3 {
	color: #0465CE;
	line-height: 35px;
	background: #FBFBFB;
	height: 35px;
	font-size: 11px;
	margin: 0;
	padding:0;
	width: 111px;
	text-align: center;
	float: left;
}

#search-club p {
	float: left;
}

#search-club ul, ul.buttons {
	margin: 0;
	padding: 0;
	height: 35px;
	background: #FBFBFB;
	list-style: none;
	float: left;
}

#search-club ul {
	width: 166px;
}

#search-club li, ul.buttons li {
	margin: 0;
	padding: 7px 9px 0 9px;
	float: left;
}

#search-club .map {
	text-align: center;
	padding: 5px;
}

#klubnazwa{
	background: #FBFBFB;
}

#klubnazwa h2{
	color: #0465CE;
	font-size: 18px;
	margin: 0;
	padding: 10px 10px 0 30px;
}

#klubnazwa h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#newsr {
	background: #FBFBFB;
}

#newsr h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#newsr h2.a {
	color: #0465CE;
	margin-left: 10px;
}

#newsr h3 a {
	color: #0465CE;
}

#newsr p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#newsr p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
}

#tresc {
	background: #FBFBFB;
}

#tresc textarea {
	width: 200px;
	height: 260px;
	border: 1px solid #dedede;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
}

#tresc h2 {
	color: #0465CE;
	font-size: 16px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#tresc h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#tresc h3 a {
	color: #0465CE;
}

#tresc p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#tresc p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
}

#tresc p.filmik {
	display: block;
	background: url(../images/flash.jpg) no-repeat center;
	height: 420px;
	
}

#tresc ul,li {
	margin-right: 10px;
}
#tresc table {
	width: 640px;
	padding: 10px 0;
}


#forum {
	background: #FBFBFB;
}

#forum h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#forum h3 a {
	color: #0465CE;
}

#forum p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#forum p.opis {
	text-align: left;
	margin: 0 10px;
	font-weight: normal;
}

#forum p.dzial {
	text-align: left;
	margin: 0 10px;
	font-weight: bold;
}

#forum p.top {
	margin: 0;
	padding: 0 10px 10px 10px;
	background-color: #dedede;
}

#forum p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
	
}

#forum ul,li {
	margin-right: 10px;
}

#forum p.buttons_form {
	float: right;
	white-space: nowrap;
}

#forum p.buttons_formt {
	float: left;
	white-space: nowrap;
}

#forum p.post {
	text-align: left;
}

#forum table.forum_main {
	border: 1px solid #dedede;
	width: 642px;
	margin: 5px 5px 5px 5px;
}

#forum tr.forum_line {
	height: 30px;
}

#forum td.forum_img {
	width: 30px;
	border-bottom: 1px solid #dedede;
	background-color: #eaeaea;
}
#forum td.forum_dzialy {
	width: 502px;
	border-left: 1px solid #dedede;
	color: #0465CE;
	border-bottom: 1px solid #dedede;
}

#forum td.forum_watki {
	width: 50px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color: #eaeaea;
}
#forum td.forum_posty {
	width: 60px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
#forum td.forum_autor {
	width: 120px;
	border-bottom: 1px solid #dedede;
	background-color: #eaeaea;
}

#forum td.forum_tresc {
	width: 522px;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#forum input {
	width: 97%;
	border: 1px solid #dedede;
}

#forum textarea {
	width: 98%;
	height: 260px;
	border: 1px solid #dedede;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
}

#forum div.forum_last {
	margin-top: 40px;
}

#forum p.submit {
	float: right;
}

#profil {
	background: #FBFBFB;
}
#profil h2 {
	color: #0465CE;
	font-size: 16px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#profil h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#profil h3 a {
	color: #0465CE;
}

#profil p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#profil p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
}
#profil ul,li {
	margin-right: 10px;
}

#profil table {
	padding: 10px 0;
}
#profil td,tr  {
	text-align: right;
}

#wrapper {width:600px; margin:5px}
.sortable {width:600px; border:1px solid #ccc; border-bottom:none; border-collapse: collapse;}
.sortable th {padding:4px 6px 6px; background:#457bc1; color:#fff; text-align:left; color:#fff; border: 1px solid #000; border-collapse: collapse;}
.sortable td {padding:2px 4px 4px; background:#fff; border-bottom:1px solid #ccc; border-collapse: collapse;}
.sortable .head {background:#3e6ca6 url(images/sort.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc {background:#234089 url(images/desc.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc {background:#234089 url(images/asc.gif) 6px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}

#wrapper a {
	color: #0465CE;
	font-weight: bold;
}

#klubyl tr,td {
	color: #5c5c5c;
	background-color: #FFF;
	text-align: left;
	border: 0px solid black;
    border-collapse: collapse;
}
#klubyl a {
	color: #0465CE;
	font-weight: bold;
}
#klubyl td.inne {
	color: #FFF;
	background-color: #0465CE;
	text-align: left;
	border: 1px solid black;
    border-collapse: collapse;
    font-weight: bold;
}
#shop {
	background: #FBFBFB;
}

#shop h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#shop h3 a {
	color: #0465CE;
}

#shop p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#shop p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
}

#shop p.buy-now {
	padding: 10px;
	background: #E9E9E9;
	border-top: 1px solid #E1E1E1;
}

#shop p.buy-now a {
	color: #5C5C5C;
}

#ranking-fivb {
	background: #FBFBFB;
}

#ranking-fivb h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px;
	background: white;
	border-bottom: 1px solid #eee;
}

#ranking-fivb table {
	width: 151px;
	padding: 10px 0;
}

#ranking-fivb table a {
	color: #0465CE;
}

#ranking-fivb td, th {
	text-align: center;
}

#ranking-fivb .buttons {
	padding-left: 10px;
}


#multimedia .buttons {
	width: 201px;
	padding-left: 5px;
}

#multimedia ul.items {
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: center;
}

#multimedia a {
	text-align: center;
}

#multimedia ul.items li {
	padding: 5px 0;
	margin: 0 5px 0 0;
}

#multimedia p {
	padding: 10px;
	margin: 0;
	background: #E9E9E9;
	border-top: 1px solid #E1E1E1;
	clear: both;
}

#multimedia ul.items li b a {
	color: #0465CE;
}

#multimedia h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#multimedia h3 a {
	color: #0465CE;
}

#ankieta {
	background: #FBFBFB;
}

#ankieta h3 {
	padding: 10px 10px 0 10px;
	margin: 0;
	color: #0465CE;
	font-size: 11px;
}

#ankieta p {
	padding: 0 10px 10px 10px;
	margin: 0;
}

#ankieta .button {
	position: absolute;
	top: 10px;
	left: 140px;
}

#ankieta input.radio {
	margin: 20px 5px 0 0;
	float: left;
	clear: left;
}

#ankieta form p {
	padding: 10px;
	float: left;
	width: 186px;
	background:#fff;
}

#ankieta form p br {
	line-height: 0;
}

#ankieta form p.submit {
	text-align: center;
	background: #E9E9E9;
	border-top: 1px solid #E1E1E1;
	clear: both;
}

#ankieta label {
	float: left;
	clear: right;
	width: 165px;
	padding: 14px 0 0 0;
}

#dodawanien {
	background: #FBFBFB;
}

#dodawanien a {
	color:#565F78;
}
#dodawanien h3 {
    padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 11px;	
}
#dodawanien p {
	padding: 0 10px 10px 10px;
}

#dodawanien .button {
	position: absolute;
	right: 8px;
	top: 12px;
}

#rejestracja {
	background: #4A79C4;
	color: white;
}

#rejestracja a {
	color:#fff;
}

#rejestracja h3, #rejestracja p, #wyniki h3, #wyniki p {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 11px;
}

#rejestracja p, #wyniki p {
	padding: 0 10px 10px 10px;
}

#rejestracja .button, #wyniki .button {
	position: absolute;
	right: 8px;
	top: 12px;
}

#rejestracja form {
	color: #5C5C5C;
	background:#fff;
	padding: 10px 0;
}

#rejestracja label {
	width: 90px;
	padding-right: 10px;
	text-align: right;
	float: left;
	padding-top: 7px;
}

#rejestracja input {
	margin-top: 3px;
	width: 300px;
}
#rejestracja input.Reg {
	margin-top: 6px;
	width: 30px;
}
#rejestracja input.radio {
	
	width: 50px;
}
#rejestracja select {
	margin-top: 3px;
	width: 300px;
}
#rejestracja select.data {
	margin-top: 3px;
	width: 100px;
}

#rejestracja textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #dedede;
	background-color: #FBFBFB;
}

#rejestracja .submit {
	text-align: center;
}

#logowanie {
	background: #4A79C4;
	color: white;
}

#logowanie .przypomnienie {
	color: white;
}

#logowanie a {
	color: #4B4B4B;
}

#logowanie h3, #logowanie p, #wyniki h3, #wyniki p {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 11px;
}

#logowanie p, #wyniki p {
	padding: 0 10px 10px 10px;
}

#logowanie .button, #wyniki .button {
	position: absolute;
	right: 8px;
	top: 12px;
}

#logowanie form {
	color: #5C5C5C;
	background:#fff;
	padding: 10px 0;
}

#logowanie label {
	width: 80px;
	padding-right: 10px;
	text-align: right;
	float: left;
	padding-top: 7px;
}

#logowanie input {
	margin-top: 3px;
}

#logowanie .submit {
	text-align: center;
}
#logowanie input.image {
    margin-left: 105px;
} 

.newsgg p {
 margin: 0 5px 0 5px;
}

.newsgg div {
margin: 0 10px 0 10px!important;
}

#wyniki p.wynik {
	text-align: center;
	padding: 10px;
	background: #2B569B;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}

#wyniki .teams {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wyniki .teams li {
	float: left;
	width: 138px;
	text-align: center;
	position: relative;
	margin-top: -33px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
}

#wyniki .teams li img {
	padding-bottom: 10px;
}

#wyniki .teams a {
	color: #0465CE;
	font-weight: bold;
}

#wyniki p.live {
	padding: 10px;
	margin: 0;
	text-align: center;
	background: #E9E9E9;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	clear: both;
	float: left;
	width: 257px;
}

#wyniki p.pages {
	padding: 10px;
	text-align: center;
	float: left;
}

#newsy .buttons {
	width: 272px;
	padding-left: 5px;
}

#newsy .news {
	padding: 8px;
	clear: both;
}

#newsy h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
}

#newsy p.info {
	padding: 0;
	margin: 0;
}

#newsy p.info a {
	color: #0465CE;
	font-weight: bold;
}

#newsy .odd {
	background: #FBFBFB;
	border-top: 1px solid #e1e1e1;
}

.padding {
	padding-left: 10px;
}

ul.makeMenu li > ul { 
  display: none;   
  position: absolute; 
  top: 53px;  
  left: 80px; 
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  color: #000;
}
ul.makeMenu ul.CSStoShow {
  display: block;
}
ul.makeMenu li:hover > ul {
  display: block;
}
ul.makeMenu li a { 
	color: #fff; 
	display: block; 
	width: 100%;
	}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
	color: #000; 
	}
ul.makeMenu li:hover > a { 
	color: #000; 
	}
	
#videolist {
	padding: 10px 5px;
}

#videolist h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#videolist h3 a {
	color: #0465CE;
}

#videolist p {
	margin: 0 10px;
	padding: -5px 10px 10px 10px;
}

#videolist a {
	color: #0465CE;
	font-size: 11px;
	font-weight: bold;
}

#videolist img {
	float: left;
	padding: 5px 10px 10px 10px;
}

.chartlist li { 
  position: relative;
  display: block; 
}

.chartlist .count { 
  display: block; 
  position: absolute; 
  top: 0; 
  right: 0; 
  margin: 0 0.3em; 
  text-align: right; 
  color: #999; 
  font-weight: bold; 
  font-size: 0.875em; 
}

.chartlist li a { 
  display: block; 
  padding: 0.4em 4.5em 0.4em 0.1em;
  position: relative; 
  z-index: 2; 
}

.chartlist .index { 
  display: block; 
  top: 0; 
  left: 0; 
  height: 100%; 
  background: orange; 
  text-indent: -9999px; 
  overflow: hidden; 
}

#ankietaw {
	background: #FBFBFB;
}
#ankietaw h2 {
	color: #0465CE;
	font-size: 16px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#ankietaw h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#ankietaw h3 a {
	color: #0465CE;
}

#ankietaw p {
	margin: 0;
	padding: 0 10px 0 10px;
}

#ankietaw ul,li {
	margin-left: -12px;
}

.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:1px solid #000;
	font-size: 12px;	
	}
.error {
	background:#FBE3E4;
	color:#712A32;
	border-color:#712A32;
	}
.notice {
	background:#FFF6BF;
	color:#000;
	border-color:#000;
	}
.success {
	background:#E6EFC2;
	color:#000;
	border-color:#000;
	}
.error a {
	color:#0465CE;
	}
.error h1 {
	font-weight: bold;
	color: #712A32;
	font-size: 12px;
}
.notice a {
	color:#0465CE;
	}
.success a {
	color:#0465CE;
	}
.errorreg {
	background:#ff3333;
	color:#000;
	border: 1px solid #000;
	width: 400px;
	margin: 0 10px;
	}	
.errorreg p {
	font-weight: bold;
}

.errorreg span {
	border: 1px solid #000;
	background-color: red;
}

.obrazek_rating {
margin:0;
padding:0;
text-align:left;
}
.obrazek_rating span {
float:right;
}
.obrazek span {
color:#0066CB;
font-size: 10px;
font-weight:bold;
}

.obrazek {
float: left;
height:225px;
margin:0 2px 15px 4px;
padding:5px 10px;
width:210px;
}
.obrazek h2 {
display:block;
float:left;
color: #0465CE;
font-size: 11px;
margin: 0;
padding: 10px 10px 0 10px;
}
.obrazek h2 a {
color:#0465CE;
display:block;
text-decoration:none;
}
.obrazek h2 a:hover {
color:#0465CE;
display:block;
text-decoration:none;
}
.obrazek p {
border:1px solid #E5E5E5;
float:left;
margin:0 0 4px;
padding:0;
}

#wynikid table {
	width: 650px;
	border: none;
	text-align: center;
}

#wynikid tr {
	height: 30px;
}



#wynikid h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
}

#wynikid h3 a {
	color: #0465CE;
}

#wynikid th {
	background-color: #F7F7F7;
}

#transmisje {
	background: #FBFBFB;}

#transmisje div.id0 { 
display:inline;
float:left;
width: 150px;
border-bottom: 1px solid #dedede;
height: 40px;
}

#transmisje div.id1 {
display:inline;
float:left; 
width: 400px;
border-left: 1px solid #dedede;
border-bottom: 1px solid #dedede;
height: 40px;
}

#transmisje div.id2 { 
display:inline;
float:left;
width: 98px;
border-left: 1px solid #dedede;
border-bottom: 1px solid #dedede;
height: 40px;
}

#transmisje div.id0a { 
display:inline;
float:left;
width: 150px;
border-bottom: 1px solid #dedede;
background-color: #dedede;
}

#transmisje div.id1a {
display:inline;
float:left; 
width: 400px;
border-left: 1px solid #dedede;
border-bottom: 1px solid #dedede;
background-color: #dedede;
}

#transmisje div.id2a { 
    display:inline;
    float:left;
    width: 98px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #dedede;
}


#transmisje div.trab {
    clear:both;
    position:relative;
}

#transmisje h3 {
    color: #0465CE;
	font-size: 11px;
    padding: 0 10px 0 10px;
}

#transmisje p, p.a {
	margin: 0 10px 0 10px;
	text-align: center;
}

#transmisje p.opis {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#transmisje p.bok {
	margin: 15px;
	text-align: center;
}

#transmisje p.lok {
	margin: 5px;
	text-align: center;
}

#transmisje div.zid0 { 
    display:inline;
    float:left;
    width: 150px;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

#transmisje div.zid1 {
    display:inline;
    float:left; 
    width: 350px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

#transmisje div.zid2 { 
    display:inline;
    float:left;
    width: 148px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 40px;
}

#transmisje div.zid0a { 
    display:inline;
    float:left;
    width: 150px;
    border-bottom: 1px solid #dedede;
    background-color: #dedede;
}

#transmisje div.zid1a {
    display:inline;
    float:left; 
    width: 350px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #dedede;
}

#transmisje div.zid2a { 
    display:inline;
    float:left;
    width: 148px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #dedede;
}

.imgprofil {
	/*background: url(../images/user1.jpeg) no-repeat center;*/
	height: 100px;
	border: 1px solid #dedede;
}

#komentarze {
	background: #FBFBFB;
}

#komentarze textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #dedede;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
}

#komentarze h2 {
	color: #0465CE;
	font-size: 16px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#komentarze h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#komentarze h3 a {
	color: #0465CE;
}

#komentarze p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#komentarze p.img {
	text-align: center;
	background:#fff;
	padding: 10px;
}

#komentarze p.filmik {
	display: block;
	background: url(../images/flash.jpg) no-repeat center;
	height: 420px;
	
}

#komentarze ul,li {
	margin-right: 10px;
}

#komentarze input {
	border: none;
}

#galery {
	display: inline;
	float: left;
}

#galery div {
	width: 216px;
}

#galery_img {
	width: 180px;
	height: 140px;
	background: url(../images/photoprofil.jpg) no-repeat center;
}

#galery1 {
    display: inline-table;
    width: 200px!important;
    float: inherit;
    margin-top: 5px;
    background: #FFF;
    text-align: center;
    height: 150px!important;
}

#galery1 p {
	font-weight: bold;
}

#galery1 img {
	margin: 5px 0 0 0;
}

.znajomi {
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}

#zdjecie img {
    border: none;
    text-align: center;
}

#zdjecie h1 {
	font: 13px;
	color: #0465CE;
	margin: 5px 0 5px 5px;
	font-weight: lighter;
}

#zdjecie p.lewa {
	float: left;
}

#zdjecie p.prawa {
	float: right;
	font-weight: bold;
}

.prawa {
	float: right;
}

.lewa {
	float: left;
}

#humort textarea {
	width: 95%;
	height: 100px;
	padding: 0;
	margin: 0 5px 0 5px;
}

#humort input.dodaj {
	border: none;
	float: right;
}

#impreza textarea {
	width: 260px;
	height: 80px;
	padding: 0;
	
}

#impreza input {
	border: none;
	float: right;
}

#impreza input.txt {
	border: 1px solid #dedede;
	float: none;
	width: 40px;
}

#impreza input.lokal {
	border: 1px solid #dedede;
	float: none;
	width: 255px;
	margin: 0!important;
}

#impreza select {
	margin-left: 10px;
	padding: 0;
	float: left;
}

#impreza p {
	margin: 0 0 0 10px;
	padding: 0;
}

#profilform input {
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
}

#zaproszenia table {
	width: 640px;
	border: none;
	padding: 0;
	margin: 0 5px 0 5px;
}

#zaproszenia tr {
	height: 160px;
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
}

#zaproszenia td {
	width: 160px;
	padding: 0;
	margin: 0;
	border: 1px solid #dedede!important;
}

#zaproszenia2 table {
	width: 200px;
	border: none;
	padding: 0;
	margin: 0 5px 0 5px;
}

#zaproszenia2 tr {
	height: 120px;
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
}

#zaproszenia2 td {
	width: 160px;
	padding: 0;
	margin: 0;
	border: 1px solid #dedede!important;
}

#zaproszenia2 h3 {
	color: #0465CE;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.zapfoto {
	text-align: center;
	margin-top: 5px;
}

.zapfoto input {
	border: none;
}

#zdjecie p.foto {
	text-align: center;
	margin: 5px 5px 5px 5px;
}

#zdjecie p.opis {
	color: #0465CE;
	font-weight: lighter;
	text-align: center;
}

#zdjecie p {
	margin-right: 5px;
	margin-left: 5px;
}

#zdjecie a {
	color: #0465CE;
}

.red
{
 color: red; 
}

#zdjecia_box div {
	text-align: center;
}

#zdjecie_box p.tytul {
	margin: 5px 0 2px 5px;
	color: #0465CE;
	font-weight: bold;
}

#zdjecie_box table {
	width: 266px;
	border: none;
	margin: 0 5px 0 5px;
	padding: 0;
	text-align: center;
}

#zdjecie_box .fot {
	font-weight: normal;
	color: #0465CE;
	text-align: center;
}

#zdjecie_box .fo {
	text-align: center;
}

#zdjecie_box tr {
	height: 180px;
	border: none;
	margin: 0;
	padding: 0;
}

#zdjecie_box td {
	width: 133px;
	border: 1px solid #dedede;
}

#zdjecie_box ul {
    display: block;
    width: 237px;
    padding: 0 0 0 18px;
    margin: 5px 10px 5px 10px;
    float: inherit;
}

#zdjecie_box li {
	display: inline;
	text-align: center;
	width: 237px!important;
	float: inherit;	
}

.navigation 
{
 color:#666666;
}
 
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active
{
 background:#F9F9F9 none repeat scroll 0 0;
 border:1px solid #E6E6E6;
 color:#636363;
 font-size:11px;
 padding:3px 6px;
 text-decoration:none;
 font-weight: normal;
}
 
.navigation span {
 background:#FFFFFF none repeat scroll 0 0;
 border:1px solid #E6E6E6;
 color:#CCCCCC;
 font-size:11px;
 padding:3px 6px;
 text-decoration:none;
}

#eror12 div {
	margin: 50px 0 0 0;
	text-align: center;
}

#moder textarea {
	width: 630px;
	height: 100px;
	margin: 5px 10px 5px 10px;
	padding: 0;
}

#moder input {
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;
}

#wynank {
	background: #EFEFEF;
	width: 630px;
	padding: 0;
	margin: 5px 10px 5px 10px;
}

#wynank span {
	background: #4A79C4;
	margin: 5px 5px 0 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#rezultaty {
   border: 1px solid #2B569B;
	
	background: #4A79C4;
	color: white;
   font-size: 11px!important;
	height: 16px!important;
   padding: 0 10px 0 10px;
}

#rezultaty div {
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
	
} 

#rezultaty h3 {
	padding: 0;
	margin: 3px 0 5px 5px;
	font: 11px bold;
	color: #696969;
}

#ustgal input {
	border: 0;
	width: auto;
}

#ustgal {
	background: #4A79C4;
}

#clublista table {
	width: 640px;
	margin: 0 5px 0 5px;
	padding: 0;
	border: 1px solid #dedede;
}

#clublista tr {
	border-bottom: 1px solid #dedede;
	height: 30px;
}

#clublista td {
	background-color: #F0F0F0;
	display:table-cell;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#clublista th {
	background-color: #fff;
	display:table-cell;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#clublist table {
	width: 267px;
	margin: 0 5px 0 5px;
	padding: 0;
	border: 1px solid #dedede;
}

#clublist tr {
	border-bottom: 1px solid #dedede;
	height: 30px;
}

#clublist td {
	background-color: #F0F0F0;
	display:table-cell;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#clublist th {
	background-color: #fff;
	display:table-cell;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#publikacje a {
	font-weight: bold;
}

#publikacje p {
	font-weight: bold;
}

#publikacje input.text {
	width: 300px;
	margin-top: 0;
}

#publikacje input.image {
	width: 112px;
	margin-top: 0;
}

#publikacje textarea {
	width: 500px;
}

#publikacje .wstep {
	height: 80px;
}

#publikacje .tresc {
	height: 200px;
}

#publikacje code {
	color: red;
}

#listazaw {
	text-align: center;
	border: 1px solid #dedede;
	width: 201px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

#listazaw li {
	list-style: none;
}

#listazaw div.zfoto {
	margin: 2px;
	padding: 0;
	border: 1px solid #dedede;
	width: 79px;
	background-color: #F0F0F0;
	float: left;
	
}

#listazaw img {
	margin: 0px;
}

#listazaw div.zinfo {
    padding: 0;
	width: 107px;
	vertical-align: middle;
	float: right;
	text-align: left;
}

#kibice table {
	width: 469px;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
}

#kibice td {        
margin: 0 3px 3px 0;
padding: 0;        
border: 1px solid #dedede;
        float: left;
        width: 110px!important;
	height: 140px;
	}

#wynanka {
	background: #EFEFEF;
	width: 200px;
	padding: 0;
	margin: 0 5px 5px 5px;
}

#wynanka span {
	background: #4A79C4;
	margin: 5px 5px 0 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#wygnanka h3 {
	padding: 0;
	margin: 0 0 5px 5px;
	font: 10px light;
	color: #696969;
	}

#rezultatya {
   border: 1px solid #2B569B;
	
	background: #4A79C4;
	color: white;
   font-size: 10px!important;
	height: 10px!important;
   padding: 0 10px 0 10px;
   margin-left: 5px;
}

#rezultatya div {
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	
} 

#rezultatya h3 {
	padding: 0;
	margin: 0 0 5px 5px;
	font: 10px light;
	color: #696969;
}

.lolek { 
	z-index: 1; 
	left: -3000px; 
	visibility: visible; 
	width: 200px; 
	position: absolute;	
	top: -3000px;	
	height: 200px
}
