@import url('reset.css');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: 'Tahoma', 'Arial', 'Verdana', 'Myriad Pro', Trebuchet, sans-serif;
	color: #343434;
	background: #FFF url(images/bg.gif) repeat-x 0 0;
}

a {
	color: #0054a2;
	text-decoration: none;
}

.clear_list {
	list-style: none;
}

a:hover {
	text-decoration: underline;
}

div {
	text-align: left;
}

.clear {
	clear: both;
}

p {
	border: 0;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: justify;
	line-height: 130%;
	overflow: hidden;
	height: 100%;
}

.img_right {
	float: right;
	margin: 15px 0px 10px 10px;
	
}

.wrapper, .wrapper_podstrona {
	width: 969px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

.wrapper_podstrona {
	background: transparent url(images/wrapper_bg.gif) repeat-y 215px 0;
}

/* NAGLOWEK */

#header {
	height: 107px;
	background: transparent url(images/header.jpg) no-repeat 0 0;
	position: relative;
}

h1#logo {
	width: 229px;
	height: 69px;
	background: transparent url(images/logo.jpg) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: 34px;
}

h1#logo a {
	width: 229px;
	height: 69px;
	display: block;
	text-indent: -9999px;
}

/* GLOWNE MENU */

ul#menu {
	margin-top: 3px;
	height: 30px;
	width: 969px;
	background: transparent url(images/menu.gif) no-repeat 0 0;
}

ul#menu li {
	height: 30px;
	float: left;
	margin-left: 1px;
}

ul#menu li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	float: left;
	width: 100%;
}

ul#menu li#strona_glowna { width: 161px; margin-left: 4px;}
ul#menu li#o_nas { width: 106px; }
ul#menu li#program_kursu { width: 160px; }
ul#menu li#kadra { width: 105px; }
ul#menu li#jak_sie_zapisac { width: 166px; }
ul#menu li#wspolpraca { width: 142px; }
ul#menu li#kontakt { width: 115px; }

ul#menu li#strona_glowna a:hover,
ul#menu li#strona_glowna a.active { background: transparent url(images/menu.gif) no-repeat -4px -30px; }
ul#menu li#o_nas a:hover,
ul#menu li#o_nas a.active { background: transparent url(images/menu.gif) no-repeat -166px -30px; }
ul#menu li#program_kursu a:hover,
ul#menu li#program_kursu a.active { background: transparent url(images/menu.gif) no-repeat -273px -30px; }
ul#menu li#kadra a:hover,
ul#menu li#kadra a.active { background: transparent url(images/menu.gif) no-repeat -434px -30px; }
ul#menu li#jak_sie_zapisac a:hover,
ul#menu li#jak_sie_zapisac a.active { background: transparent url(images/menu.gif) no-repeat -540px -30px; }
ul#menu li#wspolpraca a:hover,
ul#menu li#wspolpraca a.active { background: transparent url(images/menu.gif) no-repeat -707px -30px; }
ul#menu li#kontakt a:hover,
ul#menu li#kontakt a.active { background: transparent url(images/menu.gif) no-repeat -850px -30px; }

/* FLASH */

div#flash {
	width: 711px;
	height: 220px;
	float: left;
}

/* MAPA GOOGLE */

#map {
	
	width: 500px;
	height: 320px;
	float: right;
	overflow: hidden;
	border: 2px solid #e6e2d6;
}

.potwierdzenie {
	font-size: 12px;
	font-weight: bold;
	color: green;
	width: 605px;
	text-align: center;
	padding: 15px 0;
}

/* FORMULARZ KONTAKTOWY */

div#widther_content div#contact_info {
	float: right; 
	width: 220px;
}

div#contact_info a#formularz_zgloszeniowy_link {
	font-size: 18px;
	font-weight: bold; 
	color: #0054A2;
	margin: 90px 0 0 50px;
	display: block;
}

div#widther_content #formularz {
	margin: 0 25px 0 0;
	padding: 0;
	width: 605px;
	float: left;
}
div#widther_content #formularz li {
	border-top: 1px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin: 0;
	background: none;
}
div#widther_content #formularz li.form_naglowek {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #f8f7f2;
}
div#widther_content #formularz li.form_required {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
div#widther_content #formularz li label {
	display: block;
	width: 220px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
	padding: 4px 0;
}
div#widther_content #formularz li input, div#widther_content #formularz li textarea, div#widther_content #formularz li select {
	padding: 3px;
	border: 1px solid #d3d3d3;
	width: 350px;
	font-size: 11px;
	font-family: Tahoma, Sans-serif;
	overflow: auto;
}

div#widther_content #formularz li select {
	width: 358px;
}

div#widther_content #formularz li .submit {
	display: block;
	overflow: hidden;
}
div#widther_content #formularz li .submit input {
	background: transparent url(images/b_wyslij.gif) no-repeat 0 0;
	border: 0 none;
	cursor: pointer;
	height: 18px;
	max-height: 18px;
	padding-top: 19px;
	width: 61px;
}
div#widther_content #formularz li .submit input:hover {
	background-position: 0 -18px;
}
div#widther_content #formularz li input.error, div#widther_content #formularz li textarea.error {
	background: transparent url(images/error.gif) no-repeat 339px 4px;
}
div#widther_content #formularz li label.error {
	color: #dd0000;
	display: block;
	width: auto;
	margin: 0;
	float: none;
	text-align: left;
	padding: 5px 0 5px 232px;
}

