*{
	margin: 0;
	padding: 0;
}
body{
	font-family: arial,Helvetica,sans-serif;
	background-color: #f4f4f4;
	color:#28333e;
	font-size:12px;
}
img{
	border: 0 none;
}
a{
	text-decoration: underline;
	color: #00a9c6;
}
a:hover{
	text-decoration: none;
}
h1{
	font: bold 24px verdana;
	color: #28333e;
	padding: 10px 0 15px;
}
h2{
	font: bold 14px arial;
}
h3{

}
h4{
	font: bold 12px tahoma;
}
h5{

}

ul{
	list-style-type: none;
}
ul li{
	list-style-type: none;
	background: url(../img/layout/li.gif) 0 12px no-repeat;
}
li{
	padding: 8px 0 0 13px;
}
ol li{
	margin-left: 20px;
}
p{
	text-align: justify;
	padding: 10px  5px;
}

.clear{
	clear: both;
}
.hidden{
	display: none;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.body{
	text-align: center;
	background: #d3d3d3 url(../img/layout/body-bg.gif) top center repeat-y;
}
.gradient{
	background: #f4f4f4 url(../img/layout/gradient-bg.gif) repeat-x;
}
.main{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.sub{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.head{
	height: 137px;
	border-bottom: #00a9c6 1px solid;
}
.head .cycle{
	height: 35px;
	width: 600px;
	overflow: hidden;
	background-color: transparent;
}
.head .cycle div{
	background-color: transparent;
	height: 35px;
	width: 600px;
}
.head h1{
	background-color: transparent;
	text-align: center;
	font: bold 24px verdana;
	color: #00a9c6;
	padding: 6px 0 0 0; 
}
.head a.logo1{
	display: block;
	padding: 8px 0 0;
	margin: 0px 0px 0px 77px;
	width: 121px;
	float: left;
}
.head a.logo2{
	display: block;
	padding: 8px 0 0;
	margin: 0;
	width: 313px;
	float: left;
}
.menu{
	padding: 7px 0;
	owerflow: hidden;
	position: relative;
	clear: both;
}
.menu ul{
	list-style-type: none;
	display: block;
}
.menu ul li{
	float: left;
	display: block;
	height: 34px;
	padding: 0px 2px 0 0;
	width: auto !important;
	width: 30px;
	white-space: nowrap;
	list-style-image: none;
	background: url(../img/layout/menu-li.gif) top right no-repeat;
}
.menu ul li span{
	padding: 0 0 0 2px;
	margin: 0 0px 0 4px;
	display: block;
	background: url(../img/layout/menu-li-span.gif) top left no-repeat;
	
}
.menu ul li span a{
	text-decoration: none;
	display: block;
	height: 24px;
	color: #fff;
	padding: 8px 2px 2px;
	font: bold 14px tahoma;
	background-color: #71777f;
}

.menu ul li.hover, .menu ul li.selected{
	background: url(../img/layout/menu-li-hover.gif) top right no-repeat;
}
.menu ul li.hover span, .menu ul li.selected span{
	background: url(../img/layout/menu-li-span-hover.gif) top left no-repeat;
}
.menu ul li.hover span a, .menu ul li.selected span a{
	background-color: #00a9c6;
}



.submenu{
	padding: 0px 0 7px;
	owerflow: hidden;
	position: relative;
	clear: both;
}
.submenu ul{
	list-style-type: none;
	display: block;
}
.submenu ul li{
	float: left;
	display: block;
	height: 24px;
	padding: 0px 2px 0 0;
	width: auto !important;
	width: 30px;
	white-space: nowrap;
	list-style-image: none;
	background: url(../img/layout/submenu-li.gif) top right no-repeat;
}
.submenu ul li span{
	padding: 0 0 0 2px;
	margin: 0 0px 0 5px;
	display: block;
	background: url(../img/layout/submenu-li-span.gif) top left no-repeat;
	
}
.submenu ul li span a{
	text-decoration: none;
	display: block;
	height: 12px;
	color: #fff;
	padding: 5px 4px 7px !important;
	padding: 5px 4px 5px;
	font: bold 12px tahoma;
	background-color: #71777f;
}

.submenu ul li.hover, .submenu ul li.selected{
	background: url(../img/layout/submenu-li-hover.gif) top right no-repeat;
}
.submenu ul li.hover span, .submenu ul li.selected span{
	background: url(../img/layout/submenu-li-span-hover.gif) top left no-repeat;
}
.submenu ul li.hover span a, .submenu ul li.selected span a{
	background-color: #00a9c6;
}


.home{
	height: 278px;
	margin: 67px 0 0;
	padding: 0 0 50px;
	background: url(../img/layout/home.jpg) top left no-repeat;
	position: relative;
}
.home h1{
	color: #3c82b4;
	font: bold 28px verdana;
	display: block;
	position: absolute;
	top: 250px;
	left: 20px;
}


.page{
	background: #fff url(../img/layout/page-bg.jpg) top left no-repeat;
	padding: 10px 15px 45px;
}
.content{
	padding: 0px 0px 20px;
}
.ban{
	width: 120px;
	float: right;
}
.ban2{
	text-align: center;
}
.b{
	padding: 3px 0;
}
.left{
	float: left;
	width: 275px;
	border-right: #00a9c6 1px solid;
	padding: 10px 10px 10px 0px;
}
.right{
	float: right;
	width: 274px;
	padding: 10px 0px 10px 10px;
}


.foot{
	height: 87px;
	border-top: #00a9c6 1px solid;
	background-color: #d3d3d3;
}
.foot .sub{
	height: 87px;
	background-color: #cfcfcf;
	text-align: center;
}
.foot ul{
	display: block;
	text-align: center;
	padding: 13px 0 28px;
}
.foot ul li{
	background: none;
	display: inline;
	padding: 0 6px;
}
.foot ul li a{
	color: #017f94;
	font: 12px verdana;
}
.foot .txt_foot1{
	color: #71777f;
	text-decoration: none;
	margin: 0 10px;
	float: left;
}
.foot .txt_foot2{
	margin: 0 10px;
	float: right;
}
.foot .powered{
	color: #71777f;
	text-decoration: none;
}

/********** @Mapa google **************/
#maps{
	width: 400px;
	height: 300px;
	border: 1px solid #CCD5DB;
	background-color: #E2E9ED;
}
/**************************************/

/********** @Formularz **************/
.line{
	margin: 0px 0 12px 0;
}
.input{
	clear: both;
}
.input{
	position: relative;
}
.input-text{
	height: 19px;
	border: #82b5be 1px solid;
	padding: 4px 5px 1px;
	font-size:14px;
	color: #aebfc8;
	font-family: verdana;
}
.input-textarea{
	border: #82b5be 1px solid;
	position:relative;
	padding: 1px 5px;
	font-size: 14px;
	height: 136px;
	color: #aebfc8;
	font-family: verdana;
	overflow-y: auto;
}
.error{
	display:none;
	color: #e11a22;
	font-size:11px;
	margin: 0 0 5px 135px;
}
.alert_row .error{
	display:block;
}
.required{
	color: #06649E;
	margin: 5px 0 5px 3px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
}
.left .required{
	position: relative;
	left: -15px;
	margin: 1px 0 5px 0px;
}
.legend{
	text-align: right;
	font-family: 'times';
	font-style: italic;
}
.legend .required{
	position: static;
}
.button{
	display: block;
	height: 24px;
	padding: 0px 0px 0 2px;
	list-style-image: none;
	background: url(../img/layout/button.gif) top left no-repeat;
}
.button input{
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 4px 8px 4px 6px;
	font: bold 12px tahoma;
	background: url(../img/layout/button-input.gif) top right no-repeat;
	border: 0 none;
	cursor: pointer;
	width: 126px;
}
.button.hover{
	background: url(../img/layout/button-hover.gif) top left no-repeat;
}
.button.hover input{
	background: url(../img/layout/button-input-hover.gif) top right no-repeat;
}
/**************************************/

.left .line{
	text-align: right;
}
.left .required{
	left: 2px;
}
#contacts_form .input-text, #contacts_form .input-textarea{
	width:230px;
}
#contacts_form .control{
	margin-left: 170px;
	width: 220px;
	text-align: right;
}
#contacts_form .button{
	margin-top: 5px;
}


