body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font: normal 11px/13px Tahoma, Geneva, sans-serif;
    color: #565656;
    background: #fff url(../img/body_background.png) repeat-x 0px 0px;
	text-align: center;
}

* 
{
    border: 0;
    margin: 0;
    padding: 0;
}

.cb
{
	clear: both;
}

#BackgroundContainer
{
	background: url(../img/main_background.png) repeat-x 0px bottom;
}

#MainContainer
{
    height: auto;
  	width: 983px;
	margin: 0 auto;
	text-align: left;
}

#Header
{
	width: 983px;
	height: 353px;
	background: #fff url(../img/header_background.jpg) no-repeat 0px 0px;
}

#LogoFDN
{
	float: left;
	padding: 13px 0 0 81px;
}

#TopMenu
{
	float: left;
	padding: 23px 0 0 469px;
	width: 220px;
	text-align: center;
}

#TopMenu a
{
	font: normal 11px/21px Tahoma, Geneva, sans-serif;
	color: #565656;
	text-decoration: none;
}

#TopMenu a:hover
{
	text-decoration: underline;
}

#TopMenu span
{
	background: url(../img/top_menu_spacer.png) no-repeat 4px 5px;
	padding: 0 4px 0 4px;
}

#LeftColumn
{
	float: left;
	width: 225px;
}

#LeftColumn ul
{
	clear: both;
	margin: 1px 0 0 0px;
	padding: 5px 0 0;
	background: url(../img/menu_background_ul.png) no-repeat 0px 0px;
}

#LeftColumn ul ul
{
	background: none;
	padding: 0;
	margin: 0;
}

#LeftColumn ul li
{
	display: block;
	clear: both;
	list-style-type: none;
	width: 225px;
	padding: 1px 0 0 0;
}

#LeftColumn ul li a
{
	display: block;
	width: 180px;
	padding: 7px 20px 7px 25px;
	font: normal 12px/20px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #3e3e3e;
	background: #e7f4d6;
}

#LeftColumn ul li a.first
{
	background: url(../img/menu_background_first.png) repeat-y 0px 0px;
}

#LeftColumn ul li a:hover,
#LeftColumn ul li a.clicked
{
	background: #d4e9b9 url(../img/menu_background.png) no-repeat 11px 14px;
}

#LeftColumn ul li ul li
{
	padding: 0;
}

#LeftColumn ul li ul li a
{
	width: 165px;
	padding: 7px 20px 7px 40px;
	font: normal 11px/20px Verdana, Geneva, sans-serif;
	background: #e7f4d6 url(../img/menu_background2.png) no-repeat 33px 17px;
}

#LeftColumn ul li ul li a:hover,
#LeftColumn ul li ul li a.clicked
{
	color: #669f1a;
	background: #e7f4d6 url(../img/menu_background2.png) no-repeat 33px 17px;
}

#LeftColumn ul li ul li ul li a
{
	width: 150px;
	padding: 7px 20px 7px 55px;
	font: normal 10px/17px Verdana, Geneva, sans-serif;
	background: #e7f4d6 url(../img/menu_background3.png) no-repeat 48px 16px;
}

#LeftColumn ul li ul li ul li a:hover,
#LeftColumn ul li ul li ul li a.clicked
{
	color: #669f1a;
	background: #e7f4d6 url(../img/menu_background3.png) no-repeat 48px 16px;
}

#LeftColumn #MenuShadow
{
	width: 225px;
	height: 5px;
	background: url(../img/menu_shadow.png) no-repeat 0px 0px;
	overflow: hidden;
}

#LeftColumn #Newsletter
{
	margin: 3px 0 50px;
	width: 194px;
	height: 103px;
	padding: 33px 13px 0 18px;
	background: url(../img/newsletter_background.png) no-repeat 0px 0px;
}

#LeftColumn #Newsletter input
{
	font: normal 11px/13px Tahoma, Geneva, sans-serif;
	color: #4c4c4c;
}

#LeftColumn #Newsletter input.email
{
	float: left;
	margin: 13px 0 0 0;
	border: 1px solid #c5d2b3;
	padding: 4px 5px 0;
	height: 17px;
	width: 156px;
}

#LeftColumn #Newsletter input.subimg
{
	float: left;
	width: 20px;
	height: 20px;
	margin: 14px 0 0 5px;
}

#LeftColumn #Newsletter input.button
{
	float: right;
	margin: 7px 21px 0 0;
	background: #d1e6b3;
	font: normal 11px/13px Tahoma, Geneva, sans-serif;
	width: 87px;
	height: 15px;
	cursor: pointer;
}

#LeftColumn #Newsletter p
{
	font-size: 10px;
}

#LeftColumn #Newsletter p.n_ok
{
	color: #477300;
}

#LeftColumn #Newsletter p.n_bad
{
	color: #c10000;
}

