* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0A0A0A;
	font-family: Tahoma;
	font-size: 11px;
	color: #383838;
}
a {
	color: #AC7C35;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, fieldset {
	border: 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/*TOP*/
#top {
	width: auto;
	height: 260px;
	position: relative;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 37px;
	left: 20px;
}
/*LOGIN*/
#login {
	width: 302px;
	background: url('images/login_bg.jpg') repeat-x;
	padding: 6px 0 0 7px;
	float: right;
	text-align: right;
	height: 29px;
}
.login_input {
	padding: 3px 8px;
	width: 80px;
	border-bottom: 0;
	border-right: 0;
	border-left: 1px #A50D13 solid;
	border-top: 1px #A50D13 solid;
	float: left;
	margin-right: 7px;
	background-color: #FFFFFF;
	color: #555555;
	font-size: 11px;
	margin-bottom: 16px;
}
.login_go {
	border: 0;
	margin-top: -1px;
	float: left;
}
/*REGISTER*/
#register {
	position: absolute;
	top: 43px;
	right: 12px;
}
/*MENU*/

#menu {
	position: absolute;
	top: 188px;
	left: 0;
	z-index: 10;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	display: inline;
	position: relative;
	height: 32px;
	margin-right: 2px;
	background: url('images/men_2.gif') top right no-repeat;
	padding-right: 7px;
}

#menu ul li:hover {
	background-image: url('images/men_2_on.gif');
}

#menu ul li a {
	display: inline-block;
	text-align: left;
	padding: 8px 17px 8px 17px;
	height: 24px;
	background: url('images/men.gif') top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#menu ul li a:hover, 
#menu ul li:hover a {
	background-image: url('images/men_on.gif');
	color: #A37430;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

#menu ul li ul {	
	background-image: none;
	background-color: #000000;
	z-index: 10;
	top: 31px;
	left: 0px;
	position: absolute;
  display: block;
	margin: 0;
	padding: 0;
	color: #ffffff;
	border: 1px solid #282828;
}

#menu ul li ul li,
#menu ul li:hover ul li {	
	height: 22px;
	min-width: 128px;
	background-image: none;
	background-color: #000000;
	display: list-item;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: left;
	float: none;
	position: relative;
	border-top: 1px solid #282828;
}

#menu ul li ul li a,
#menu ul li:hover ul li a {	
	background: #000000;
	margin: 0;
	padding: 3px 5px 5px 3px;
	min-width: 128px;
	height: 11px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: #f2f2f2;
	font: 11px Tahoma
}

#menu ul li ul li a:hover,
#menu ul li ul li:hover a,
#menu ul li:hover ul li a:hover,
#menu ul li:hover ul li:hover a {	
	min-width: 128px;
	background: #B60811;
	color: #FFFFFF;
	text-decoration: none;
}



#menu ul li:hover ul li:hover {	
	background: #B60811;
	color: #FFFFFF;
	text-decoration: none;
}


#menu_2 {
	width: 100%;
	height: 43px;
	border-top: 1px #AD7E39 solid;
	position: absolute;
	top: 220px;
	left: 0;
	z-index: 0;
	background-color: #000000;
}

#menu_2 p.left {
	color: #AD7E39;
	text-transform: uppercase;
	font-size: 9px;
	padding: 15px;
}

#menu_2 p.left span {
	color: #D1AB67;
}

#menu_2 ul {
	list-style: none;
	float: left;
	display: inline;
	margin: 14px 0 0 8px;
}

#menu_2 ul li {
	float: left;
	display: inline;
	padding: 0 20px;
	border-right: 1px #2A2012 solid;
}

#menu_2 ul li.last {
	padding-right: 0;
	border: 0;
}

/*RSS*/

