@charset "utf-8";

body {
	background-color: rgb(0,124,195);
	margin: 0;
	padding: 0;
}

#container {
  width: 904px;
  background: white url(gradient1.png) repeat-x 0 397px;
  border: 6px solid white;
  margin: 35px 0;
	box-shadow: -10px 0 20px rgb(0,95,142);
	-moz-box-shadow: -10px 0 20px rgb(0,95,142);  
	-webkit-box-shadow: -10px 0 20px rgb(0,95,142);  	
	overflow: auto;
}

#rsh {
	box-shadow: 10px -10px 20px rgb(0,95,142);
  -moz-box-shadow: 10px -10px 20px rgb(0,95,142);
  -webkit-box-shadow: 10px -10px 20px rgb(0,95,142);	
  width: 916px;
  margin: auto;
}

.pasek {
	background-color: #b8e1f7;
	height: 22px;
  padding-top: 6px;
  font: bold 10pt Arial;
  color: #2977a7;  
}

#gpasek {
  border-bottom: 5px solid #339bd2;
}

#dpasek {
  border-top: 5px solid #339bd2;
	text-align: center;
}

h1 {
  margin: 0 auto;
  padding: 0;
  float: right;
  width: 700px;
  font: bold 10pt Arial;
  text-align: right;
}

#gpasek p {
  float: left;
  width: 200px;
}

.pasek p {
	margin-top: 0;
	margin-bottom: 0;
}

.pasek a {
  text-decoration: none;
  color: #2977a7;
}


.napasku {
  margin: auto;
  width: 900px;
}

#header {
	background: url(header1.jpg) no-repeat;
	width: 904px;
	height: 356px;
  position: relative;
  border-bottom: 6px solid white;
}

#logo {
	position: absolute;
	top: 60px;
	left: 670px;
}

ul#przyciski {
  display: inline;
  list-style-type: none;
	padding: 0;
}

.przycisk {
	width: 113px;
	padding: 0;
	margin: 0;
}

.przycisk {
	float: left;
	width: 113px;
}

.przycisk a {
	text-align: center;
	text-decoration: none;
	background-image: url(przycisk.png);
  padding-top: 10px;
	width: 113px;
	height: 25px;
	color: white;
	font: 9pt Verdana;
	display: block;
}

#sidebar {
	float: left;
	width: 170px;
	padding: 40px 10px 0 10px;
  margin-bottom: 15px;
}

#prcuk {
    display: block;
    color: white;
    text-align: center;
    font: 11pt Verdana, Arial;
    background-color: #2977A7;
    line-height: 150%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid black;
    text-decoration: none;
}

#main {
  position: relative;
	width: 650px;
  min-height: 700px;
	float: left;
	border-left: 2px dotted rgb(82,171,200);
	margin: 25px 0;
	padding: 15px 0 15px 30px;
}

#tresc {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5em;
	float: left;
	width: 630px;
}

h2 {
	color: rgb(0,124,195);
	font: 18pt Arial;
	float: left;
	text-align: left;
	padding: 0 10px 3px 3px;
	xborder-bottom: 2px solid rgb(0,124,195);
	border-bottom: 2px solid rgb(82,171,200);
	margin-bottom: 10px;
	margin-top: 0;
}

a img {
  border: none
}

.news {
  xbackground-color: #B8E1F7;
  padding: 12px 5px;
}

.news h3 {
  font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  margin: 0;
  float: left;
  width: 500px;
}

.frstwrd {
  color: rgb(0,124,195);
}

.news a {
  color: rgb(0,124,195);
}

.news p {
  margin: 0;
  margin-top: 30px;
  font-size: 8pt;
  line-height: 12pt;
}

.news .data {
  float: right;
  font: bold 10pt Verdana, Arial;
  margin: 0;
  color: #2977A7;
}

.konsult {
  text-decoration: none;
  color: black
}

.konskol {
  float: left;
  width: 170px;
  line-height: 2em;
}

span.eml {
	display: none
}

h3 {
	font: bold 15pt Verdana;
	color: rgb(0,124,195);	
}

ul.submenu {
  z-index: 10;
  display: none;
  list-style-type: none;
  position: absolute;
  margin: 0;  
  background-color: #e1f2fc;
  xbackground: white url(gradient1r.png) repeat-x;  
  padding: 10px 20px;
  font: 9pt Verdana;
  line-height: 2.3em;
  border: 2px solid rgb(0,124,195);
  border-top: none;
  box-shadow: 5px 5px 10px rgb(0,95,142);
  -moz-box-shadow: 5px 5px 10px rgb(0,95,142);
  -webkit-box-shadow: 5px 5px 10px rgb(0,95,142); 
}

ul.submenu li {
  background-image: url("ball2.png");
  background-repeat: no-repeat;
  background-position: 0 6px; 
  padding-left: 25px;
}

ul.submenu a {
  text-decoration: none;
  color: black;
}

#fancybox-content {
	background-color: #e1f2fc;
}

#fancybox-content #harm {
	padding: 20px;
}

#harm h3 {
  width: 300px;
}


#harm p {
	font: 10pt Verdana
}

#harm ul {
  list-style-type: none;
  display: inline;
  font: italic 9pt Verdana;
  margin: 0;
  padding: 0;
}

#harm ul li {
  display: inline;
  padding-right: 10px;
}

.rezerw {
  position: absolute;
  left: 350px;
  padding: 15px;
  background-color: rgb(0,95,142);
  -moz-border-radius: 10px;
  color: white; 
  top: 10px;
  font: bold 10pt Verdana;
  text-align: center;
  line-height: 2em;
  z-index: 500;
}

table {
  border-collapse: collapse;
}

td {
  padding: 5px 20px;
  border-bottom: 1px solid #AAAAAA;
  xfont-size: 9pt
}

#diagn {
  margin-top: 20px;
}

#diagn td {
  padding: 10px;
  border: none;
}

#diagn .cena {
  text-align: right;
  padding-left: 60px;
}

.opis {
  font-style: italic;
}

h4 {
  font: bold 11pt Verdana, Arial;
  line-height: 150%;
  text-align: left;
}

ol li {
  margin-top: 5px;
}


