html, body {
	margin: 0;
	padding: 0;
}
	
body {
	text-align: center; /*IE*/
	margin: auto;
	background: url("images/page_bg.png") repeat-x;
	background-color: #9ebf32;
	font: 10px verdana, arial, sans-serif;
}

.container {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: auto ! important;
	min-height: 950px;
	margin: auto;
	position: relative;
}

.header {
	float: left;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 334px;
	margin-top: 20px;
	position: relative;
}

.header_top {
	float: left;
	width: 990px;
	height: 26px;
	background: url("images/header_top.png") no-repeat;
}

.header_middle {
	float: left;
	width: 990px;
	height: 270px;
	background: url("images/header_middle.png") repeat-y;
}

.header_bottom {
	float: left;
	width: 990px;
	height: 38px;
	background: url("images/header_bottom.png") no-repeat;
	position: relative;
}

.headline_frame {
	width: 850px;
	height: 30px;
	overflow: hidden;
	position: absolute; top: 6px; left: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #f3f3f3;
	text-shadow: #000000 5px 5px 10px;
	font-family: arial;
}

.logo {
	width: 262px;
	height: 262px;
	background: url("images/logo.png") no-repeat;
	position: absolute; top: 31px; left: 15px;
}

.flash_bg {
	width: 667px;
	height: 268px;
	background: url("images/flash_bg.png") no-repeat;
	position: absolute; top: 26px; right: 20px;
	z-index: 2;
}

.flash_frame {
	width: 580px;
	height: 245px;
	overflow: hidden;
	position: absolute; top: 46px; right: 62px;
	z-index: 1;
}

.wersje_jezykowe {
	position: absolute; top: 8px; right: 5px;
	width: 120px;
	height: 21px;
	text-align: right;
}

.util_option
{
	display: block;
	float: right;
	padding: 2px;
	border-top: 1px solid rgb(220,220,220);
	border-left: 1px solid rgb(220,220,220);
	border-right: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	background: rgb(255,255,255);
	margin-left: 1px;
	margin-right: 3px;
	color: rgb(120,120,120);
	height: 15px;
}

.util_option:hover
{
	background: rgb(240,240,240);
}

.util_option a:link, .util_option a:active, .util_option a:visited, #footer a:link, #footer a:active, #footer a:visited {
	color: rgb(120,120,120);
	text-decoration: none;
}

.util_option a:hover, #footer a:hover
{
	color: rgb(120,120,120);
	text-decoration: underline;
}

img {
  border: none;
}

.content_area {
	float: left;
	width: 990px;
	height: auto ! important;
	min-height: 350px;
	background: url("images/content_body_bg.png") repeat-y;
	padding-top:6px;
}

.left_side {
	width: 176px;
	min-height: 100px;
	float: left;
	margin-left: 4px;
}

.middle {
	float: left;
	width: 590px;
	height: auto ! important;
	min-height: 100px;
	margin-left: 2px;
	text-align: justify;
	font-size: 12px;
}

.article_frame {
	width: 580px;
	margin-left: 9px;
}

.article_frame .container_link_item {
	border: 1px solid #6f911f;
	margin-bottom: 15px;
}

.article_frame h3 {
	background-color:#6f911f;
	color:#ffffff;
	font-size:12px;
	margin: 0;
	margin-bottom:2px;
	padding:5px;
}

.text_short {
	
	height:auto;
	color: #ffffff;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
}

.right_side {
	float: right;
	width: 200px;
	min-height: 100px;
	margin-right: 4px;
}

.kalendarz {
	width: 200px;
	height: 350px;
	float: right;
}

.footer {
	width: 990px;
	height: 28px;
	background: url("images/footer_bg.png") no-repeat;
	float: left;
	margin-bottom: 20px;
}

.logowanie a {
	width: 21px;
	height: 20px;
	background: url("images/logowanie.png") no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	outline: none;
}

.logowanie a:hover {
	width: 21px;
	height: 20px;
	background: url("images/logowanie_hover.png") no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	outline: none;
}

