body {
	margin: 0;
	padding-bottom: 15px;
	background: url('../gfx/Bg.gif') #35a8c5 repeat-x;
	font-family: Tahoma;
	font-size: 14px;
	color: #222;
}

a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #910481;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.global {
	width: 920px;
	margin: auto;
	background: url('../gfx/top.jpg') no-repeat;
	position: relative;
}

.global .logo {
	width: 240px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.global .logo a {
	display: block;
	width: 240px;
	height: 70px;
}

.page {
	width: 900px;
	margin: auto;
	position: relative;
}

.s_form {
	width: 233px;
	height: 24px;
	position: absolute;
	top: 25px;
	right: 24px;
}

.s_form input {
	width: 181px;
	*width: 179px;
	height: 17px;
	*height: 18px;
	margin: 1px;
	margin-bottom: 0;
	padding-top: 2px;
	border: 0;
}

.s_form input.submit {
	width: 49px;
	*width: 49px;
	height: 20px;
	margin: 0;
	margin-top: 1px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.flash {
	width: inherit;
	height: 178px;
	padding-top: 73px;
	font-size: 0;
	overflow: hidden;
}

.content {
	width: inherit;
	margin-top: 10px;
	background: url('../gfx/contentTop.gif') #fff no-repeat top;
}

.content .menu {
	width: 890px;
	height: 32px;
	margin: auto;
	margin-top: 10px;
	padding-top: 12px;
}

.menu a {
    font-size: 13px;
}

.menu .selected {
	width: auto !important;
	*width: auto;
	white-space: nowrap;
	height: 32px;
	margin-right: 3px;
	float: left;
	background: url('../gfx/buttonBg_selected.gif') repeat-x;
}

.selected .left {
	min-width: 70px;
	width: auto !important;
	*width: 70px;
	height: 32px;
	background: url('../gfx/buttonL_selected.gif') no-repeat;
	text-align: center;
}

.selected a {
	display: block;
	min-width: 50px;
	padding: 10px 10px 0 10px;
	height: 22px;
	background: url('../gfx/buttonR_selected.gif') no-repeat right;
	font-weight: bold;
	color: #fff;
}

.menu .unselected {
	width: auto !important;
	*width: auto;
	white-space: nowrap;
	height: 32px;
	margin-right: 3px;
	float: left;
	background: url('../gfx/buttonBg_unselected.gif') repeat-x;
}

.unselected .left {
	min-width: 70px;
	width: auto !important;
	*width: 70px;
	height: 32px;
	background: url('../gfx/buttonL_unselected.gif') no-repeat;
	text-align: center;
}

.unselected a {
	display: block;
	min-width: 50px;
	padding: 10px 10px 0 10px;
	height: 22px;
	background: url('../gfx/buttonR_unselected.gif') no-repeat right;
	font-weight: bold;
	color: #fff;
}

.content .inner {
	width: 890px;
	min-height: 90px;
	height: auto !important;
	*height: 90px;
	margin: auto;
	padding-top: 20px;
	background: url('../gfx/contentBg.gif') #fff repeat-x;
}

.content .separator {
	width: 30px;
	height: 362px;
	float: left;
	background: url('../gfx/vertical_separator.gif') no-repeat;
	font-size: 0;
	overflow: hidden;
}

.col {
	width: 255px;
	min-height: 362px;
	height: auto;
	*height: 362px;
	float: left;
	padding: 0 10px;
}

.col h1 {
	margin: 0;
	font-family: "Trebuchet Ms";
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #888;
}

.col h2 {
	margin: 0;
	font-family: "Trebuchet Ms";
	font-size: 24px;
	font-weight: normal;
	color: #910481;
	overflow: visible;
	position: relative;
	top: -4px;
}

.col .single_news {
	width: inherit;
	padding: 10px 0;
}

.single_news .date {
	width: 39px;
	height: 28px;
	float: left;
	margin-right: 5px;
	background: url('../gfx/newsBg.gif') no-repeat;
	text-align: center;
}

.single_news .date p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.single_news .header {
	float: left;
}

.single_news .header p.top {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #5a5a5a;
}

.single_news .header p.bottom {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #929292;
}

.single_news .text {
	width: inherit;
	padding: 10px 0 10px 5px;
	text-align: justify;
	font-size: 11pt;
	/*line-height: 15px;*/
	color: #666;
}

p.more {
	margin: 0;
}

p.more a {
	font-size: 12px;
	font-weight: bold;
	color: #930883;
}

p.more a:hover {
	text-decoration: underline;
}

.col .single_person {
	width: inherit;
	padding: 10px 0;
}

.col .single_person .header {
	font-size: 16px;
	font-weight: bold;
	color: #777;
}

.col .single_person .text {
	padding: 17px 0 10px 0;
	font-size: 11pt;
	text-align: justify;
	color: #666;
	/*line-height: 15px;*/
}

.col .list {
	width: inherit;
	padding: 10px 0 0 0;
}

ul.home {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ul.home li {
	margin: 0;
	margin: 5px 0 1px 0;
	padding-left: 30px;
	list-style-type: none;
	background: url('../gfx/arrowBig.gif') no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

ul.home li.files {
	background: url('../gfx/arrowAttach.gif') no-repeat;
}

ul.home li a {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.list img {
	position: relative;
	top: 10px;
	left: -15px;
}

.art {
	width: 872px;
	margin: auto;
}

.art .submenu_top {
	width: inherit;
	height: 36px;
}

.art .area {
	width: inherit;
	padding-top: 10px;
	background: url('../gfx/artBg.gif') #fff no-repeat;
}

.art_col {
	width: 530px;
	min-height: 362px;
	height: auto;
	/*height: 362px;*/
	float: left;
	padding: 0 10px;
}

img.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f0f0f0;
}

.art_col h1 {
	margin: 0;
	font-family: "Trebuchet Ms";
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #888;
}

.art_col h2 {
	margin: 0;
	font-family: "Trebuchet Ms";
	font-size: 28px;
	font-weight: normal;
	color: #910481;
	overflow: visible;
	position: relative;
	top: -4px;
}

.art .separator {
	background: url('../gfx/vertical_separatorFFF.gif') no-repeat;
}

.art a.top_menu {
	display: block;
	float: left;
	width: 115px;
	padding: 8px 15px;
	background: transparent;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
}

.art a span {
	position: relative;
	top: 7px;
	left: -5px;
}

.art a.top_menu span {
	padding: 9px;
	margin-right: 5px;
	background: url('../gfx/arrowSubmenuOff.gif') no-repeat;
}

.art a.top_menu_selected {
	display: block;
	float: left;
	width: 115px;
	padding: 8px 15px;
	background: url('../gfx/uslugi_active.gif') #fff no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8d0184;
	text-decoration: none;
}

.art a.top_menu_selected span {
	padding: 9px;
	margin-right: 5px;
	background: url('../gfx/arrowSubmenu.gif') no-repeat;
}

.uslugi {
	width: 872px;
	background: url('../gfx/uslugiBg.gif') repeat-y;
}

.uslugi .art_col {
	width: 650px;
	padding-left: 20px;
	line-height: 28px;
	font-size: 11pt;
	color: #595959;
}

.uslugi_menu {
	width: 190px;
	float: left;
}

.uslugi_menu a {
	display: block;
	width: 150px;
	/*height: 35px;*/
	margin-bottom: 5px;
	/*padding-left: 40px;*/
	padding: 5px 0px 5px 40px;
	background: url('../gfx/uslugiOff.gif') no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #9f9f9f;
}

.uslugi_menu a.selected {
	background-image: url('../gfx/uslugiOn.gif');
	/*background-position: top left;*/
	color: #fff;
	border-top: 1px solid #610456;
	border-bottom: 1px solid #610456;
}

.fotoBorder {
	width: 200px;
	height: 140px;
	margin: auto;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 4px solid #f0f0f0;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
}

.fotoBorder a {
	display: block;
	width: 200px;
	height: 140px;
}

.footer {
	width: 870px;
	height: 27px;
	padding: 9px 15px 0 15px;
	background: url('../gfx/footerBg.gif') #fff no-repeat;
	font-size: 12px;
	color: #5a5a5a;
}

.rezerwacja {
	width: 850px;
	margin: auto;
}

.rezerwacja h1 {
	margin: 7px 0 0 35px;
	font-size: 15px;
	font-weight: bold;
	color: #5c5c5c;
}

.rezerwacja h2 {
	margin: 0 0 0 35px;
	font-size: 12px;
	font-weight: normal;
	color: #5c5c5c;
}

.rezerwacja h2 strong {
	font-weight: bold;
	color: #009680;
}

.rezerwacja .side {
	width: 410px;
	height: 430px;
	margin-bottom: 15px;
	float: left;
}

div#mask {
	position: absolute;
	top: -25px;
	left: 0;
	width: 350px;
	height: 283px;
	display: none;
	background: #fff url('../gfx/loading2.gif');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
}

a.rezerwacja {
	position: relative;
	top: -10px;
	left: 680px;
}

.rezerwacja table {
	border: 1px solid #cdcdcd;
	border-right: 0;
}

.rezerwacja td {
	width: 49px;
	height: 39px;
	border-right:  1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: url('../gfx/dzienNieaktywny.gif') no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #afafaf;
	cursor: default;
}

.rezerwacja tr.week td {
	background: #fbfbfb;
	font-size: 12px;
	color: #636363;
}

.rezerwacja tr.noBorderBottom td {
	border-bottom: 0;
}

.rezerwacja td a.aktywny {
	display: block;
	width: 49px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	background: url('../gfx/dzienAktywny.gif') no-repeat;
	font-weight: bold;
	color: #fff;
}

.rezerwacja td a.nieaktywny {
	display: block;
	width: 49px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	background: #e8e8e8e;
	font-weight: bold;
	color: #afafaf;
	cursor: default;
}

.rezerwacja td a.nieaktywny:hover {
	text-decoration: none;
}

.rezerwacja td a.wybrany {
	display: block;
	width: 49px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	background: url('../gfx/dzienWybrany.gif') no-repeat;
	font-weight: bold;
	color: #fff;
}

.dateHeader {
	width: 147px;
	height: 19px;
	padding-top: 5px;
	background: url('../gfx/stepFrameHeader.gif') no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.dateHeader a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.timeHeader {
	width: 147px;
	height: 19px;
	padding-top: 5px;
	background: url('../gfx/stepFrameHeader.gif') no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.godziny {
	width: 251px;
	min-height: 101px;
	height: auto;
	*height: 101px;
	margin-left: 35px;
	padding: 0 50px;
	background: url('../gfx/godzinyBg.gif') no-repeat;
}

.godziny input {
	height: 8px;
	margin-right: 5px;
	cursor: pointer;
}

.godziny input.submit {
	width: 173px;
	height: 33px;
	position: relative;
	left: 130px;
	margin: 10px 0;
	border: none;
	background: url('../gfx/nextStep.gif') no-repeat;
}

.godziny .aktywna {
	width: 101px;
	height: 20px;
	margin-top: 5px;
	background: url('../gfx/godzinaWolna.gif') no-repeat;
	color: #fff;
}

.godziny .nieaktywna {
	width: 101px;
	height: 20px;
	margin-top: 5px;
	background: url('../gfx/godzinaNieaktywna.gif') no-repeat;
	color: #aaa;
}

.dane_klienta p {
	margin: 5px 0;
}

.dane_klienta input {
	width: 200px;
	padding: 2px;
	border: 1px solid #aaa;
	border-left: 4px solid #910481;
}

.dane_klienta td {
	background: none;
	border: none;
	font-size: 11pt;
	font-weight: normal;
	white-space: nowrap;
	color: #777;
}

.dane_klienta img {
	position: relative;
	top: 10px;
	left: 108px;
	cursor: pointer;
}

div#podsumowanie {
	padding-left: 35px;
	color: #910481;
}

div#map {
	width: 468px;
	height: 300px;
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

h1 {
	color: #910481;
}