#Content
{
	float: left;
	width: 499px;
	padding: 0 28px 5px;
	margin: 0 2px 50px;
	background: url(../img/content_background.png) repeat-x 0px 0px;
}

#Content h3
{
	font: bold 13px/30px Tahoma, Geneva, sans-serif;
	color: #669f1a;
	padding-bottom: 12px;
}

#Content h4
{
	font: bold 11px/13px Tahoma, Geneva, sans-serif;
}

#Content p
{
	line-height: 15px;
	text-align: justify;
	padding-bottom: 24px;
}

#Content a
{
	text-decoration: none;
	color: #738E12;
}

#Content a:hover
{
	text-decoration: underline;
}

#Content ul,
#Content ol
{
	padding: 0px 0 20px 25px;
}

#Content table
{
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}

#Content table td
{
	border: 1px solid #565656;
	padding: 2px;
}

#Content #Gallery
{
	text-align: center;
}

#Content #Gallery a
{
	float: left;
	width: 56px;
	height: 56px;
	background: #e7e5e7;
	padding: 4px;
	border: 1px solid #c2c2c2;
	margin: 8px;
}

#Content #Gallery a:hover
{
	background: #c3de9e;
}

#Content #FilesToDownload
{
	margin-bottom: 2px;
}

#Content #FilesToDownload a
{
	display: block;
	font: normal 11px/18px Tahoma, Arial, sans-serif;
	color: #565656;
	padding: 0px 0 5px 22px;
	text-decoration: none;
	background: url('../img/icon_uniw.png') no-repeat 0 2px;
}

#Content #FilesToDownload a span
{
	color: #7cb530;
}

#Content #FilesToDownload a:hover
{
	text-decoration: underline;
}

#Content #FilesToDownload a.pdf
{
	background: url('../img/icon_pdf.png') no-repeat 0 2px;
}

#Content #FilesToDownload a.xls
{
	background: url('../img/icon_xls.png') no-repeat 0 2px;
}

#Content #FilesToDownload a.pps,
#Content #FilesToDownload a.ppt
{
	background: url('../img/icon_ppt.png') no-repeat 0 2px;
}

#Content #FilesToDownload a.doc
{
	background: url('../img/icon_doc.png') no-repeat 0 2px;
}

#Content #FilesToDownload a.zip
{
	background: url('../img/icon_zip.png') no-repeat 0 2px;
}

#Content #FilesToDownload a.jpg
{
	background: url('../img/icon_jpg.png') no-repeat 0 2px;
}

#Content #Stronicowanie
{
	float: right;
}

#Content #Stronicowanie a
{
	margin-left: 3px;
	color: #565656;
}

#Content #Stronicowanie a.actual
{
	color: #8c8f81;
}

#RightColumn
{
	float: left;
	width: 199px;
	margin: 0 0 50px;
}

#RightColumn div.Zajawka
{
	width: 170px;
	padding: 0 17px 17px 12px;
	margin: 1px 0 3px;
	background: #e7f4d6 url(../img/zajawka_shadow.png) no-repeat 0px bottom;
}

#RightColumn h5
{
	font: bold 11px/14px Tahoma, Geneva, sans-serif;
	padding: 21px 0 12px;
}

#RightColumn div.Zajawka p
{
	color: #4c4c4c;
	text-align: justify;
}

#RightColumn div.Zajawka a
{
	text-decoration: none;
	float: right;
	color: #738e12;
	padding-left: 10px;
	background: transparent url(../img/more_background.png) no-repeat 0px 5px;
}

#RightColumn div.Zajawka a:hover
{
	text-decoration: underline;
}

#RightColumn #Polecane
{
	width: 170px;
	padding: 0 17px 17px 12px;
	margin: 0 0 3px;
	background: url(../img/polecane_background.png) no-repeat 0px 0px;
}

#RightColumn #Polecane #Bannery
{
	text-align: center;
}

#RightColumn #Polecane #Bannery div.Banner
{
	margin-bottom: 10px;
}

#Footer
{
	clear: both;
	height: 63px;
	background: #eee url(../img/footer_background.png) no-repeat 0px 0px;
}

#Footer p, 
#Footer a
{
	font: normal 10px/13px Tahoma, Geneva, sans-serif;
	color: #656565;
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
}

#Footer #FIO 
{
	float: left;
	padding-top: 13px;
	width: 340px;
}

#Footer #FIO p
{
	display: block;
	height: 41px;
	padding: 6px 0 0 115px;
	background: url(../img/fundusz_inicjatyw_obywatelskich.png) no-repeat 0px 0px;
}

#Footer #webActive
{
	float: right;
	padding-top: 19px;
	text-align: right;
}

#Footer #webActive #webActiveLogo
{
	padding-left: 18px;
	background: url(../img/wa.png) no-repeat 0px 2px;
}