html {
	margin: 0;
	padding: 0;
}	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:21px;
	font-size:15px;
	background: #fff url(img/body_bg.jpg) top center repeat-y; 
	margin: 0; 
	padding: 0;
	color:#fff;
}
hr {
	background-color:#d6ae67;
	color:#d6ae67;
	border-color:#d6ae67;
}
.clr {
	clear:both;
}
/* ~~ Resetujemy stuff ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
/* ~~ Kolorowanie linków i inne ~~ */
a:link {
	color: #616868;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#d6ae67;
	text-decoration: none;
}
a.xbutton {
	background-color:#d6ae67;
	font-size:13px;
	color:#000;
	border:2px #fff solid;
	cursor:pointer;
	width:90px;
	display:block;
	text-align:center;
}
a.xbutton_spa {
	background-color:#d6ae67;
	font-size:13px;
	color:#000;
	border:2px #fff solid;
	cursor:pointer;
	width:90px;
	float:left;
	margin-right:10px;
	display:block;
	text-align:center;
}
a.xbutton2 {
	background-color:#d6ae67;
	font-size:13px;
	color:#000;
	border:2px #fff solid;
	cursor:pointer;
	width:180px;
	display:block;
	text-align:center;
	float:right;
}
a.xbutton_r {
	background-color:#d6ae67;
	font-size:13px;
	color:#000;
	border:2px #fff solid;
	cursor:pointer;
	width:90px;
	display:block;
	text-align:center;
	float:right;
	margin-right:50px;
}
input.xbutton {
	background-color:#d6ae67;
	font-size:13px;
	color:#000;
	border:2px #fff solid;
	cursor:pointer;
	width:90px;
	display:block;
	text-align:center;
	float:right;
	margin-right:50px;
}
.dynks {
	text-align:center;
	margin:40px 0;
}
sup {
	vertical-align: top;
}
.footnote {
	font-size:10px;
}
.offer {
	color:#d6ae67;
	font-size:18px;
	font-weight:bold;
}
hr.gold {
	margin:0 0 0 50px;
}
/* ~~ Formularz ~~ */
fieldset {
    border: none;
    padding: 0;
}		
label {
    display: block;
    width: 100px;
    float: left;
	background-color:#a9a7a2;
	text-align:right;
	padding-right:6px;
	margin-right:10px;
}
input, textarea {
    display: block;
    float: left;
}
div.formul {
    overflow: hidden;
    clear: both;
    margin-bottom: 0.5em;
}

div.formularz{
	padding:0 0 0 50px;
}
/* ~~~ glowne layery ~~~ */
#main {
	border-left:5px #fff solid;
	border-right:5px #fff solid;
	border-bottom:5px #fff solid;
	background-color:#000;
}
#main h1 {}
#container { 
	margin: auto;
	width:1010px;
	position:relative;
}
.header {
	background:url(img/head.png) no-repeat top center;
	width:1000px;
	height:206px;
	overflow:hidden;
}
/* ~~~ mainmenu ~~~ */
.mainmenu {
	background-color:#231f20;
	font-size:11px;
	line-height:11px;
	width:100%;
	border-top:3px #fff solid;
	border-bottom:3px #fff solid;
	float:left;
	height:30px;
}
#mmenu_holder {
	width:940px;
	margin:0 auto;
	text-align:center;
}
.mainmenu ul {
	padding:10px 0;
	margin:0;
}
.mainmenu li {
	padding-right:12px;
	list-style:none;
	float:left;
}
.mainmenu li a {
	text-decoration:none;
	display:inline-block;
	padding:1px 3px 1px 3px;
}
.mainmenu li.sel {
	color:#d6ae67;
}
.mainmenu ul a {
	text-decoration:none;
}

/* ~~~ sidebar ~~~ */
.sidebar {
	float: left;
	width:497px;
	background-color:#000;
}
#main h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	text-align:center;
	margin-top:55px;
	margin-bottom:25px;
	font-weight:normal;
}

.sidebar h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	text-align:center;
	margin-top:55px;
	margin-bottom:25px;
	font-weight:normal;
}
.sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	margin:0 0 15px 36px;
	font-weight:normal;
}
.sidebar p {
	padding:0 50px;
	text-align:justify;
}
.forma {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	padding:0 0 0 50px;
}
.forma_nopad {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	padding:0;
}
span.bigbig {
	font-size:32px;
}
.sidebar ul {
	padding:0 65px;
}
/* ~~~ content ~~~ */
.content {
	width:497px;
	float:left;
	background-color:#000;
	border-left:3px #fff solid;
	z-index:0;
	
}
.content div {z-index:-1; position:absolute;}
.content img {
	border-bottom:3px #fff solid;
}
#flashobj {
	border-bottom:3px #fff solid;
}

img.last {
	border-bottom:5px #fff solid;
}
hr.gold {
	margin:35px 50px;
}