#rss {
	position: absolute;
	top: 191px;
	right: 9px;
}
/*INFO*/
#info {
	position: absolute;
	top: 286px;
	left: 28px;
	color: #AD7E39;
	text-transform: uppercase;
	font-size: 9px;
	width: 960px;
}
#info span {
	color: #D1AB67
}
/*CONTENT*/
#content {
	width: 677px;
	float: left;
	background-color: #FFFFFF;
	padding: 9px 7px;
	margin-right: 9px;
}
/*SCROLLER*/
#scroller {
	width: auto;
	height: 220px;
	position: relative;
	background-image: url('images/scroller_bg.jpg');
	padding: 3px 4px;
	margin-bottom: 19px;
	font-size: 9px;
}
#scroller_news {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 250px;
}
.scroller_active {
	float: right;
	width: 244px;
	background-image: url('images/arrow_big.gif');
	height: 46px;
	margin-bottom: 4px;
	padding: 3px;
}
.scroller_active img {
	margin: 17px 31px 20px 46px;
	float: left;
	display: inline;
}
.scroller_off {
	float: right;
	width: 213px;
	height: 46px;
	margin-bottom: 4px;
	background-color: #090908;
	padding: 3px;
}
.scroller_off img {
	float: left;
	margin-right: 11px;
	border: 1px #B0823E solid;
}
.scroller_p {
	margin-top: 7px;
	line-height: 17px;
	color: #FFFFFF;
	float: left;
}
.scroller_off_last {
	margin-bottom: 0;
}
.scroller_img {
	border-bottom: 1px #D0AA65 solid;
}
/*MAIN NEWS*/
#main_news {
	width: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: justify;
	line-height: 16px;
}
#main_news h2 {
	font-family: Times New Roman;
	font-size: 30px;
	color: #000000;
	margin-bottom: 10px;
	width: 420px;
	float: left;
	font-weight: normal;
	line-height: 30px;
}
.main_news_text {
	text-align: justify;
	clear: both; 
	float: left
}
/*INFORMACJE*/
#informacje {
	width: 213px;
	padding: 9px 5px;
	border: 1px #E5E5E5 solid;
	float: right;
	margin-left: 15px;
	font-size: 9px;
}
#informacje h3 {
	margin-bottom: 3px;
	margin-left: 10px;
}
.informacje_line {
	width: auto;
	border-bottom: 1px #E5E5E5 solid;
	height: 19px;
	padding: 8px 10px 0 10px;
}
.informacje_line_last {
	width: auto;
	padding: 5px 10px 0 10px;
}
.informacje_line_last .left {
	margin-top: 6px;
}
/*POZOSTALE*/
#pozostale {
	width: auto;
	border-top: 1px #E5E5E5 solid;
	padding-top: 1px;
}
.pozostale {
	float: left;
	padding: 5px;
	margin-bottom: 4px;
	font-size: 9px;
	line-height: 16px;
}
.pozostale span {
	color: #AC7C35;
}
.pozostale a {
	font-weight: bold;
}
.pozostale_img {
	border: 1px #B0823E solid;
	float: left;
	margin-right: 12px;
}
.block_1 {
	background-color: #040304;
	margin-right: 9px;
	width: 323px;
	height: 91px;
	color: #757575;
}
.block_2 {
	background-color: #040304;
	width: 323px;
	height: 91px;
	color: #757575;
}
.block_3 {
	background-color: #040304;
	margin-right: 9px;
	width: 321px;
	height: 89px;
	color: #383838;
	border: 1px #E5E5E5 solid;
	background-image: url('images/bg_white_2.jpg');
}
.block_4 {
	background-color: #040304;
	width: 321px;
	height: 89px;
	color: #383838;
	border: 1px #E5E5E5 solid;
	background-image: url('images/bg_white_2.jpg');
}
/*WYWIADY*/
#wywiady {
	width: 430px;
	padding: 10px 5px;
	border: 1px #E5E5E5 solid;
	float: left;
	margin-right: 7px;
}
.wywiad {
	width: auto;
	border-top: 1px #E5E5E5 solid;
	padding: 10px;
}
.wywiad img {
	border: 1px #B0823E solid;
	float: left;
	margin-right: 30px;
	margin-bottom: 16px;
}
.wywiad h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 4px;
}
/*MECZE*/
#mecze {
	width: 227px;
	float: left;
}
#mecze h2 {
	display: block;
	font-size: 0;
	line-height: 0;
}
.mecz {
	border: 1px #E5E5E5 solid;
	border-top: 0;
	margin-bottom: 6px;
	background: url('images/bg_white.jpg') left bottom repeat-x;
	padding-top: 11px;
	padding-bottom: 10px;
}
.mecz_logo {
	width: 105px;
	float: left;
	text-align: center;
}
.lost {
	font-size: 20px;
	color: #CE1017;
	margin-top: 7px;
}
.mecz_info_block {
	float: left;
	width: 107px;
	font-size: 9px;
}
.mecz_info_block div {
	width: 95px;
	padding: 6px;
}
.mecz_info {
	border-bottom: 1px #E5E5E5 solid; 
}
.mecz_info_2 {
	line-height: 16px;
}
.mecz_info_2 img {
	margin-top: 4px;
}
.mecz_info_3 {
	border-top: 1px #E5E5E5 solid; 
}
/*SPONSORZY*/
#sponsorzy {
	width: 691px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#sponsorzy h2 {
	background-color: #0A0A0A;
	width: auto;
	padding: 11px 19px 8px 19px;
}
#buttony {
	padding: 31px 24px;
}
#buttony img {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	display: inline;
}
/*RIGHT*/
#right {
	float: left;
	width: 300px;
	color: #FFFFFF;
	font-size: 9px;
}
/*VIDEO*/
#video {
	width: auto;
	height: 238px;
	background-image: url('images/video_bg.jpg');
	padding: 3px 4px;
	position: relative;
	clear: both;
	border-bottom: 1px #D2AB67 solid;
}
#video_kom {
	position: absolute;
	top: 214px;
	right: 12px;
}
#video_next {
	padding: 18px 0 16px 23px;
}
/*FOTO*/
#foto_header {
	border-top: 1px #2A2012 solid;
	background-color: #090909;
	padding: 16px;
	height: 20px;
}
#foto_header div.right {
	margin-top: 3px;
}
.bgRed {
	height: 8px;
	background-image: url('images/bg_red_2.jpg');
	float: left;
	width: 60px
}
.bgGold {
	height: 8px;
	background-image: url('images/bg_gold.jpg');
	float: left;
	width: 40px;
}
#foto {
	width: auto;
	height: 221px;
	background-image: url('images/video_bg.jpg');
	background-position: left bottom;
	padding: 1px;
	border-bottom: 1px #D2AB67 solid;
	margin-bottom: 9px;
}
/*KARNETY*/
#karnety {
	border-top: 1px #AE7F39 solid;
	margin-bottom: 15px;
}
/*TABELA*/
.tabela_header {
	padding: 3px 0 10px 10px;
	border-bottom: 1px #2A2012 solid;
	width: 277px;
	margin-left: 5px;
	clear: both;
}
#table {
	padding-left: 5px;
	margin-bottom: 10px;
}
#table div {
	width: 256px;
	padding: 8px 9px 5px 22px;
	text-transform: uppercase;
}
.table_line_1 {	
	height: 14px;
	border-bottom: 1px #2A2012 solid;
}
.table_line_2 {
	height: 14px;
	border-bottom: 1px #2A2012 solid;
	background-color: #070707;
}
.table_line_3 {
	height: 15px;
	background-image: url('images/bg_red.jpg');
	color: #CCA45F;
}
.table_team {
	width: 156px;
	float: left;
}
.table_games {
	width: 36px;
	float: left;
	text-align: right;
}
.table_points {
	width: 58px;
	float: left;
	text-align: right;
}
.tabela_full {
	float: right;
	margin-right: 10px;
	display: inline;
	margin-bottom: 18px;
}
/*SONDA*/
#sonda {
	padding-left: 5px;
	margin-bottom: 10px;
}
#sonda div {
	width: 238px;
	padding: 8px 9px 5px 40px;
	text-transform: uppercase;
}
.sonda_header {
	padding: 12px 24px 12px 40px;
	border-bottom: 1px #2A2012 solid;
	margin-left: 5px;
	width: 223px;
}
.sonda_opcja {
	color: #B0823E;
	width: 220px;
	float: left;
}
.sonda_arrow {
	width: 12px;
	float: left;
}
/*MENU DOL*/
#menuR {
	clear: both;
	list-style: none;
	margin-left: 5px;
	margin-top: 15px;
}
#menuR li {
	font-size: 0;
	line-height: 0;
}
/*STOPKA*/
#footer {
	width: auto;
	border-top: 1px #2A2012 solid;
	border-bottom: 1px #2A2012 solid;
	padding: 12px 18px;
	height: 16px;
	clear: both;
	color: #B0823E;
}
#footer a {
	color: #FFFFFF;
}
/*JUMP*/
#jump {
	float: right;
	margin-right: 15px;
	display: inline;
	font-family: Arial;
	padding: 10px 0;
}

