@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;	
}
body {
	font-size: 72%;
	font-family: Tahoma, Verdana, Times New Roman, Arial, sans-serif;
	text-align: left;
	color: #333;		 
	/*color: #25506B; */
	line-height: 130%;	
	background: url('../img/bg_top.gif') top left repeat-x;
	background-color: #FFF;
}
body.sub {		
	background: url('../img/bg_top_sub.gif') top left repeat-x;	
}

h1 {
	color: #25506B;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 20px;
	
	line-height: 1em;
}
* html h1 {
	padding-top: 10px;	
	padding-bottom: 20px;	
}
.clearfix h1.fleft{
	width: 575px;	
	margin-top:18px;
}
h2 {
	color: #25506B;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h2.title {
	color: #BC121D;
	margin-bottom: 4px;	
}
div.text p {
	margin-bottom: 1em;
	font-size: 12px;
}
div.text ul, div.text ul li {
	list-style: disc;
	list-style-type: disc;
	font-size: 12px;
}
div.text ul li, div.text ol li {
	margin-left: 20px;
	margin-bottom: 5px;
}
div.text ul.big li, div.text ol.big li {
	margin-left: 20px;
	margin-bottom: 6px;
	line-height: 1.2em;
	font-size: 1.2em;
}
div.text ul, div.text ol {
	margin-bottom: 10px;
}
.error-message {
	color: #BC121D;	
}

/** UKŁAD STRONY ***/
div#page_wrapper {
	width: 980px;
	margin: 0px auto;
}
div#header{			
	position: relative;
	/*background: url('../img/header_10.jpg') top left no-repeat ; */
	background-position: -15px 0px ;	
	width: 980px;	
	height: 168px;
	margin: 0px auto;
}
div.head1 { background: url('../img/header_01.jpg') top left no-repeat ; }
div.head2 { background: url('../img/header_02.jpg') top left no-repeat ; }
div.head3 { background: url('../img/header_03.jpg') top left no-repeat ; }
div.head4 { background: url('../img/header_04.jpg') top left no-repeat ; }
div.head5 { background: url('../img/header_05.jpg') top left no-repeat ; }
div.head6 { background: url('../img/header_06.jpg') top left no-repeat ; }
div.head7 { background: url('../img/header_07.jpg') top left no-repeat ; }
div.head8 { background: url('../img/header_08.jpg') top left no-repeat ; }
div.head9 { background: url('../img/header_09.jpg') top left no-repeat ; }
div.head10 { background: url('../img/header_10.jpg') top left no-repeat ; }

body.sub div#header{	
	height: 200px;
}	
a#logo {
	display: block;
	width: 247px;
	height: 97px;
	position: absolute;
	top: 5px;
}

div#container{
	/*padding-top: 10px; */
}
div#column_left{
	float: left;
	display: inline;
	width: 630px;	
	padding-top: 10px;	
}
div#column_right{
	float: right; 
	display: inline;
	width: 346px;
	padding-left: 4px;
}

div#footer {
	/*background: url('../img/footer_bg.jpg') top center no-repeat;*/
	border-top: 1px solid #B6B6B6;
	padding-top: 36px;
	margin-top: 10px;
	margin-bottom: 100px;
	font-size: 0.9em;
	color: #aaa;
	position: relative;	
}

