
/* css reset - początek*/
* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

a {
	outline: none;
}

a img {border: none;
}

.clear {
	clear: both;
}
/* css reset - koniec*/

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/bg.png);
	background-color:#e5e2ca;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 920px;
}

#header {
	display: inline;
	width: 880px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 16px;
	float: left;
}

#flash {
	display: inline;
	height: 236px;
	margin-left: 20px;
	width: 880px;
	float: left;
}

#flashM {
	display: inline;
	height: 90px;
	margin-left: 20px;
	width: 880px;
	float: left;
}

ul#navi {
	display: inline;
	margin-bottom: 38px;
	padding-top: 8px;
	border-top-color: #5d4f4b;
	border-top-width: 3px;
	border-top-style: solid;
	list-style-type: none;
	margin-left: 20px;
	float: left;
	width: 880px;
}

ul#navi li {
	margin-right: 20px;
	list-style-type: none;
	display: inline;
}

ul#navi li a {
	font-family: 'HelveticaNeue-CondensedBold','Helvetica Neue Condensed Bold','Helvetica Neue',Arial ,Helvetica, sans-serif;
	font-weight: 'CondensedBold';
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #E42322;
	font-size: 14px;
	list-style-type: none;
	display: inline;
}
ul#navi li a:hover, ul#navi li a.active {
	font-weight: 'CondensedBold';
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #E42322;
	list-style-type: none;
	display: inline;
}
#main {
	display: inline;
	min-height: 300px;
	margin-left: 20px;
	width: 880px;
	float: left;
}

#logoNCK {
   float:right;
   margin-top:15px;
   height:133px;
   width:100px;
   background:url(/images/nck.png) no-repeat;
   margin-right:20px;
   display: block;
   text-indent:-9999px;
}

#footer {
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	border-top-color: #724C2C;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 20px;
	float: left;
	width: 880px;
}

h2 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
}

#footer p {
	color: #724C2C;
	font-size: 12px;
}

#footer p a {
	text-decoration: underline;
	color: #724C2C;
}

#footer p a:hover {
	text-decoration: underline;
	color: black;
}

h4 {
	margin-bottom: 16px;
	margin-top: 16px;
	text-transform: uppercase;
	color: #3f7d3f;
	font-size: 14px;
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3f7d3f;
	font-size: 14px;
	font-weight: bold;
}

h4 a:hover, h4 a.active {
	text-decoration: underline;
	text-transform: uppercase;
	color: #3f7d3f;
	font-size: 14px;
	font-weight: bold;
}

p.nazw {
	color: black;
}

p.nazw a {
	text-decoration: underline;
	color: black;
}

.col {
	display: inline;
	margin-right: 20px;
	width: 420px;
	float: left;
}

.box {
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 420px;
}

.znacznikiStronZwykle {
   height: 20px;
   margin-top:20px;
   margin-right: 70px;
   font-size:10px;
   float: right;
}

.znacznikiStronZwykle span {
   display:inline-block;
   float:right;
}

.znacznikiStronZwykle p.napis {
   line-height: 15px;
   display:inline-block;
   padding-left:5px;
   padding-right:5px;
   height:15px;
   float:right;
   text-align:center;
   font-size:10px;
}

.znacznikiStronZwykle a.tag {
   line-height: 15px;
   display:inline-block;
   float:right;
   padding-left:5px;
   padding-right:5px;
   height: 15px;
   color: black;
   text-align:center;
   font-weight: normal;
   text-decoration:none;
}

.znacznikiStronZwykle span {
   line-height: 15px;
}

.znacznikiStronZwykle a.active, .znacznikiStronZwykle a.tag:hover {
   background-color: rgb(93,79,75);
   font-weight: normal;
   color: white;
}

.boxZdjecia {
   display:inline-block;
   margin-top:20px;
   margin-right:20px;
}
