@charset "iso-8859-2";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#container {
	width: 787px;  
	margin: 0 auto; 
	text-align: left; 
}
#header {
	width: 787px;  
	margin: 0 auto; 
	text-align: left; 
}
#logo {
	background:url(../images/logo.jpg);
	float:left;
	width:267px;
	height:160px;
}
#nazwa {
	background:url(../images/nazwa.jpg);
	float:left;
	width:520px;
	height:160px;
}
#mainContent {
	background-color:#FFFFFF;
	width: 766px;  
	margin: 0 auto; 
	text-align: left; 
}
#content {
	text-align:justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	background-image: url(../images/footer.jpg);
	width:787px;
	height:72px;
}
#left {
	float:left;
	width:190px;
	padding:10px;
	border: 1px solid #D6D6D6;
	text-align:center;
}
#right {
	float:right;
	width:507px;
	padding:10px;
	border: 1px solid #D6D6D6;
}
#lr {
	width:722px;
	padding:10px;
	border: 1px solid #D6D6D6;
}
.hidden {
	display:none;
	visibility:hidden;
}
.clear {
	clear:both;
}
a {
	color:#38ADC1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
<!-- MENU GLOWNE -->
div#menu{float:left;margin:0 auto; width:100%;}
ul#nav,ul#nav li{list-style-type:none; margin:0; padding:0;}
ul#nav{width:740px; margin: 0 auto;}
ul#nav li{
	float:left;
	text-align: center;
	margin-left: 20px;
}
ul#nav a{
	float:left;
	background: #38ADC1;
	text-decoration:none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
	font-size:17px;
	width:120px;
}
ul#nav a:hover{background: #FFA826;color: #000;}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #000}
form {
	margin-top:10px;
	margin-bottom:10px;
}
form div {
	clear: left;
	margin-top:5px;
}
form div label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding-top:0px;
}
#right ul, #lr ul {
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right ul li, #lr ul li {
	list-style-type: disc;
	line-height:18px;
}
div.stopka {
	text-align:center;
	margin-top:20px;
	font-style:italic;
}
h3 {
	margin-bottom:5px;
}
.poltora {
	line-height:20px;
}
table#referencje tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
#kontakty {
	text-align:center;
	margin:0 auto;
	width:70%;
}
#osoba1 {
	margin-top:15px;
	float:left;
}
#osoba2 {
	margin-top:15px;
	float:right;
}
ul.odstep li {
	margin-bottom:10px;
}