/********** @Kupon **************/
.kupon{
	font-family: verdana;
	margin: 0 0 50px;
}
.kupon .top{
	background: url(../img/layout/kupon-top.gif) top left no-repeat;
	height: 2px;
	line-height:2px;
	overflow: hidden; 
}
.kupon .head{
	height: 50px;
	border-color: #28333e;
	border-style: solid;
	border-width: 0 1px 2px;
	background-color: #00a9c6;
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
}
.kupon .head .k_left{
	float: left;
	width: 250px;
	padding: 3px 0 3px 20px;
}
.kupon .head .k_left .label{
	float: left;
	width: 140px;
}
.kupon .head .k_right{
	float: right;
	width: 120px;
	padding: 3px 20px 3px 0px;
}
.kupon .head .k_right .label{
	float: left;
	width: 70px;
}
.kupon .head .value{
	float: left;
}
.kupon table{
	border-color: #28333e;
	border-style: solid;
	border-width: 0 1px 0px;
	width: 100%;
}
.kupon thead {
	background-color: #b8bec0;
	font-size: 14px;
}
.kupon td{
	height: 28px;
	padding: 0 5px;
}
.kupon tbody td{
	border-top: #b8bec0 1px solid;
}
.kupon table .ico{
	width: 20px;
	text-align: center;
}
.kupon table .data{
	width: 50px;
}
.kupon table .typ{
	width: 40px;
	text-align: center;
}
.kupon table .kurs{
	width: 40px;
	text-align: center;
}
.kupon .before_bottom{
	height: 5px;
	line-height:5px;
	overflow: hidden; 
	border-color: #28333e;
	border-style: solid;
	border-width: 0 1px 0px;
	background-color: #00a9c6;
}
.kupon .bottom{
	background: url(../img/layout/kupon-bottom.gif) top left no-repeat;
	height: 2px;
	line-height:2px;
	overflow: hidden; 
}





