body {
	margin: 0px;
	padding: 0px;
	background: #EDEBF4;
	background-image: url('/images/bgtop.png');
	background-repeat: repeat-x;
	min-width: 960px;
}

img {
	border: none;
	outline: 0;
}

.button {
	background-image: url('/images/buttonbg.png');
	text-align: center;
	width: 137px;
	height: 22px;
	font-family: Arial;
	font-size: 11px;
	font-weight: 100;
	line-height: 22px;
	cursor: pointer;
}

.button a {
	color: #666;
	text-decoration: none;
}

.button:hover {
	background-image: url('/images/buttonbg-hover.png');
	line-height: 24px;
}

#logo {
	float: left; 
	padding-top: 20px;
}

#top-panel{
	height: 312px;
	width: 100%;
	background-image: url('/images/mtop.png');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}

#top-content {
	width: 940px;
	height: 312px;
	display: block;
	margin: auto;
}

#top-slide-container {
	margin-top: 98px;
	margin-left: 503px;
	width: 400px;
	color: #656565;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

.top-slide-title-container {
	margin-bottom: 10px;
	font-size: 20px;
	color: #656565;
	font-family: "Helvetica"; 
}

#top-slide-container .main-link{
	display: block;
	color: #105079;
	text-decoration: none;
	font-size: 11px;
}

#top-slide-container ul{
	list-style: none;
	float: right;
}

#top-slide-container li{
	display: inline;
	margin-right: 5px;
}

#top-neath {
	display: block; 
	clear: both;
	background: url('/images/top-neath.png'); 
	height: 90px; 
	width: 959px;
	margin: auto;
}

#top-neath img {
	border: 0px;
	margin-left: 600px;
	margin-top: 20px;
}

#main-navigation {
	padding-left: 374px;
	padding-top: 40px;
	font-weight: 100;
}

#main-navigation a {
	color: white;
	text-decoration: none;
}

#main-navigation li {
	list-style: none;
	color: white;
	float: left;
	padding-left: 20px;
	font-family: "Helvetica";
}

#main-navigation img {
	margin-left: 10px;
}

#lwhite {
	float: left; 
	background: url(images/lwhite.png); 
	height: 90px; 
	display: block; 
	width: 190px;
}

#rwhite {
	
}

#middle{
	clear: both;
	margin-left: 12px;
	margin-bottom: 50px;
}

.desc-box {
	width: 235px;
	float:left; 
	color: #656565; 
	font-size: 10px; 
	line-height: 19px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;;
}

.small-panel-container {
	padding-left: 5px;
	padding-right: 5px;
	height: 201px;
}

#contact-button {
	padding-top: 25px;
	width: 100%;
}

#title-aktualnosci {
	background-image: url('/images/aktualnosci.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}
#title-kim-jestesmy {
	background-image: url('/images/kim_jestesmy.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}
#title-co-robimy {
	background-image: url('/images/co_robimy.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}
#title-kontakt {
	background-image: url('/images/kontakt.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}

#logos-container {
	clear: both;
	border-top: 1px dashed #9aa3bd;
	border-bottom: 1px solid #D5D5D5;
	background: #F1EFF6;
	height: 110px;
	text-align: center;
}

#logos-container img{
	margin-top: 20px;
}

#footer {
	padding-top: 15px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 10px;
	color: #979799;
	width: 940px;
	margin: auto;
}

#footer-logo {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#main {
	margin: auto;
	width: 956px;
}

/* tabs */
.ui-tabs-hide { display: none; }
/* tabs skin */
.ui-tabs-selected {
    background-image: url('/images/dot-selected.png');
	background-repeat: no-repeat;
}
.ui-tabs-nav {
	background-image: url('/images/tabs-nav.png');
	background-repeat: no-repeat;
}