html {
	background: url('../img/bg.gif') center 0 no-repeat #ffffff;
	}

body {
	color: #8d8e8d;
	font: normal 11px tahoma, sans-serif;
	}

div.main {
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	width: 990px;
	z-index: 1;
	}

.black {
	color: #000000;
	}
.alert {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin-top: 10px;
	text-decoration: none;
	xwhite-space: nowrap;
	}

a {
	color: #8d8e8d;
	text-decoration: none;
	}

a:hover, a.active {
	color: #000000;
	text-decoration: underline;
	}

.cl {
	clear: both;
	}

p {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 16px;
	}

img.bordered {
	border: 1px solid #cacaca;
	padding: 3px;
	margin: 5px;
	text-align: center;
	}

/*--------------------------------------*/
/* header
/*--------------------------------------*/
#header {
	height: 152px;
	position: relative;
	}

#header #logo {
	top: 22px;
	left: 84px;
	position: absolute;
	}

#header #lang {
	top: 34px;
	right: 26px;
	position: absolute;
	}

#header #menu {
	top: 73px;
	right: 26px;
	position: absolute;
	}
/*
#header #menu li {
	display: inline;
	margin-right: 20px;
	}
#header #menu li a {
	font-size: 14px;
	font-weight: bold;
	}
#header #menu li a:hover, #header #menu li a.active {
	text-decoration: none !important;
	}
*/

#header #menu_1 {
	top: 98px;
	position: absolute;
	text-align: center;
	}
#header #menu_2 {
	top: 98px;
	position: absolute;
	text-align: center;
	}
#header #menu_3 {
	top: 98px;
	position: absolute;
	text-align: center;
	}
#header #menu_5 {
	top: 98px;
	position: absolute;
	text-align: center;
	}
#header #menu_1 li, #header #menu_2 li, #header #menu_3 li {
	display: inline;
	margin-right: 30px;
	}
#header #menu_5 li {
	display: inline;
	margin-right: 10px;
	}
#header #menu_1 li a, #header #menu_2 li a, #header #menu_3 li a, #header #menu_5 li a {
	color: #8098a3;
	font-size: 12px;
	}


/*--------------------------------------*/
/* header2
/*--------------------------------------*/
#header2 {
	height: 275px;
	position: relative;
	}
#header2 #flash {
	width: 432px;
	top: -30px;
	left: 345px;
	position: absolute;
	height: 305px;
	background-color: #cbe4ee;
	}
#header2 #flash #top {
	top: 10px;
	left: 10px;
	position: absolute;
	}
#cells_left {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 91px;
	}
#cells_right {
	top: 0px;
	left: 777px;
	position: absolute;
	height: 203px;
	background-color: #cbe4ee;
	}

#header2_sub {
	height: 203px;
	position: relative;
	}
#header2_sub #flash_sub {
	width: 432px;
	top: -30px;
	left: 345px;
	position: absolute;
	height: 233px;
	background-color: #cbe4ee;
	}
#header2_sub #flash_sub #top2 {
	top: 10px;
	left: 10px;
	position: absolute;
	}

#header2 #flash img, #header2_sub #flash_sub img {
	padding: 10px;
	}

#search {
	float: left;
	color: #00738f;
	font: normal 11px tahoma, sans-serif;
	margin-left: 20px;
	margin-top: 10px;
	padding: 3px;
	width: 140px;
	}
#search_submit {
	margin-top: 10px;
	}

#welcome {
	top: 91px;
	left: 0px;
	position: absolute;
	height: 184px;
	width: 345px;
	background-color: #cbe4ee;
	}
#welcome h1 {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	white-space: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	}
#welcome p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	}
#welcome a {
	bottom: 10px;
	right: 10px;
	position: absolute;
}

#dotacje {
	top: 91px;
	left: 0px;
	position: absolute;
	height: 85px;
	width: 345px;
	}

#content_header {
	float: left;
	clear: left;
	}


/*--------------------------------------*/
/* banners
/*--------------------------------------*/
#banners {
	float: right !important;
	width: 210px;
	position: relative;
	margin-top: -72px;
	text-align: center;
	xbackground-color: #0f0;
	}
#banners_sub {
	float: right !important;
	width: 210px;
	position: relative;
	text-align: center;
	xbackground-color: #f00;
	}
#banners img, #banners_sub img {
	margin: 20px;
	}