div#footer a {
	color: #aaa;
}
p#footer_left {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 420px;
	text-align: left;
	background: transparent;	
}
p#footer_right {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 580px;
	text-align: right;
	background: transparent;
}
.main_news{
	background: url('../img/big_main_news_bg.jpg') bottom center no-repeat;
	width: 615px;
	padding: 13px 5px 0px 10px;
	min-height: 273px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
* html .main_news {
	height: 130px;
}
div.main_news div.news_box{
	width: 195px;
	margin-right: 10px;	 
}
div.main_box {
	margin-bottom: 25px;
}
p.title {
	font-size: 1.1em;
}
p.title, p.title a {
	color: #BC121D;
	font-weight: bold;
}
div.main_cloud {
	width: 276px;
	height: 100px;
	padding: 14px 14px 0px;
	margin-right: 10px;
	background: url('../img/forum_cloud.jpg') top center no-repeat;
}
div.main_cloud a {
	color: #444;	
}
                  
div.main_cloud div {
	height: 54px;
}
a.read_more {
	/*color: #25708f;*/
	
	float: right;
}


/*** MENU i SUBMENU ******/
div#main_menu {
	position: absolute;
	top: 132px;
	left: 0px;
	height: 36px;
}
div#main_menu a {
	color: #25506B;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	padding-top: 10px;
	height: 26px;
	float: left;
	margin-right: 60px;
}
div#main_menu a:hover, div#main_menu a.selected {	
	background: url('../img/dziob.gif') bottom center no-repeat;	
}
div#apla {
	width: 100%;
	padding-bottom: 12px;
	background: url('../img/bg_top_gradient.gif') #2C5674 bottom left repeat-x;
	margin-bottom: 10px;
}
ul#submenu_list {	
	width: 980px;
	margin: 0px auto;
}
ul#submenu_list li {
	float: left;
	display: inline;
	margin-right: 40px;
	margin-top: 6px;
}
ul#submenu_list li a {
	color: #fff;		
	text-decoration: none;
	font-size:1.1em;
}
ul#submenu_list li a:hover {	
	text-decoration: underline;
}
ul#submenu_list li a.selected {	
	font-weight: bold;
}

/* Search */
div#search_box {
	background:transparent url(../img/search_bg.gif) no-repeat scroll left top;
	height:22px;
	width: 175px;
	position: absolute;
	top: 139px;
	right: 10px;
}
div#search_box input {	
	float: left;
	display: inline;
}
div#search_box input#search_word {
	font-size: 11px;
	margin: 6px 0 0 10px;
	width: 119px;
	padding-right: 1px;
	border: none;
	background: none;	
	text-align: right;
}
div#search_box input#search_btn {	
	margin-left: 13px;
	width: 27px;
	height: 22px;
}
a#forum_adv_search {
	position: absolute;
	bottom: 12px;
	right: 10px;	
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
a#forum_adv_search:hover {
	text-decoration: underline;
}
                          

/*** HEADERS *****/
.img_header {
	margin-bottom: 30px;
	margin-top: 10px;
	text-indent: -9999px;
}
.no_margin {
	margin-bottom: 10px;
}
.h_main {
	background: url('../img/headers/h_main.jpg') top center no-repeat;
	width: 609px;
	height: 192px;	
}
.h_trainers {
	background: url('../img/headers/h_trenerzy.gif') top center no-repeat;
	width: 411px;
	height: 24px;	
}
.h_forum {
	background: url('../img/headers/h_forum.gif') top center no-repeat;
	width: 369px;
	height: 27px;	
}
.h_articles {
	background: url('../img/headers/h_artykuly.gif') top center no-repeat;
	width: 105px;
	height: 27px;	
}


/** FORMULARZ REZERWACJI I KONTAKTOWY  ****/
div#reservation_form div.input, div#reservation_form select {
	margin-bottom: 10px;
}
div#reservation_form input.input_text{
	width: 320px;
	border: 1px solid #25506B;
	padding: 2px;
	margin-left: 66px;
}
div#reservation_form select {
	width: 306px;
	border: 1px solid #25506B;
	padding-left: 2px;
}
div#reservation_form label {
	width: 100px;
	text-align: right;
	float: left;
	display: inline;
	margin-right: 5px;
}
div#reservation_form div.error-message, div#reservation_form div.submit {
	margin-left: 105px;
}
div#reservation_form textarea{
	width: 320px;
	border: 1px solid #25506B;
	height: 150px;
	padding: 2px;
	margin-left: 66px;
}


