/* 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 {
	background-color: #E6E6E6;
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	text-align: left;
}

#header h1 a {
	float: left;
	background-repeat: no-repeat;
	background-image: url(/images/header.png);
	height: 96px;
	width: 920px;
	text-indent: -9999px;
	display: inline;
}

ul#navi {
	display: inline;
	margin-left: 160px;
	float: left;
	width: 760px;
}

ul#navi li {
	float: left;
	display: inline;
}

ul#navi li a.ofunduszu {
	background-position: 0px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 136px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.ofunduszu:hover {
	background-position: 0px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}

ul#navi li a.oferta {
	background-position: -136px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 94px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.oferta:hover {
	background-position: -136px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}

ul#navi li a.prawdy {
	background-position: -230px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 146px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.prawdy:hover {
	background-position: -230px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}

ul#navi li a.wniosek {
	background-position: -376px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 110px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.wniosek:hover {
	background-position: -376px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}

ul#navi li a.praca {
	background-position: -486px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 142px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.praca:hover {
	background-position: -486px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}

ul#navi li a.kontakt {
	background-position: -628px 0px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
	height: 36px;
	width: 132px;
	text-indent: -9999px;
	float: left;
}

ul#navi li a.kontakt:hover {
	background-position: -628px -36px;
	background-repeat: no-repeat;
	background-image: url(/images/menu.png);
}
.content {
	margin-top: 10px;
	width: 736px;
	margin-left: 164px;
	float: left;
	display: inline;
	min-height: 550px;
}

.main {
	background-color: #FCEBFC;
	float: left;
	width: 478px;
	border-bottom: lightgrey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	min-height: 580px;
	display: inline;
	font-size: 1em;}

.main h2 {
	padding-left: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: #C3004A;
	width: 458px;
	height: 22px;
	float: left;
}

.info {
	margin-right: 20px;
	margin-left: 20px;
}
.info h3 {
	/* height: 20px; */
	width: 440px;
	/* margin-bottom: 3px; */
	/* margin-top: 8px; */
	color: #999999;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}


.pow {
	width: 440px;
	float: right;
	text-align: right;
	height: 25px;
	border-bottom: lightgrey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}

a.powiekszanie {
	background-position: 0px 0px;
	height: 25px;
	background-image: url(/images/lupka.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 45px;
	display: block;
	color: black;
	text-decoration: none;
	line-height: 25px;
	margin-left: 10px;
	font-size: 11px;
}

a.powiekszanie:hover {
	height: 25px;
	background-position: 0px -25px;
	text-decoration: none;
	background-image: url(/images/lupka.png);
	background-repeat: no-repeat;
	color: blue;
}

a.pomniejszanie {
	background-position: 0px -50px;
	height: 25px;
	background-image: url(/images/lupka.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 45px;
	display: block;
	color: black;
	text-decoration: none;
	line-height: 25px;
	margin-left: 10px;
	font-size: 11px;
}

a.pomniejszanie:hover {
	height: 25px;
	background-position: 0px -75px;
	text-decoration: none;
	background-image: url(/images/lupka.png);
	background-repeat: no-repeat;
	color: blue;
}

.info h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	width: 440px;
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
}

.info p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #4a4a4c;
   font-size: 1.3em;
	
}

#footer {
	height: 30px;
	margin-top: 20px;
	background-color: #C3004A;
	float: left;
	width: 756px;
	margin-left: 164px;
	display: inline;
}

#footer p {
	margin-left: 20px;
	font-size: 1.1em;
	line-height: 30px;
	color: white;
	display: inline;
	margin-right: 90px;
}

#footer p a {
	color: white;
	text-decoration: none;
}

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

.sidebar {
	padding-bottom: 20px;
	width: 244px;
	float: right;
}

.wydarzenia {
	padding-bottom: 10px;
	background-color: #F0F0F0;
	width: 240px;
	margin-left: 2px;
	margin-top: 5px;
}

.wydarzenia h2#wydarzenia {
	color: white;
	line-height: 22px;
	height: 22px;
	font-size: 1.2em;
	display: block;
}

.wydarzenia h2#wydarzenia a {
	height: 22px;
	padding-left: 20px;
	width: 220px;
	background-color: #999999;
	color: white;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	
}

.wydarzenia h2#wydarzenia a:hover {
	background-color: #C3004A;
	color: white;
	text-decoration: none;
}

.news {
	padding-bottom: 3px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
	width: 200px;
}

