/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
	background: #000 url(images/bg.jpg) top center repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
}

div {
	margin: 0 auto;
	border: 0px;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	line-height: 34px;
	height: 38px;
	padding-left: 5px;
	padding-bottom:10px;
}

/* koniec html*/


div#kontener01 {
	width: 100%;
	float: left;
	background: url(images/kontener01_bg.jpg) top center no-repeat;
}

div#kontener02 {
	float: left;
	width: 100%;
	background: url(images/kontener02_bg.jpg) top center repeat-y;
}

div.wrap {
	width: 960px;
}

/* blok 01______________________________________ */
div#blok01 {
	float: right;
	width: 960px;
}

div#top {
	float: left;
	width: 960px;
	height: 177px;
}

div#baner_logo {
	float: left;
	width: 915px;
	height: 133px;
	background: url(images/baner.jpg) 0 0 no-repeat;
	padding-left: 45px;
}

a#logo {
	float: left;
}


/*menu top*/ 
#menu_top{
	float: left;
	width: 960px;
	background: url(images/menu/menu_bg.jpg) repeat-x;
	height: 44px;
}

#nav, #nav ul{
float: left;
}

#nav, #nav ul li{
float: left;
display: inline;
}

#nav a{
display:block;
}

#nav a:hover{

}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

ul.submenu {
	color: #fff;
	background: #d2241b;
	width: 160px;
	position: absolute;
	margin-top: 27px;
	z-index: 100;
	text-align: left;
	padding: 10px 20px 5px 10px;
	border: 1px solid #590a0b;
}

ul.submenu a{
	color: #fff;
	font-weight: bold;
	display: block;
	height: 30px;
	padding: 8px 0;
	border-bottom: 1px dotted #f00;
}

ul.submenu a:hover{
	color: #000;
}


a#menu_lista01 {
	display: block;
	height: 44px;
	width: 146px;
	background: url(images/menu/menusprite.jpg) 0 0 no-repeat;
}

a#menu_lista01:hover {
	background: url(images/menu/menusprite.jpg) 0 -44px no-repeat;
}

a#menu_lista02 {
	display: block;
	height: 44px;
	width: 73px;
	background: url(images/menu/menusprite.jpg) -146px 0 no-repeat;
}

a#menu_lista02:hover {
	background: url(images/menu/menusprite.jpg) -146px -44px no-repeat;
}

a#menu_lista03 {
	display: block;
	height: 44px;
	width: 78px;
	background: url(images/menu/menusprite.jpg) -219px 0 no-repeat;
}

a#menu_lista03:hover {
	background: url(images/menu/menusprite.jpg) -219px -44px no-repeat;
}

a#menu_lista04 {
	display: block;
	height: 44px;
	width: 116px;
	background: url(images/menu/menusprite.jpg) -297px 0 no-repeat;
}

a#menu_lista04:hover {
	background: url(images/menu/menusprite.jpg) -297px -44px no-repeat;
}

a#menu_lista05 {
	display: block;
	height: 44px;
	width: 113px;
	background: url(images/menu/menusprite.jpg) -413px 0 no-repeat;
}

a#menu_lista05:hover {
	background: url(images/menu/menusprite.jpg) -413px -44px no-repeat;
}

a#menu_lista06 {
	display: block;
	height: 44px;
	width: 108px;
	background: url(images/menu/menusprite.jpg) -526px 0 no-repeat;
}

a#menu_lista06:hover {
	background: url(images/menu/menusprite.jpg) -526px -44px no-repeat;
}

a#menu_lista07 {
	display: block;
	height: 44px;
	width: 97px;
	background: url(images/menu/menusprite.jpg) -634px 0 no-repeat;
}

a#menu_lista07:hover {
	background: url(images/menu/menusprite.jpg) -634px -44px no-repeat;
}



div#center {
	float: left;
	width: 960px;
	background: #ededed url(images/center_bg.jpg) right top repeat-y;
	padding-bottom: 15px;
}