.arrow {
	margin: 0 11px 0 7px;
	vertical-align: middle;
	display: inline;
}
.arrow_2 {
	margin: 0 5px;
	vertical-align: middle;
	display: inline;
}
.arrow_3 {
	margin: 0 2px;
	vertical-align: top;
	display: inline;
	padding-top: 5px;
}
.block {
	display: block;
	font-size: 0;
	line-height: 0;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.rightA {
	position: absolute;
	top: 0;
	right: 0;
}
.leftA {
	position: absolute;
	top: 0;
	left: 0;
}
.red {
	color: #CE1017;
}
.gold {
	color: #AC7E37;
}
.header {
	margin-left: 14px;
	margin-bottom: 3px;
}
.button {
	margin: 8px 0 11px 6px;
}
.small {
	font-size: 9px;
}
.upper {
	text-transform: uppercase;
}

.desc {
	padding: 16px 0 0 18px;
	text-transform: uppercase;
	font-size: 9px;
}


/*SPONSORZY*/

#sponsorzy {
	width: 989px;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin: auto;
	margin-top: 15px;
	border-bottom: 3px solid #AB7B34;
}

#sponsorzy2 {
	width: 989px;
	float: left;
	background-color: #0A0A0A;
	margin-bottom: 5px;
	margin: auto;
	margin-top: 15px;
	border-bottom: 3px solid #AB7B34;
}

#sponsorzy h2 {
	background-color: #0A0A0A;
	width: auto;
	padding: 11px 19px 8px 19px;
}

#buttony {
	padding: 10px 44px;
	margin: auto;
	text-align: center;
}

#buttony img {
	float: none;
	margin-right: 12px;
	margin-left: 12px;
	display: inline;
}

