html * {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width:100%;
	font: normal normal 13px/16px Tahoma, Helvetica, sans-serif; 
	color: #333;
}
a {
	color: #003f85;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #003f85;
	text-decoration: underline;
}

#wrapperTop {
	width: 100%;
	height: 95px;
	border-bottom: 2px solid #d9d9d9;
}
#wrapperTop div#top {
	width: 989px;
	background: transparent url(images/top2.gif) 0 0 repeat-x;
	margin: 0 auto;
	padding: 0;
	height: 95px;
	
}
div#top div#logo {
	float: left;
	width: 127px;
	height: 70px;
	padding-top:10px;
	padding-left:20px;
	}
div#top div#menu {
	float: right;
	width: 414px;
	height: 18px;
	display: block;
	margin-top:10px;
	background: #003f85;
	}
/* menu gorne */
#menu ul#nav {
	padding-top:2px;
	
}
ul#nav li {
	float: left;
	list-style-type: none;
	
}
li a.witamy {
	display: block;
	background: transparent url(images/menu/w.gif) 0 0 no-repeat;
	height: 14px;
	background-position: 0 0;
	width: 78px;
}
li a.witamy:hover {
	height: 14px;
	background-position: 0 -14px;
	background: transparent url(images/menu/w.gif) 0 -14px no-repeat;
}
li a.ofirmie {
	display: block;
	background: transparent url(images/menu/of.gif) 0 0 no-repeat;
	height: 14px;
	width: 91px;
}
li a.ofirmie:hover {
	height: 14px;
	background: transparent url(images/menu/of.gif) 0 -14px no-repeat;
}
li a.oferta {
	display: block;
	background: transparent url(images/menu/oferta.gif) 0 0 no-repeat;
	height: 14px;
	width: 81px;
}
li a.oferta:hover {
	height: 14px;
	background: transparent url(images/menu/oferta.gif) 0 -14px no-repeat;
}
li a.odzial {
	display: block;
	background: transparent url(images/menu/od.gif) 0 0 no-repeat;
	height: 14px;
	width: 88px;
}
li a.odzial:hover {
	height: 14px;
	background: transparent url(images/menu/od.gif) 0 -14px no-repeat;
}
li a.kontakt {
	display: block;
	background: transparent url(images/menu/k.gif) 0 0 no-repeat;
	height: 14px;
	width: 76px;
}
li a.kontakt:hover {
	height: 14px;
	background: transparent url(images/menu/k.gif) 0 -14px no-repeat;
}
#top img#linia {
	float: right;
	padding-top: 23px;
}
#top img#napis {
	float: left;
	padding-top: 13px;
	padding-left: 15px;
}

#wrapperContent {
	width: 100%;
	background: #fff url(images/cont.gif) center top repeat-x;
	border-bottom: 1px solid #d9d9d9;
	display: block;
	position: relative;
}
#wrapperContent div#content {
	width: 989px;
	margin: 0 auto;
	height: 521px;
	background: #ececec url(images/start_tlo2.jpg) 0 0 no-repeat;
	display: block;
	position: relative;
	border-top: 1px solid #d6d6d6;
}
#wrapperContent div#content2 {
	width: 989px;
	overflow: auto;
	margin: 0 auto;
	min-height: 471px;
	background:  url(images/b1.jpg) 0 0 no-repeat;
	display: block;
	position: relative;
	border-top: 1px solid #d6d6d6;
}
#content2 div#leftSide {
	float:left;
	width: 240px;
	display: block;
	padding-top: 45px;
}
#content2 div#rightSide {
	float:right;
	width: 675px;
	display: block;
	padding-top: 35px;
	padding-right: 50px; 
	padding-left: 2px;
}
#content2 div#rightSide p {
	font-size: 100%;
	color: #666;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content div#flash1 {
	width: 373px;
	height: 247px;
	padding-top: 147px;
	margin-left: 307px;
	float: left;
}
#content p#znajdz {
	display: block;
	width: 160px;
	padding-top: 300px;
	margin-left: 785px;
	font-weight: bold;
	font-size: 82%;
	text-align: right;
	position: absolute;
	color: #333;
}
#content div#flash2 {
	width: 759px;
	height: 36px;
	margin: 0 auto;
	float: right;
	padding-top: 60px;
	padding-right: 100px;
	display: block;
}
/* stopka */
#footer {
	width: 100%;
	height: 151px;
	border-top: 2px solid #9a9a9a;
}
#footerContent {
	width: 990px;
	height: 151px;
	font-size: 85%;
	margin: 0 auto;
	background: url(images/stopka.jpg) 0 -2px no-repeat;
}
#footerContent div#block4 {
	color: #333;
	float: left;
	width: 321px;
	padding: 10px 0 0 15px;
}
#footerContent div#block4 span {
	color: #003f85;
	font-weight: bold;
}
#footerContent div#block5 {
	color: #666;
	float: right;
	width: 140px;
	padding: 10px 10px 0 0;
	font-size: 90%;
}

#gallery {
	overflow: hidden;
	clear: both;
	padding: 10px 0 20px 0;
margin-bottom: 20px; }

	#gallery a {
		float: left;
		margin: 3px; }
		
	#gallery a.first { margin-left: 0 !important; }
		
	#gallery a.last { margin-right: 0 !important; }
	
	#gallery img {
		padding: 2px;
		border: 1px solid #003f85; }