div#blok_left {
	float: left;
	width: 720px;
	padding: 0 6px 0 5px;
	background: #ededed url(images/blok_left_bg.jpg) 0 0 no-repeat;
}

div#subm_podstr_box {
	float: left;
	width: 720px;
	height: 30px;
}

ul#subm_podstr {
	float: left;
	padding-left: 60px;
}

ul#subm_podstr li{
	float: left;
	display: inline;
	line-height: 35px;
	padding: 0 10px;
}

ul#subm_podstr li a{
	float: left;
	display: block;
	text-transform: uppercase;
	height: 30px;
	padding: 0 10px;
	color: #fff;
}

ul#subm_podstr #active{
	color: #fe0000;
	background: url(images/menu/sub_pods_bg.gif) bottom center no-repeat;
}

ul#subm_podstr li a:hover{
	color: #fe0000;
	background: url(images/menu/sub_pods_bg.gif) bottom center no-repeat;
}

div#blok_left01 {
	float: left;
	width: 480px;
	background: #fff url(images/blok_left01_bg.jpg) 0 0 no-repeat;
	text-align: left;
	padding: 7px 5px 0 5px;
	font-size:12px;
}

div#blok_left01 p {
  line-height:24px;
}

div#blok_left01 a {
  text-decoration:underline;
}

div#slajdy_gl {
	float: left;
	width: 470px;
	height: 234px;
	margin: 10px 0;
	padding: 5px;
	overflow: hidden;
}

div#slajd_img {
	float: left;
	width: 470px;
	background: url(images/slajd/slajd01.jpg) 0 0 no-repeat;
	height: 234px;
	overflow: hidden;
}

div#slajd_opis {
	position: absolute;
	margin-top: 150px;
	width: 450px;
	background: url(images/slajd/podpis_bg.png);
	color: #fff;
	padding: 10px 10px 5px 10px;
	line-height: 16px;
}

div#slajd_opis a{
	color: #fff;
	font-weight: bold;
	font-size:12px;
}

div#slajd_opis a:hover{
	text-decoration: underline;
}

p.slajd_data {
	float: left;
	width: 450px;
	text-align: right;
	font-size: 10px;
}


div.news_box {
	float: left;
	border-top: 1px solid #d2d2d2;	
	width: 460px;
	padding: 2px 15px 10px 5px;
	line-height: 16px;
}

p.news_tyt {
	float: left;
	color: #a5a5a5;
	line-height: 16px;
	width: 460px;
	padding: 5px 0 8px 0;
}

p.news_tyt a{
	font-weight: bold;
	font-size: 12px;
	color: #da251c;
}

p.news_tyt a:hover{
	text-decoration: underline;
}

div.img_news {
	float: left;
}

div.img_news img{
	border: 1px solid #393939;
}

a.wiecej {
	float: right;
	margin: 10px 0;
	display: block;
	width: 61px;
	height: 20px;
	color: #fff;
	background: url(images/buttons/wiecej.gif) 0 0 no-repeat;
	text-align: center;
	line-height: 20px;
	font-size:11px;
}











div#blok_left02 {
	float: right;
	width: 225px;
	padding-top: 7px;
}

div.blok_left02_nagl {
	float: left;
	width: 215px;
	height: 38px;
	padding: 0 5px;
	text-align: left;
	margin-top: 8px;
	background: url(images/nagl/blok_left02_nagl_bg.gif) 0 0 no-repeat;
}

div.box_left02_1 {
	float: left;
	width: 215px;
	padding: 10px 5px;
	background: #fff url(images/box_left02_1_bg.jpg) bottom center no-repeat;
}

ul.v_mecz {
	float: left;
	padding: 8px 0 10px 16px;
}

ul.v_mecz li{
	width: 60px;
	display: inline;
	float: left;
	text-align: center;
}

