html, body {
   height:100%
   }

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size: 14px;
	color:#005697;
	margin-top: 0px;
	background: url(images/body_bg.png) repeat-x top center;
}


#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
  width           : 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0px;
	padding-bottom: 100px;
}

#header {
  position        : relative;
	height: 132px; 
	min-height: 132px;
	background: red;
	background: url(images/header_bg.jpg) repeat-x top center;
}
#header_belka {
  position        : relative;
  margin          : 0 auto;
	height					: 20px; 
	min-height			: 20px;
	line-height			: 20px;
	text-align			: right;
	font-size				: 13px;
	color						: #1b2a76;
	background: url(images/belka_header_bg.jpg) repeat-x top center;
}
#bip_belka {
  position        : relative;
	height					: 44px; 
	min-height			: 44px;
	background			: #ffffff;
  margin          : 0 auto;
}
#belka_bip_left {
  position        : relative;
	width						: 500px;
	float						: left;
}
#belka_bip_right {
  position        : relative;
	width						: 400px;
	float						: right;
}
.header_content {
  margin          : 0 auto;
  width           : 900px;
}
#licznik{
	margin-top: 5px;
	margin-right: 0px; 
	text-align: right; 
	font-weight: bold;
	float						: right; 	
}
#menu_top{
	width						:	262px;
	height					: 23px;
	min-height			: 23px;
	text-align			: center;
	font-size				: 16px;
	color						: #004d88;
	font-weight			: bold;
	padding-top			: 12px;
	padding-right		:	12px;
	background			: url(images/menu_top.png) no-repeat top left;
}
#menu_middle{
	width						:	272px;
	background			: url(images/menu_middle.png) repeat-y top left;
	padding-top			: 10px;
	padding-bottom	: 10px;
}
#menu_bottom{
	width						:	272px;
	height					: 18px;
	min-height			: 18px;
	background			: url(images/menu_bottom.png) no-repeat top left;
}

#content_container {
  position        : relative;
  margin          : 0 auto;
  width           : 900px;
	padding-top			: 15px;
  float           : none;
	overflow				: hidden;
}
#content_left {
  position        : relative;
  width           : 300px;
  float           : left;
}
#content_right {
  position        : relative;
  width           : 600px;
  float           : right;
}
#content_title {
  position        : relative;
	width						: 100%;
	min-width				: 100%;
	height					:	24px;
	min-height			: 24px;
	line-height			: 24px;
	font-size				: 16px;
	text-align			: center;
	color						: #fff;
	font-weight			: bold;
	background			: #028bf4;
	margin-bottom		: 30px;
	float						: none;
}
.mainpage_title {
  position        : relative;
	width						: 100%;
	min-width				: 100%;
	height					:	24px;
	min-height			: 24px;
	line-height			: 24px;
	font-size				: 16px;
	text-align			: center;
	color						: #fff;
	font-weight			: bold;
	background			: #028bf4;
	float						: none;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
#footer_left {
	width						:	163px;
	height					: 60px;
	min-height			: 60px;
	float						: left;
}
#footer_center {
	width						:	574px;
	padding-top			: 15px;
	text-align			: center;
	font-size				: 14px;
	color						: #000;
	float						: left;
}
#footer_right {
	width						:	163px;
	height					: 60px;
	min-height			: 60px;
	float						: right;
}
#main_footer {
  margin          : 0 auto;
	width						:	100%;
	height					: 31px;
	min-height			: 31px;
	line-height			: 31px;
	background			: url(images/footer_bg.jpg) repeat-x top center;
	color						: #fff;
	font-size				: 12px;
}
#under_footer {
  margin          : 0 auto;
	height					: 60px;
	min-height			: 60px;	
	width						:	100%;
	background			: #ffffff;	
}
.footer_content {
  margin          : 0 auto;
  width           : 900px;
}
img{
	border: 0px;
}


a{
	color:#005697;
    text-decoration : none;
}

a:link {
	color:#005697;
}
a:visited{
	color:#005697;
}
a:hover {
    text-decoration: none;
    color           : #e70209;
}

/*=============== Formatowanie menu ===================*/

a.menu{
    color           : #ffffff;
    text-decoration : none;
		font-weight			: bold;
}