div#right_info {
	background: transparent url(images/right_info_bg.jpg) no-repeat 0 0;
	width: 258px;
	height: 220px;
	float: right;
	text-align: center;
	color: #0054A2;
	font-size: 13px;
}

div#right_info span {
	font-size: 12px;
}

h2.right_title {
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 30px 0 3px 0;
}

ul#right_contact {
	list-style: none;
	margin: 10px 0;
}

ul#right_contact li {
	padding: 3px 0;
}

div.right_extra_info {
	text-align: center; 
	font-size: 12px;
}

div#content {
	background: #f8ECF1 url(images/content_bg.gif) repeat-x 0 0;
}

div#content_podstrona {
	background: #FFF url(images/content_bg.gif) repeat-x 0 0;
}

div#left {
	float: left;
	width: 464px;
	height: 266px;
	border-right: 2px #FFF solid;
	background: transparent url(images/fizjoterapeuta.jpg) no-repeat bottom right;
}

div#left_content, div#right_content {
	padding: 25px 0 15px 25px;
}

div#widther_content {
	padding: 25px 25px 15px 25px;
}

div#left_content {
	padding-right: 160px;
}

div#right {
	float: right;
	width: 503px;
	height: 266px;
	background: #F1F5FC url(images/o_nas.jpg) no-repeat bottom right;
}

div#left a, div#right a {
	display: block;
	width: 61px;
	height: 18px;
	text-indent: -9999px;
}

div#left a {
	background: transparent url(images/b_more_pink.jpg) no-repeat 0 0;
}

div#left a:hover {
	background-position: 0 -18px;
}

div#right a {
	background: transparent url(images/b_more_blue.jpg) no-repeat 0 0;
}

div#right a:hover {
	background-position: 0 -18px;
}

div#right_content {
	padding-right: 185px;
}

table.info_table {
	margin-bottom: 15px;
}

table.info_table td {
	padding: 10px;
	width: 210px;
	border: 1px #CCC solid;
}

table.info_table tr.header {
	background: #f4f4f4;
	font-weight: bold;
}

/* LISTY */

div#widther_content ul {
	margin: 0 0 10px 15px;
	line-height: 130%;
}

div#widther_content ul li {
	background: transparent url(images/point.gif) no-repeat 0 10px;
	padding: 3px 0 3px 12px;
}

div#widther_content ul li div {
	padding: 15px 0 10px 0;
}

div#main_content ol, div#widther_content ol {
	margin: 0 0 15px 30px;
	line-height: 130%;
	list-style: decimal;
}

div#main_content ol li, div#widther_content ol li {
	padding: 3px 0;
}

div#main_content ol li ul, div#widther_content ol li ul {
	line-height: 130%;
	margin: 5px 0 0 0;
}

div#main_content ol li ul li, div#widther_content ol li ul li {
	background: transparent url(images/point.gif) no-repeat 0 10px;
	padding: 3px 0 3px 12px;
}

ul.list {
	list-style: none;
	margin-bottom: 11px;
}

ul.list li {
	padding: 4px 0 4px 0;
	line-height: 115%;
}

h2.blue, h2.pink {
	height: 23px;
	color: #FFF;
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Verdana', sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 0 0 25px;
}

h2.blue {
	background: transparent url(images/blue_header_bg.gif) repeat-x 0 0;
}

h2.pink {
	background: transparent url(images/content_bg.gif) repeat-x 0 0;
}

h3 {
	color: #B7004A;
	padding-bottom: 4px;
}

div#content_podstrona h2.blue {
	padding-left: 15px;
}

div#content_podstrona h2.pink {
	padding-left: 20px;
	font-weight: bold;
}

.podstrona_name {
	color: #EFCBDA;
}

div#sidebar {
	float: left;
	width: 215px;
}

div#main {
	float: right;
	width: 754px;
}

div#main_content {
	padding: 20px 0 20px 20px;
}

/* LEWE MENU */

ul#sub_menu {
	font-size: 11px;
	font-weight: bold;
	height: 215px;
	margin: 12px 0 10px 0;
}

ul#sub_menu li {
	border-bottom: 1px #E6E6E6 solid;
	line-height: 115%;
}

ul#sub_menu li a {
	background: transparent url(images/arrow.gif) no-repeat 0 center;
	display: block;
	color: #3A3A3A;
	padding: 9px 25px 9px 15px;
}

ul#sub_menu li a:hover, ul#sub_menu li a.active {
	background-position: -215px center;
	color: #FFF;
	background-color: #BD3B70;
	text-decoration: none;
}

/* STOPKA */

div#footer {
	border-top: 4px #295BC0 solid;
	overflow: hidden;
	height: 100%;
	color: #7B93BC;
	font-size: 11px;
	padding: 10px 0;
}

div#copyright {
	float: left;
	padding: 2px 0 2px 20px;
}

div#iguana {
	float: right;
	padding: 2px 20px 2px 0;
}

div#iguana a {
	text-decoration: none;
	color: #7B93BC;
}

div#iguana a:hover {
	text-decoration: underline;
}