/***** HARMONOGRAM  ******/
div#calendar_big_holder{
	width: 959px;
	min-height: 602px;
	margin: 0px auto;
	background: url('../img/big_top.jpg') top center no-repeat;
}
div#calendar_bg{
	width: 959px;
	background: url('../img/cal_big_bg.gif') repeat-y;	
}
div#calendar_bottom{
	width: 959px;
	height: 32px;
	background: url('../img/cal_big_bottom.gif') no-repeat;	
}

table#calendar_big {	
	margin-left: 21px;
	margin-top: 17px;
	width: 917px;	
}
table#calendar_big th{
	width: 132px; /* dla IE szerokość TH ustalam na 122 + 2 paddingi po 5 px (dla TD) */
	font-weight: bold;
	text-align: center;
	height: 45px;
}
table#calendar_big td{
	height: 106px;
	width: 122px;
	padding: 5px;	
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;	
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	color: #25506B;	 	
}
table#calendar_big td p {
	margin-bottom: 0px;
}
table#calendar_big td div.event_holder{
	margin-top: 5px;
}
table#calendar_big td div.event_holder img{
	margin-bottom: 3px;
}
table#calendar_big td p.event {
	color: #BC121D;
	font-size: 10px;
	line-height: 10px;		
	width: 94px;
}
table#calendar_big td p.event a {
	color: #BC121D;
	text-decoration: underline;
}                            
table#calendar_big td span.number {
	font-size: 1.5em;
	font-weight: bold;
	float: right;
	display: inline;
}
div.schedule {
	position: relative;
}
div.schedule form select, div.schedule form input{
	float: left;
	display: inline;
	margin-right: 5px;
}
table#calendar_big th.calendar_bigbar {
	text-align: center;
	color: #444;
	font-size: 2em;
	width: 100%;; /* suma szerkości 7 komórek + 7 paddingów po 5 px i 6 borderów prawych po 1px = 930px */
}
table#calendar_big th.calendar_bigbar a {
	color: #444;		
}

table#calendar_big td.sunday span.number {
	color: #BC121D;	
}
table#calendar_big td.sunday {
	border-right: none;
}
div#schedule_form {
	margin-left: 20px;
}
table#calendar_big tr#day_names th {
	color: #BC121D;
}

/* MAŁY HARMONOGRAM W PRAWEJ KOLUMNIE  */

div#calendar_small_holder{
	width: 346px;
	margin: 0px auto 10px;
	background: url('../img/cal_small_bg.gif') top center repeat-y;
	text-align: left; /* bez tego tabela przesunięta w IE 	*/
	position: relative;
}
div#calendar_small_top {
	width: 346px;
	background: url('../img/top.gif') top center no-repeat;
}
div#calendar_small_bottom {
	width: 346px;
	height: 32px;
	background: url('../img/cal_small_bottom.gif') bottom center no-repeat;	
}
table#calendar_small {	
	padding-left: 37px;
	padding-top: 40px;	
	width: 300px;	
}
* html table#calendar_small {
	margin-top: 40px;
	margin-left: 37px;
	width: 275px;
	
}
table#calendar_small th{
	width: 40px;
	font-weight: bold;
	text-align: center;
	height: 15px;
}
table#calendar_small td{
	width: 30px;	
	height: 30px;

	position: relative;
		
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;	
	color: #25506B;	 	
}
table#calendar_small td p {
	margin-bottom: 0px;
}
table#calendar_small td div.event_holder{
	margin-top: 5px;
}
table#calendar_small td div.event_holder img{
	margin-bottom: 3px;
}                            
table#calendar_small td span.number {
	font-size: 1.3em;
	font-weight: bold;
	float: right;
	display: inline;
	margin-right: 5px;
}
table#calendar_small th.calendar_smallbar {
	height: 30px;	
	width: 100%;
	/* komórka ma colspan =7, w IE nie łapie szerokości */
}
table#calendar_small th.calendar_smallbar a {
	color: #444;
	font-size: 1.5em;
}
table#calendar_small td.sunday span.number {
	color: #BC121D;	
}
table#calendar_small td.sunday {
	border-right: none;
}
table#calendar_small td.selected {
	background: url('../img/cal_selected.gif') right top no-repeat; 

}
table#calendar_small tr#day_names th {
	color: #BC121D;
	padding: 5px 0px;
}
#calendar_loader{
	background: url('../img/ajax-loader.gif') center no-repeat;
	width: 346px;
	height: 263px;
	position: absolute;	
	display: none;
}