.wyloguj a {
	width: 21px;
	height: 20px;
	background: url("images/logowanie.png") no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	outline: none;
}

.wyloguj a:hover {
	width: 21px;
	height: 20px;
	background: url("images/logowanie_hover.png") no-repeat;
	float: left;
	margin-left: 15px;
	margin-top: 4px;
	outline: none;
}

.mapa_strony {
	width: 91px;
	height: 24px;
	background: url("images/mapa_strony.png") no-repeat;
	float: left;
	margin-left: 50px;
	margin-top: 1px;
}

.mapa_strony a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

.opis {
	margin: auto;
	width: 400px;
	height: 28px;
	line-height: 28px;	
	color:#ffffff;
}

.opis a {
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	text-decoration:none;
}

#navigation1 .menu_bottom {
	margin: 0;
	padding: 0;
}


#navigation1 {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	width: 176px;
	margin-left: 0px;
}

#navigation1 li {
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 176px;
	height: 36px;
	background: url("images/mp_main_button.png") no-repeat;
	overflow: hidden;
}

#navigation1 li a {
	margin: 0;
	padding: 0;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 36px;
	padding-left: 14px;
	padding-right: 12px;
	text-shadow: 3px 4px 7px #000000;
	outline-style: none;
}

#navigation1 li a:hover {
	color: #000000;
	text-shadow: 2px 2px 4px #f3f3f3;
}

#navigation1 .clicked_link {
	color: #000000;
	text-shadow: 2px 2px 4px #f3f3f3;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}
/*





.footer_2 {
	width: 100%;
	height: 38px;
}

.footer_line {
	width: 100%;
	height: 3px;
	background: url("images/footer_line.png") repeat-x;
	margin-bottom: 2px;
}

.licznik_box {
	float: left;
	margin-left: 1px;
}

.validacja_box {
	float: right;
	width: 200px;
	height: 31px;
}

.validacja_box img {
	float:right;
	margin-left:5px;
}

/* GALERIA --------------------------------------------------------- */
.gallery_photo_div
{
	height: 104px; 
	width: 90px; 
	margin-top:10px; 
	margin-right:10px; 
	float:left; 
	text-align:center;
}

.gallery_photo_table
{
	height: 90px;
	width: 90px;
	border:1px solid #f0f0f0;
}

.gallery_photo_table:hover
{
	background-color: #fafafa;
}

.gallery_photo_description
{

}

#layer1 
{
	position: absolute;
	left:0;
	top:0;
	background:url(images/notice.png) no-repeat 0 0 transparent; 
	width:326px;
	height:229px;
	padding:0 0 20px 40px;
	z-index:9999;
}
	
#layer1_handle 
{
	height:45px;
	margin:5px 100px 5px 110px;
	cursor: move;
}
	
#mask
 {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:9999;
}

/* ------------------------------------------------------------------*/

.clear { clear: both; }

table {
	width: 100%;
}

table, tr, td
{
	font-size: 11px;
}

.errors h2 {
	font-size: 14px;
	font-family: verdana;
}

img {
	border: none;
}


.comment { font-size: 10px;}
.expand 
{ 
  background:url(../../images/icons/expand.png) no-repeat top center; 
  width: 15px; 
  height: 12px;
  display: inline;
  float: left;
  text-decoration: none;
}
.collapse 
{ 
  background:url(../../images/icons/collapse.png) no-repeat top center; 
  width: 15px; 
  height: 12px;
  display: inline;
  float: left;
  text-decoration: none;
}

/* NEWSLETTER -------------------------------------------------------*/

.newsletter {
	width: 200px;
	height: 110px;
	background: url("images/newsletter_bg.png") no-repeat;
	margin-top: 80px;
	position: relative;
	float: right;
	margin-top: 20px;
}

.newsletter_form {
	position: absolute; top: 90px; left: 1px;
}

.newsletter .blue_arrow {
	width: 15px;
	height: 15px;
	position: absolute; top: 92px; right: 5px;
}

/* ------------------------------------------------------------------*/