p.data_mecz {
	border-top: 1px solid #e0e0e0;
	font-weight: bold;
	margin: 5px 0;
	padding: 9px 0 0 0;
	float: left;
	width: 215px;
	font-size:12px;
	line-height:18px;
}

ul.v_mecz li strong{
	font-size: 20px;
	line-height: 30px;	
	display: block;
}

div.box_left02_2 {
	float: left;
	width: 215px;
	padding: 10px 5px;
	background: #fff;
}

table.osta_kolejka {
	width: 215px;
}

table.osta_kolejka td{
	border-bottom: 1px dotted #e0e0e0;
	padding: 8px 0 5px 0;
}

td.nazwa_td {
	width: 180px;
}

tr#start_osta_mecz td{
	font-weight: bold;
	color: #da251c;
}


table.tabela_gl {
	width: 215px;
}

table.tabela_gl td{
	padding: 5px 2px 5px 2px;
}

td.tab_gl_druzyna {
	width: 140px;
	text-align: left;
}

tr#tabela_gl_nagl td{
	background: url(images/tab_gl.jpg) bottom repeat-x;
}

tr#tab_pierwsza td{
	color: #da251c;
}

tr#tab_start td{
	color: #fff;
	background: #da251c;
}



div#blok_right {
	float: right;
	width: 228px;
}

div.box_right01 {
	float: right;
	width: 218px;
	padding: 10px 5px;
}

div.liderzy {
	float: right;
	width: 218px;
	padding: 0 0 7px 0;
}

div.liderzy p{
	float: right;
	width: 208px;
	padding: 5px;
	background: #000 url(images/liderzy.jpg) 0 0 repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

div.liderzy_img {
	float: left;
	width: 50px;
	text-align: left;
	padding: 5px 0 0 0;
}

div.liderzy_img img{
	width: 40px;
	height: 60px;
}

table.tab_liderzy {
	float: right;
	width: 165px;
	margin: 8px 0 0 0;
}

table.tab_liderzy td{
	padding: 4px;
	line-height:16px;
}


/* slider najnowsze zdjecia */

div#slider_box {
float: left;
width:198px;
height:170px;
margin: 10px 0;
padding: 30px 10px 0 10px;
background: url(images/slider/slider_bg.jpg) 0 0 no-repeat;
}

#carousel {
width: 198px;
height:185px;
margin:0 auto;
overflow:hidden;
}

#slides {
overflow:hidden;
/* fix ie overflow issue */
position:relative;
width: 198px;
height:135px;
}

/* remove the list styles, width : item width * total items */
#slides ul {
position:relative;
left:0;
top:0;
list-style:none;
margin:0;
padding:0;
width:750px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
width: 198px;
height:250px;
float:left;
}

#slides li img {
width: 198px;
}

/* Styling for prev and next buttons */
#buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
display:block;
width:31px;
height:32px;
text-indent:-999em;
float:left;
outline:0;
}

a#prev {
background:url(images/slider/arrow.gif) 0 -31px no-repeat;
}

a#prev:hover {
background:url(images/slider/arrow.gif) 0 0 no-repeat;
}

a#next {
background:url(images/slider/arrow.gif) -32px -31px no-repeat;
}

a#next:hover {
background:url(images/slider/arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}




div.spons img{
	margin: 10px 0;
}

div#foot {
	float: left;
	width: 960px;
	height: 35px;
	padding-bottom: 10px;
	line-height: 36px;
	background: url(images/stopka_bg.jpg) top center no-repeat;
}

p.copy {
	float: left;
	color: #fff;
	padding-left: 10px;
}

p.ibif {
	float: right;
	color: #fff;
	padding-right: 10px;
}

p.ibif a{
	color: #fff;
	text-decoration: underline;
}

table.full {
	width: 100%;
}

table.full td{
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border: 1px dotted #ddd;
	line-height:18px;
}

/* sponsorzy */

#marqueecontainer{
    position: relative;
    width: 180px; /*marquee width */
    height: 450px; /*marquee height */
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
}