.news h3.data {
	color: grey;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

.news h2 {
	margin-top: 1px;
	margin-bottom: 3px;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.news h2 a, a.link {
	color:black;
	text-decoration:none;
}

.news h2 a:hover, a.link:hover {
	text-decoration:none;
	color:#C3004A;
}

.news p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #4a4a4c;
}

.news a.czytaj {
	color: #C3004A;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 5px;
}

.news a.czytaj:hover {
	color: blue;
	text-decoration: none;
	
}

.info p a {
	color: #C3004A;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}

.form {
	padding-top: 20px;
	margin-left: 20px;
	width: 440px;
	float: left;
}

.wpis {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.2em;
	width: 220px;
	float: left;
}

.pole {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.2em;
	width: 200px;
	float: right;
}

.form .zgoda {
}

.ptext {
}

.info ul {
list-style-position: outside;
}

.info ul li {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #4a4a4c;
	/* padding-left: 15px; */
	list-style-type: disc;
	margin-left: 20px;

}

.info ul li a {
	text-decoration: none;
	color: #C3004A;

}

.info ul li a:hover {
	text-decoration: underline;
	color: blue;

}

.content h1 a.moge {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
	text-indent: -9999px;
}

.content h1 a.moge:hover {
	background-position: -747px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
}

.content h1 a.bede {
	background-position: 0px -151px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
	text-indent: -9999px;
}

.content h1 a.bede:hover {
	background-position: -747px -151px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
}

.content h1 a.pomoge {
	background-position: 0px -302px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
	text-indent: -9999px;
}

.content h1 a.pomoge:hover {
	background-position: -747px -302px;
	background-repeat: no-repeat;
	background-image: url(../images/moge2.jpg);
	float: left;
	height: 151px;
	width: 747px;
}


img.duze {
	margin-bottom: 5px;
	/* margin-top: 10px; */
	border-bottom: lightgrey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-color: lightgrey;
	border-top-width: 1px;
	border-top-style: solid;
}


.form p {
	font-size: 1.1em;
}

.accordion {
	width: 440px;
}

/*
.accordion h3 {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
	width: 390px;
	line-height: 1.3em;

}
*/


.accordion h3 {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/strzalka.png);
	padding-right: 40px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	margin-left: 50px;
	width: 350px;
	line-height: 1.3em;
	min-height: 24px;

}

.accordion h3:hover {
	color: blue;
}

.accordion p {
	width: 350px;
	margin-left: 50px;
	color: #C3004A;
}

.accordion h4.mit { 
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	width: 50px;
	float: left;
	padding-top: 5px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	display: inline;

}

p.red {
	color: #C3004A;

}


/*
.ofe .accordion h3 {
padding-left: 0px;
}

.ofe .accordion p {
	width: 390px;
	padding-left: 0px;
}
*/
.partner {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 440px;
}


.partnerFoto {
	float: left;
	width: 140px;
}

.partnerPrawa {
	width: 285px;
	float: right
}

.accordionPartnerzy h3 {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/strzalka.png);
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	line-height: 1.3em;
	min-height: 24px;
	width: 285px;
}

.accordionPartnerzy h3:hover {
	color: blue;
}

/*
Piotrka klasy
*/

A.znacznikiStron {font-size:8px;color:black;}
A.znacznikiStronAktywna {font-size:8px;color:white;}
A.znacznikiStron:hover, A.znacznikiStronAktywna:hover {text-decoration:underline;}
.znacznikiStron {text-decoration:none;font-size:8px;color:#FFFFFF;font-weight:normal;
padding:2px; width:11px; height:11px; text-align:center; background-color: rgb(240,240,240)}
.znacznikiStronAktywna {text-decoration:none;font-size:8px;color:#FFFFFF;font-weight:normal;
padding:2px; width:11px; height:11px; text-align:center; background-color: rgb(150,129,53)}


.malyErrorDiv {
   font-size:10px;color:#C40026;font-family: verdana;font-weight:bold;padding:5px;text-align:center;border:1px solid #C40026;
}

.ptext {
   line-height: 1.3em;
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #534741;
	border:1px solid rgb(62,62,62);
	
}

.button {
   
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background-color: #C3004A;
	color:white;
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.button:hover {
  
	background-color: black;
	color:white;

}

.dragged {
	cursor: all-scroll !important;
	border-color: #cc0000 !important;
	z-index: 300 !important;
	filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.chosen {
	background: rgb(194,194,194);
}