/* ~~~ kontakt ~~~ */
.content_nob {
	width:497px;
	float:left;
	background-color:#000;
}
hr.gold_l {
	margin:0px 0 0 50px;
}
hr.gold_r {
	margin:0px 50px 0 0;
}
.leftside {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	margin:65px 0 5px 0;
	font-weight:normal;
	text-align:left;
}
div.mapka {
	margin-left:15px;
}
.person {
	margin-bottom:30px;
}
span.codedirection {
	direction:rtl;
	unicode-bidi:bidi-override;
}

/* ~~~ homepage ~~~ */
#nowosci {
	background-image:url(img/nowosci_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:170px;
	border-bottom:3px #fff solid;
}
#nowosci h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#000;
	padding:30px 0 0 20px;
}
#nowosci p {
	color:#000;
	width:70%;
	padding-left:20px;
}
#fitness {
	float:left;
	background-image:url(img/fitness_h.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:217px;
	border-right:3px #fff solid;	
}
#trening {
	float:left;
	background-image:url(img/trening_h.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:217px;
	border-right:4px #fff solid;	
}
#spa {
	float:left;
	background-image:url(img/spa_h.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:217px;
}
.hp_text {
	background-color:#dcdad3;
	color:#000;
	width:291px;
	float:left;
	padding:0 20px 20px 20px;
	border-right:3px #fff solid;
	border-bottom:5px #fff solid;		
}
.hp_text_last {
	background-color:#dcdad3;
	color:#000;
	width:291px;
	float:left;
	padding:0 20px 20px 20px;
	border-left:1px #fff solid;
	border-bottom:5px #fff solid;		
}

/* ~~~ aktualnosci ~~~ */
#aktualnosci {
	padding:0 50px 30px 50px;
}
#aktualnosci h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	margin:65px 0 5px 0;
	font-weight:normal;
	padding:0 0 0 50px;
}

#aktualnosci hr.gold_f {
	margin:50px 0 20px 0;
}
#aktualnosci img {
	border:1px #fff solid;
	padding:0;
	margin:0 5px 0 0;
}
#aktualnosci img.last {
	border:1px #fff solid;
	padding:0;
	margin:0;
}
#aktualnosci a.powrot {
	display:inline-block;
	float:left;
	margin:-25px 0 0 50px;
}
.news {
	padding:50px 50px 20px 0;
}
.news p {
	padding-left:0;
}
.news h2.news_title {
	color:#d6ae67;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0;
	font-weight:normal;
}
.news br {
	display:block;
	padding:0;
	margin:7px 0 0 0;
}
.news table {
	border-top:1px #fff solid;
	border-left:1px #fff solid;
}
.news th {
	background-color:#d6ae67;
	color:#000;
}
.news td {
	border-bottom:1px #fff solid;
	border-right:1px #fff solid;
	padding:7px;
	text-align:center;
}
.tdspec {
	font-weight:bold;
	background-color:#444;
}
/* ~~~ partnerzy ~~~ */
#partnerzy {
	padding:0 50px 30px 50px;
}
hr.gold_p {
	margin:0;
}
#partnerzy img {
	border:0;
	margin:0;
}
.logop {
	text-align:center;
	width:200px;
	float:left;
	padding:0;
	margin:25px 0;
	overflow:hidden;
}
.opis {
	font-size:11px;
	line-height:12px;
	text-align:center;
	padding:3px;
}
/* ~~~ galeria ~~~ */

#wrapper { width:912px; margin:1px 0 1px 45px; padding:0; background:#000; } /* page width... set this to whatever you want */
#labsList { padding:0; } /* stops the ul from cutting off floated elements inside */
#labsList li { list-style:none; border:1px solid #ccc; padding:0px; float:left; margin-right:0px;  } /* Things i've added to make it look pretty */
#labsList a { width:226px; height:151px; overflow:hidden; display:block; } /* Things that you need - obviously you need to change the dimensions to work with your own sprite */
#labsList a img { border:0; } /* stop a border appearing around the image link */

/* ~~~ stopka ~~~ */
.footer {
	padding: 50px 0 10px 0;
	text-align:center;
	font-size:9px;
	background: #000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer a {
	color:#fff;
}
#solek {
	visibility:hidden !important;
	display:none !important;
}

.clear {clear:both;}
.t-left {float:left; width:487px; margin:0px auto; padding:0px;}
.t-left h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	text-align:center;
	margin-top:55px;
	margin-bottom:25px;
	font-weight:normal;
}
.t-left h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	margin:0 0 15px 36px;
	font-weight:normal;
}
.t-left p {
	padding:0 50px;
	text-align:justify;
}
.t-right {float:right;margin:0px; padding:0px;width:505px;}
.t-right img {border-top:5px solid #fff;border-left:5px solid #fff;border-bottom:5px solid #fff;}