/********** @Livescore **************/
.link{
	text-align: right;
	font-size: 11px;
	font-family: tahoma;
	padding: 0 10px;
}
.link a{
	color: #cc0000;
}





/********** @Archiwum **************/
.archiwum{
	text-align: center;
}
.archiwum ul{
	text-align: left;
	padding: 10px 0 10px 105px; 
}
.archiwum ul li a{
	color:#28333e;
}


/*********** @Gateway **************/
.gateway .sms{
	width: 100%;
}
.gateway .sms td{
	vertical-align: top;
}
.gateway .sms .input-text{
	width: 70px;
	font-size: 13px;
	padding: 2px 5px 0px;
	color: #505d62;
}
.gateway .sms .button{
	margin-left: 0px;
}
.gateway .sms .button input{
	width: 60px;
	height: 24px;
}
.kody{
	width: 260px;
	margin: 15px 0;
}
.kody thead td{
	font-weight: bold;
}
.kody td{
	text-align: center;
}




/*********** @PDF **************/
.pdf{
	padding: 15px;
}
.pdf table{
	border-collapse: collapse;
}
.pdf th{
	font-size: 13px;
	background-color: #00a9c6;
}
.pdf td, .pdf th{
	border: #28333e 1px solid;
	vertical-align: top;
	text-align: center;
	padding: 4px 6px;
}
.pdf span.wygrana{
	color: #006e05;
}
.pdf span.strata{
	color: #ce0404;
}
.pdf .tlo0 .gospodarze, .pdf .tlo0 .goscie, .pdf .tlo0 .data_w, .pdf .tlo0 .typowanie, .pdf .tlo0 .wynik, .pdf .tlo0 .kurs{
	background-color: #cedfe5;
}
.pdf .tlo1 .gospodarze, .pdf .tlo1 .goscie, .pdf .tlo1 .data_w, .pdf .tlo1 .typowanie, .pdf .tlo1 .wynik, .pdf .tlo1 .kurs{
	background-color: #dde0e1;
}