/*--------------------------------------*/
/* columns
/*--------------------------------------*/
div.content {
	float: left !important;
	padding: 20px;
	width: 740px;
	position: relative;
	}

div.index_left {
	float: left;
	width: 440px;
	position: relative;
	}

a.index_left_more {
	float: right;
	top: 10px;
	right: 0px;
	position: relative;
}

div.index_right {
	float: right;
	margin-right: -15px;
	width: 300px;
	position: relative;
	}

div.index_left ul.index_left li img, div.index_right ul.index_left li img {
	float: right;
	}

div.content #breadcrumb {
	float: left;
	margin-top: -35px;
	z-index: 2;
	}

div.content #years {
	float: right;
	xmargin-top: -5px;
	}

div.content #back {
	float: right;
	}

div.content ul {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	}
div.content ul li {
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #cacaca;
	width: 100%;
	padding-bottom: 10px;
	}


/*--------------------------------------*/
/* index
/*--------------------------------------*/
div.index_left ul.index_left {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	}
div.index_left ul.index_left li {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	}


/*--------------------------------------*/
/* site_map
/*--------------------------------------*/
div.content ul.site_map {
	display: inline;
	list-style-type: circle;
	margin-top: 20px;
	}
div.content ul.site_map li {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom: 0px;
	padding-bottom: 0px;
	}


/*--------------------------------------*/
/* contact
/*--------------------------------------*/
div.content #contact_1 {
	float: left;
	width: 200px;
	xbackground-color: #0f0;
	}
div.content #contact_map {
	float: right;
	width: 425px;
	position: relative;
	}
div.content #contact_2 {
	float: left;
	width: 100%;
	position: relative;
	xbackground-color: #0f0;
	}


/*--------------------------------------*/
/* promotion
/*--------------------------------------*/
div.content ul.promotion {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	}
div.content ul.promotion li {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	}
div.content div.promotion_title {
	float: left;
	width: 430px;
	xbackground-color: #0f0;
	}
div.content div.promotion_link {
	float: right;
	margin-left: 40px;
	xbackground-color: #00f;
	}


/*--------------------------------------*/
/* inserts
/*--------------------------------------*/
div.content ul.inserts {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	}
div.content ul.inserts li {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	xbackground-color: #00f;
	}
div.content div.inserts_img {
	float: left;
	width: 118px;
	xmargin-right: 10px;
	xbackground-color: #0f0;
	}
div.content div.inserts_text {
	float: right;
	width: 620px;
	margin-top: 5px;
	xbackground-color: #00f;
	}
div.content div.inserts_text_only {
	float: left;
	width: 100%px;
	xbackground-color: #00f;
	}


/*--------------------------------------*/
/* cooperation
/*--------------------------------------*/
div.content ul.cooperation {
	display: inline;
	list-style-type: none;
	margin-top: 20px;
	}
div.content ul.cooperation li {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	xbackground-color: #00f;
	}
div.content ul.cooperation li img {
	float: left;
	width: 134px;
	height: 48px;
	xmargin-right: 10px;
	xbackground-color: #0f0;
	}
div.cooperation-message {
	float: right;
	width: 570px;
	margin-top: 5px;
	xbackground-color: #f00;
	}
div.cooperation-message p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	}


/*--------------------------------------*/
/* navi
/*--------------------------------------*/
#prevnext {
	float: left;
	clear: left;
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #cacaca;
	}
#pages {
	float: left;
	clear: left;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	}

#pages ul {
	list-style-type: none;
	}

#pages li {
	display: inline;
	margin: 2px;
	border: 0;
	}


/*--------------------------------------*/
/* footer
/*--------------------------------------*/
#footer {
	background: url('../img/bg_footer.gif') 0 0 repeat-x #ffffff;
	clear: left;
	color: #6e7992;
	float: left;
	height: 161px;
	xmargin-top: -30px;
	xpadding-top: 50px;
	width: 100%;
	}
#footer #logos {
	top: 0px;
	left: 537px;
	position: absolute;
	}
#footer #links {
	top: 72px;
	left: 0px;
	position: absolute;
	}
#footer #copyright {
	top: 114px;
	left: 0px;
	position: absolute;
	width: 100%;
	}
#footer #copyright a, #footer #links a {
	color: #6e7992;
	}


.dispnone {
	display: none;
}
.dispinline {
	display: inline;
}
