body {
  margin:0px;
  padding:0px;
  text-align: center;
  height:100%;
  background:url(../html_images/tlo.png) repeat top left;
}
#tlo {
  background-attachment: fixed;
  background: url(../html_images/bg.png) repeat-x top left;
  position:absolute;
  z-index:0;
  top:0px;
  left:0px;
  width:100%;
  height:660px;
}

/* GŁÓWNY BOX */
#holder {
  text-align: justify;
  width:780px;
  position:relative;
  z-index:1;
  background:#fff url(../html_images/content_filler-b_l-r_long.gif) repeat-y;
  margin:10px auto;
}

/* NAGŁÓWEK */
#header {
  background:url(../html_images/menu_bg.png) repeat-x top left;
  border-left:#fff solid 15px;
  border-right:#fff solid 15px;
  /* hack na wysokosc minimalna, oraz rozciagniecie w razie potrzeby */
  height:auto !important;
  height:71px; /* IE */
  min-height:71px;
}
h1 {
  margin:0px;
  padding:0px;
  padding-top:4px;
  font-size:1em;
  color:#FFFFFF;
  /* hack na wysokosc minimalna, oraz rozciagniecie w razie potrzeby */
  /*height:auto !important;*/
  height:67px;
  /*min-height:67px;*/
  position:relative;
  width:347px;
  text-align:left;
}
h1 a {
  text-decoration:none;
}
h1 a img {
  border:none;
}
#glownyLink {
  background:url(../html_images/logo.png) no-repeat top left;
  position:absolute;
  width:347px;
  height:71px;
  top:0px;
  left:0px;
  margin:0px 0px 0px 0px;
  z-index:2;
}

/* MENU */
#menu {
  position:absolute;
  top:3px;
  right:0px;
  margin-right:15px;
  height:47px;
  z-index:3;
}
#menu ul {
  margin:0px;
  padding:0px;
  height:47px;
  display:block;
}
#menu ul li {
  display:inline;
}
#menu ul li a {
  background:#fff url(../html_images/button.png) 0 0 no-repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#717161;
  display:block;
  padding: 30px 4px 0px 7px;
  float:right;
  height:17px;
}
#menu ul li a:hover {
  background-position:0 -47px;
  padding: 20px 4px 10px 7px;
  height:17px;
  color:#000;
}
#menu ul li a.nobg {
  background:none;
  text-align:right;
  /*padding: 14px 4px 0px 7px;*/
  padding: 10px 4px 0px 7px;
  color:#990000;
  height:10px;
}
#menu ul li a.nobg:hover {
  /*padding: 14px 4px 0px 7px;*/
  padding: 10px 4px 0px 7px;
  color:#666666;
}


/* CONTENT */
#content {
  margin:0px 15px 0px 15px;
  padding:0px;
  color:#717161;
  /*background:#F2F1E7;*/
  height:auto !important;
  height:450px; /* IE */
  min-height:450px;
}
#content h2 {
  font-size:12pt;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0px;
  padding:0px;
  padding-top:10px;
  text-align:left;
}
#content h2.sub {
}
#content h3 {
  margin:0px;
  padding:10px 0px 0px 0px;
  font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size:10pt;
  text-align:left;
}
#content p {
  font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size:10pt;
  margin:10px 0px 0px 0px;
  padding:0px;
}
#content ul {
  margin:10px 6px 10px 6px;
  padding-left:15px;
  font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size:10pt;
  text-align:left;
}
#content ul li {
  margin-bottom:5px;
}
#content a.link {
  color:#3399CC;
  font-weight:bold;
  text-decoration:none;
  border-bottom:#990000 dashed 1px;
}
#content a.link:hover {
  color:#990000;
  text-decoration:none;
  /*border-bottom:none;*/
  border-bottom:#3399CC dashed 1px;
}

/* OBRAZEK */
#content #obrazek {
  background:#FFFFFF;
  float:left;
  width:347px;
  height:261px;
  display:inline;
  padding:4px 0px 0px 0px;
}