a:link.menu {
    color           : #ffffff;
		font-weight			: bold;		
}
a:visited.menu {
    color           : #ffffff;
		font-weight			: bold;		
}
a:hover.menu {
    text-decoration: none;
		font-weight			: bold;		
    color           : #e70209;
}
a.highlight{
	font-weight: bold;
	color: #e70209;
}
a:link.highlight{
	font-weight: bold;
	color: #e70209;
}
a:visited.highlight{
	font-weight: bold;
	color: #e702093;
}
a:hover.highlight{
	font-weight: bold;
	color: #e70209;
}

ul{
      margin-left     : 30px;
      float           : none;
      padding-left    : 0px;
}
ul ul{
      margin-left     : 10px;
      float           : none;
      padding-left    : 0px;
}
li ul{
      float           : none;
      position        : relative;
			list-style			:	none;	
			margin-top			: 5px;
}
li{
      float           : none;
      position        : relative;
			list-style			:	none;
			background			: url(images/li.png) no-repeat 0px 5px;
      margin-left     : 0px;
      padding-left    : 15px;
			margin-top			: 5px;
}
li li{
      float           : none;
      position        : relative;
			list-style			:	none;
			background			: url(images/li_li.png) no-repeat 0px 5px;
      margin-left     : 0px;
      padding-left    : 15px;
}
li.selected {
      float           : none;
      position        : relative;
			list-style			:	none;
			background			: url(images/li_selected.png) no-repeat 0px 5px;
      margin-left     : 0px;
      padding-left    : 15px;
			margin-top			: 5px;
}
li li.selected{
      float           : none;
      position        : relative;
			list-style			:	none;
			background			: url(images/li_li_selected.png) no-repeat 0px 5px;
      margin-left     : 0px;
      padding-left    : 15px;
}

/*=============== Formatowanie zajawek wiadomości ===================*/
.news{
    border-bottom   : 1px solid #b9b9b9;
    width           : 600px;
    min-width       : 600px;
    height          : 104px;
    min-height      : 104px;
    margin-bottom   : 20px;
    margin-top      : 10px;
    padding-bottom  : 20px;
    float           : none;
}
.miniaturka{
   width            : 150px;
   min-width        : 150px;
   height           : 100px;
   min-height       : 100px;
   padding          : 2px;
   border           : 1px solid #b9b9b9;
   float            : left;
	 background				: #fff;
}

.news_content{
   width            : 419px;
   min-width        : 419px;
   height           : 94px;
   min-height       : 94px;
   float            : right;
   padding          : 5px;
   margin-left      : 15px;
}
.news_title{
   font-size        : 16px;
   font-weight      : bold;
	 color						: #e70209;
   float            : none;
}
.news_data{
   font-size        : 12px;
   color						: #028bf4;
	 font-weight			: bold;
}
.news_txt{
		color						:#005697;
}
#paginacja{
   width            : 100%;
   min-width        : 100%;
   text-align       : center;
}

a.news_title{
	font-weight: bold;
	color: #e70209;
}
a:link.news_title{
	font-weight: bold;
	color: #e70209;
}
a:visited.news_title{
	font-weight: bold;
	color: #e70209;
}
a:hover.news_title{
	font-weight: bold;
	color: #e70209;
}
/*=============== Formatowanie w dziale ogloszenia ===================*/
.blog{
    border-bottom   : 1px solid #b9b9b9;
    width           : 600px;
    min-width       : 600px;
    margin-bottom   : 20px;
    margin-top      : 10px;
    padding-bottom  : 20px;
    float           : none;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #00457a;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #028bf4;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #028bf4;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #618100;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
}
#ditto_archivelist .ditto_month {
    font-weight: bold;
}
.ditto_currentpage {
    border: 1px solid #00457a;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #028bf4;
    color: #fff;
}
.ditto_page {
    border: 1px solid #00457a;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #fff;
    color: #003f73;
}

/*=============== Formatowanie kalendarza ===================*/
#kalendarz{
	width:	247px;
	min-width: 247px;
	height: 156px;
	min-height: 156px;
	margin-top: 15px;
	color: #ffffff;
	text-align: center;
	background: url(images/kalendarz_bg.png) top center;
	padding-top: 10px;
	padding-left: 25px;
}
.current_day{
    color           : #e70209;
		font-weight			: bold;
}
/*=============== Formatowanie miniaturek zdjęć ===================*/
.gal_mini{
   width            : 100px;
   min-width        : 100px;
   height           : 100px;
   min-height       : 100px;
   margin           : 5px;
   border           : 1px solid #b9b9b9;
   float            : left;
	 text-align				: center;
}s