/* trenerzy i konsultanci */
div.trainer_box {
	width: 82px; /* zdjęcie ma 80px szerokości + ramka 1px  */
	text-align: center;
	margin-right: 23px;
	margin-bottom: 10px;
	/*height: 114px;*/
}
p.right_col_head {
	margin-bottom: 5px;
	border-bottom: 1px solid #B6B6B6;
}
div.righ_col_box {
	width: 300px;
	margin-left: 25px;
}
div#trainers_box a, div.trainer_box a, div#articles_box a {
	color: #444;	
}
div#trainers_box ul li {
	float: left;
	display: inline;
	width: 300px;
	padding-right: 10px;	
}
div#trainers_box a.selected, div#articles_box a.selected {
	color: #BC121D;
	font-weight: bold;
}
div#trainers_box ul li, div#articles_box ul li {
	margin-bottom: 5px;
}
a.redlink {
	color: #BC121D;	
}
div#trainers_box a:hover {	
	text-decoration: underline;
}
div#trainer_img {
	width: 120px; 
	float: left;
	display: inline; 
	margin-bottom: 5px;
	text-align: center;
}
div#trainer_info p {
	text-align: justify;
}
                   
/* ARTYKUŁY */
div#article_img {
	width: 180px; 
	float: left;
	display: inline; 
	margin-bottom: 5px;
	margin-right: 5px;
}
img.article_thumb {
	margin-top: 5px;
	margin-right: 8px;	
}                   
div.news_home_div {
	margin-bottom: 10px;
}
div.article_thumb {
	width: 90px; 
	float: left;
	display: inline; 
	margin-bottom: 5px;
}
div.articles_list {
	margin-bottom: 10px;
}

/* REKOMENDACJE */
.recomendation_table td{
	padding: 10px;
	width: 120px;
	text-align: center;	
	vertical-align: middle;
}
.recommendation_big{
	margin: 20px 0px;	
}

/* MAPA SERWISU */
div.mapaSerwisuColumn {	
	padding:10px 20px 10px 0px;
	width:290px;
}



/* KLASY POMOCNICZE - OGÓLNE DLA CAŁEGO SERWISU */
img {
	border: none;
}
.border {
	border: 1px solid #ECF6F4;
}
.fleft {
	float: left;
	display: inline;
}
.fright {
	float: right;
	display: inline;
}
#breadcrumb  {	
	font-size: 1.1em;
	color: #aaa;	    
    padding: 5px 0px;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 10px;		
	float: left;
	display: inline;
}
.bread_long{
	width: 100%;	
}
.bread_short{
	width: 630px;	
}
#breadcrumb a  {
	color: #aaa;
	font-size: 1.0em;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
