body {
	margin: 0;
	padding: 0;
	background: #dee2e9;
	font-size: 11px;
	font-family: 'Arial';
	height: 100%;
}
/* HOME */
#home {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -233px; /*set to a negative number 1/2 of your height*/
	margin-left: -347px; /*set to a negative number 1/2 of your width*/
	width: 694px;
	height: 466px;
	text-align:center;
}
#home img {
	border-top: 15px solid #003875;
	border-bottom: 15px solid #003875;
}
#home a.text {
	display: block;
	color: #003875;
	margin: 5px 0 0 0;
}
/* ---------------------- */
/* PAGE */
#page {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -265px; /*set to a negative number 1/2 of your height*/
	margin-left: -470px; /*set to a negative number 1/2 of your width*/
	width: 940px;
	height: 530px;
}
	/* menuUp */
#page ul.menuUp	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 29px;
	padding: 20px 0 0 10px;
}
#page ul.menuUp	li {
	float: left;
	margin: 0;
	padding: 0;
}
#page ul.menuUp	li a {
	color: #003875;
	font-size: 12px;
	padding: 5px 15px;
}
	/* menuDown */
#page ul.menuDown	{
	list-style-type: none;
	margin: 0 45px 0 315px;
	height: 46px;
	padding: 30px 0 0 80px;
	border-top: 1px solid #b2c3d5;
}
#page ul.menuDown	li {
	float: left;
	margin: 0;
	padding: 0;
}
#page ul.menuDown	li a {
	color: #003875;
	font-size: 12px;
	padding: 5px 10px;
}
	/* content */
#page #content {
	background: url('images/page.jpg') no-repeat;
	height: 412px;
	border-top: 14px solid #003875;
	border-bottom: 14px solid #003875;
}
	/* middle */
#page #content #middle {
	height: 337px;
	width: 650px;
	margin: 0 0 0 260px;
}
#page #content #middle .left {
	width: 292px;
	float: left;
}
#page #content #middle .right {
	width: 338px;
	float: right;
}
#page #content #middle h3 {
	margin: 0 0 10px 0; padding: 33px 0 5px 0;
	border-bottom: 1px solid #b2c3d5;
	color: #003875;
	font-size: 14px;
}
#page #content #middle strong {
	color: #D9251C;
}
#page #content #middle strong.orange {
	color: #ff9e16;
}
#page #content #middle a.more {
	display: block;
	float: right;
	color: #D9251C;
	font-weight: bold;
}
#page #content #middle img {
	border: 1px solid #ff9966;
	float: left;
	margin: 0 10px 0 0;
}
#page #content #middle span {
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
	margin: 20px 0 0 80px;
}
#page #content #middle span.wynik {
	width: 200px;
	display: inline;
	margin: 5px 0 5px 12px;
}
#page #content #middle span img {
	border: none;
	margin: 0;
}
		/* kontakt */
#page #content #middle .kontakt {
	font-size: 17px;
	text-align: center;
}
#page #content #middle .kontakt h3 {
	text-align: left;
	margin: 0 0 50px 0;
}
		/* gabinety */
#page #content #middle .gabinety ul {
	list-style-type: none;
	padding: 0 40px 0 0;
	float: left;
}
#page #content #middle .gabinety ul li {
	padding: 5px 0;
	margin: 0 0 0 0;
}
#page #content #middle .gabinety .table {
	display: block;
	height: 260px;
	overflow: scroll;
	overflow-x: hidden; 
}
#page #content #middle .gabinety .table .rekord {
	border: 1px solid #000;
}
#page #content #middle .gabinety .table .rekord div {
	padding: 0; margin: 0;
	text-align: center;
}
#page #content #middle .gabinety .table .rekord div.city {
	float: left;
	width: 150px;
}
#page #content #middle .gabinety .table .rekord div.other {
	float: left;
	width: 240px;
	border-left: 1px solid #000;
}
	/* bottom */
#page h2 {
	margin:0; padding: 0;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	color: #003875;
	padding: 15px 0 0 550px;
}
#page h2 a {
	color: #003875;
	font-weight: bold;
}
/* ---------------------- */
/* DEFAULT */
a { text-decoration: none; color: #003875; }
a:hover { text-decoration: underline; }
img { display: block; border-width: 0px; }
.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
ul {
	margin: 7px 0; padding: 0 0 0 30px;
}
/* ---------------------- */