/* PRZEWIJKA */
#content .przewijka {
  margin:auto;
  padding:0px;
  padding-top:15px;
  text-align:center;
  width:100%;
  height:100%;
}

/* SHOUTBOX */
#content .shoutbox {
  font-size:2em;
  font-weight:bold;
}
#content .shoutbox .shoutboxBig{
  font-size:2.1em;
}
.lAlign {
  text-align:left
}

/* MAPKA */
.mapka {
  border:none;
}

/* ODSTEPY */
.spacemaker {
  background:#FFFFFF;
  height:4px;
  width:100%;
  font-size:0px;
}

/* LEWA I PRAWA KOLUMNA */
#content #lewa {
  float:left;
  margin:0px;
  padding:0px;
  display:inline;
  width:347px;
}
#content #prawa {
  float:right;
  margin:0px;
  padding:0px;
  display:inline;
  width:399px;
}

/* RIGHT */
#content .right {
  float:right;
  display:inline;
  /*width:399px;*/
  width:399px;
  padding:0px;
  margin:0px;
  height:auto !important;
  height:199px;
  min-height:199px;
}
/* LEFT */
#content .left {
  float:left;
  display:block;
  width:347px;
  margin:0px;
  padding:0px;
}

/* TOP RIGTH FILLER */
#content .trFiller {
  background:url(../html_images/region_t-r_repeat-bg.gif) top repeat-y;
  padding:0px;
  margin:0px;
  width:399px;
}
/* BOTTOM LEFT FILLER */
#content .blFiller {
  background:url(../html_images/region_b-l_repeat-bg.gif) top repeat-y;
  padding:0px;
  width:347px;
}
/* BOTTOM RIGHT FILLER */
#content .brFiller {
  background:url(../html_images/region_b-r_repeat-bg.gif) top repeat-y;
  padding:0px;
  width:399px;
}
/* LONG RIGHT FILLER */
#content .rFiller {
  background:url(../html_images/region_long-r_repeat-bg.gif) top repeat-y;
  padding:0px;
  width:399px;
}

/* TOP */
#content .top {
  background:url(../html_images/region_t-r_top-bg.gif) no-repeat top;
  /* 261 - 8 */
  height:auto !important;
  height:253px; /* IE */
  min-height:253px;
  padding:0px 15px 0px 15px;
  margin:0px;
}
/* BOTTOM */
#content .bottom {
  background:url(../html_images/region_b-l_top-bg.gif) no-repeat top;
  height:auto !important;
  height:188px; /* IE */
  min-height:188px;
  padding:0px 15px 0px 15px;
  margin:0px;
}
#content .right .bottom {
  background:url(../html_images/region_b-r_top-bg.gif) no-repeat top;
}
/* RIGHT LONG */
.rLong {
  background:url(../html_images/region_long-r_top-bg.gif) no-repeat top;
  height:auto !important;
  height:455px; /* IE */
  min-height:455px;
  padding:0px 15px 0px 15px;
  margin:0px;
  /*overflow:scroll;*/
}

/* ZAKONCZENIA REGIONOW */

.koniec {
  height:8px;
  width:100%;
  margin:0px;
  padding:0px;
  font-size:0px;
}

.left .koniec {
  background:url(../html_images/region_b-l_bottom-bg.gif) no-repeat;
}
.right .koniec {
  background:url(../html_images/region_b-r_bottom-bg.gif) no-repeat;
}
.topKoniec {
  background:url(../html_images/region_t-r_bottom-bg.gif) no-repeat;
  height:8px;
  width:100%;
  margin:0px;
  padding:0px;
  font-size:0px;
}