a {
	text-decoration: none;
	color: #BC121D;
}
a:hover {
	text-decoration: underline;		
}
a:visited, a:active {
	outline: none;
}
/****** OTHER  ****/
ul, ul li {
	list-style: none;
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}
/* PAGING */
.paging, .paging a {
	text-align: center;
	font-size: 0.9em;
	font-family: tahoma, verdana;
}
.paging span {
	 display: inline-block;	 
	 height: 18px;
	 color: #fff;	  
	 padding: 0px 5px;	 
}
.paging span.current {
	background-color: 	#BC121D;
}
.paging a {
	color: #BC121D;
	font-weight: bold;		
}
.paging span a {
	color: #777;
	font-weight: normal;		
}
.paging div.disabled {
	color: #ccc;	
	display: inline;
	font-size: 0.9em;
}
.flash_info, .flash_success {	
	/*background-color: #7bc10d;		
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;		
	padding: 3px 5px;*/
	background-color:#E6FFE6;
	border:1px solid #62A762;
	margin-bottom: 10px;
	padding:8px;
}
.flash_error {
	background-color:#FFD1D1;
	background-image:url(../img/cms/dialog-warning.png);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border:1px solid #A76262;
	color:#000000;
	padding:24px 8px 24px 64px;
	margin-bottom: 10px;
}
.hide {
	display: none;
}
.date {
	color: #666;
	font-size: 0.9em;
}
h2 span.date {
	font-size: 11px;
}
/* CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.hide {
	display: none;
}


.cake-sql-log {
	border-top: 1px solid #ddd;
	width: 100%;	
	margin-top: 20px;
}
.cake-sql-log td {
	text-align: left;
	padding-bottom: 10px;
}

.pojekty_doradcze ul li{
	list-style: disc;
	margin-left: 25px;
}
.pojekty_doradcze ul {
	margin-bottom: 10px;
}
.pojekty_doradcze h3{
	margin-bottom: 10px;
}
.project_footer{
	margin: 10px 0px;
}
.project_footer p{
	margin-top: 5px;
}
.project_footer a{
	font-size: 12px;	
}

.search_list{
	margin: 0px 0px 10px 0px;
}
.margin-top{
	margin-top:20px;
}
.contact_left{
	width: 210px;
}
.contact_right{
	width: 400px;
	margin: 10px 0 0 5px;
}
.day_link{
	display:block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 34px;
	height: 26px;
}	
* html .day_link{
	left: -5px;	
}
.day_link span.number{
	cursor: pointer;	
}
.application_input{
	width: 250px;
}
.schedule_link{
	display: block;
	position: absolute;
	width: 127px;
	height: 20px;
	left: 103px;
	top: 27px;
	text-indent: -9999em;
	overflow: hidden;
}



#year_schedule{
	margin-left: 30px;	
}

#year_schedule td{
	text-align: center;	
	height: 20px;
	vertical-align: bottom;
}

#year_schedule .month{
	font-size: 1.3em;
	height: 25px;
	color: #25506B;
	text-align: left;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
}
#year_schedule .short{
	width: 100px;
	text-align: center;
	border-bottom: 1px solid #B6B6B6;	
}
#year_schedule .long{
	width: 300px;
	text-align: center;
	border-bottom: 1px solid #B6B6B6;	
}




div#contact_from div.input, div#reservation_form select {
	margin-bottom: 10px;
}
div#contact_from input.input_text{
	width: 320px;
	border: 1px solid #25506B;
	padding: 2px;
	margin-left: 66px;
}
div#contact_from select {
	width: 306px;
	border: 1px solid #25506B;
	padding-left: 2px;
}
div#contact_from label {
	width: 100px;
	text-align: right;
	float: left;
	display: inline;
	margin-right: 5px;
}
div#contact_from div.error-message, div#contact_from div.submit {
	margin-left: 67px;
}
div#contact_from textarea{
	width: 320px;
	border: 1px solid #25506B;
	height: 150px;
	padding: 2px;
	margin-left: 66px;
}
.select_div{
	position: relative;	
	padding: 5px;
}
/** formularz zapisywania się do newslettera **/
div#newsletter_form {
	width: 275px;	
	height: 143px;
	background: url('../img/form_bg.gif') top center no-repeat;	
	margin: 5px 0px 5px 17px;
	padding: 5px 20px;
}
div#newsletter_form form{
	text-align: left;
	width: 175px;
}
div#newsletter_form h2 {
	margin-bottom: 5px;
}
div#newsletter_form form input.input_text {
	border: 1px solid #25506B;	
	padding:1px;	
	width: 160px;	
	height: 14px;
	margin-bottom: 5px;
	font-size: 0.9em;
}
div#newsletter_form form label {
	display: block;
	text-align: left;
}
div#news_form_style{
	width: 100px; 
	padding-top:5px;
}

div#home_video {	
	margin: 0px auto 20px;	 
}
.h1_size{
	color:#25506B;
	font-size:2.4em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:20px;
}