/* STOPKA */
address {
  display:block;
  background:no-repeat top left;
  /*height:32px;*/
  height:18px;
  margin:3px 15px 0px 15px;
  /*padding-top:12px;*/
  padding-top:26px;
  padding-bottom:10px;
  padding-left:6px;
  font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#9B9A97;
  font-style:normal;
  position:relative;
  clear:both;
}
address.footer_b_l-r_long {
  background-image:url(../html_images/footer_b_l-r_long.gif);
}
address.footer_b_l-b_r {
  background-image:url(../html_images/footer_b_l-b_r.gif);
}
address.plain {
  background:url(../html_images/copy_bg.gif) repeat-x;
  padding-top:16px;
}
address.plain #muza {
  top:14px;
}
address a {
  color:#9E978E;
}
address a:hover {
  color:#3399CC;
}

address #language {
  position:relative;
  left:10px;
}
address #language a {
  padding:0px;
  margin:0px;
  text-decoration:none;
}
address #language a img {
  border:#fff solid 1px;
  vertical-align:middle;
}
address #language a img:hover {
  border:#333 solid 1px;
}

address #muza {
  position:absolute;
  right:6px;
  top:24px;
  padding:0px;
  margin:0px;
}

/* GALERIE */
div.galerie {
  text-align:left;
  padding-left:15px;
  padding-right:15px;
  margin-top:10px;
  margin-bottom:10px;
}
div.galerie a {
  border:#CCCCCC 2px solid;
}
html>body #holder #content div.galerie a {
  border:none;
  margin:3px;
}
div.galerie a:hover {
  border-color:#fff;
}
html>body #holder #content div.galerie a:hover {
  border:none;
}
div.galerie img {
  border:none;
  margin:3px;
}
html>body #holder #content div.galerie img {
  margin:0px;
  border:#CCCCCC 2px solid;
}
html>body #holder #content div.galerie img:hover {
  border-color:#fff;
}

/* TABELE
************************************************************/
#content #dieta_tabs ul {
  padding: 0px 0px 0px 0px;
  margin-left:0;
  margin-bottom:0;
}
#content #dieta_tabs ul li {
  margin: 0px 0px 0px 0px;
}
table {
  font-size:10pt;
  border-collapse:collapse;
  width:100%;
}
table.harmonogram {
  margin-top:5px;
}
table tr:hover {
  background:#dad4bf;
}
table tr th {
  background: #CBBC9F;
  font-size:10pt;
  text-align:center;
  color:#63553b;
  border: none;
  padding: 2px 3px 2px 3px;
}
table tr th.turnus {
  width:25%;
}
table tr th.cena {
  width:50%;
}
table tr th.zaliczka {
  width:25%;
}
table tr td {
  text-align:right;
  padding: 2px 3px 2px 3px;
  border-bottom: #c7bcaa solid 1px;
}
table tr td.zajecia {
  text-align:left;
  padding-left: 5px;
}
table tr.peak td {
  color:#672503;
}


/* FORMULARZ */
#content form {
  margin:0px;
  padding:0px;
  display:inline;
}
#content form label {
  margin:7px 0px 0px 0px;
  padding:0px;
  font-weight:bold;
  font-size:10pt;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  display:block;
}
#content form label input {
  margin:0px;
  padding:0px 2px;
  /* padding + width == 367 czyli szer komorki minus jej paddingi, bo inaczej IE 6 sie wywala */
  width:363px;
  border:#908F89 1px solid;
  background:#FDFCF2;
  font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
}
#content form label textarea {
  margin:0px;
  padding:0px 2px;
  width:363px;
  height:90px;
  border:#908F89 1px solid;
  background:#FDFCF2;
  font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size:10pt;
}
#content form div.buttony {
  margin:9px 0px 0px 0px;
  padding:0px;
  text-align:center;
  width:100%;
}
#content form div.buttony input.button {
  margin:0px 6px 0px 6px;
  background:#999983;
  border:#333 solid 1px;
  color:#FDFCF2;
  font-size:10pt;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
}
#content form div.buttony input.button:hover {
  background:#BEBEA3;
}
.formError {
  color:#990000;
}
.redStar {
  color:#990000;
  font-weight:bold;
}