* {
	margin: 0;
	padding: 0;
	outline: 0;
}
p
{
margin-top:10px;
margin-bottom:10px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
body {
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
	background-color: #ccc;
}
#wrapper-1 {
	width: 980px;
	margin: 0 auto;
	background: #ccc url(images/bg-wrapper.png) repeat-y center top;
}
#wrapper-2 {
	text-align: left;
	width: 936px;
	margin: 0 auto;
}
#wrapper-footer {
	width: 980px;
	height: 26px;
	background: #ccc url(images/bg-footer.png) no-repeat center bottom;
}
#footer-pic {
	margin-top: 10px;
}
#footer-pic img {
	width: 919px;
	margin: 0 auto;
	display: block;
}
#top-search-bip img {
}
#top-search-input, #top-search-bip {
	padding: 5px;
	text-align: center;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
}
#top-search-input input {
	width: 100px;
}
#header {
	height: 123px;
	background: #7faad7 url(images/top-bg.png) repeat-x top left;
	margin-bottom: 15px;
	position: relative;
}
#header h1 {
	text-indent: -100000px;
	height: 123px;
	background: transparent url(images/top-logo.jpg) no-repeat top left;
}
#header a {
	display: block;
	height: 109px;
	width: 500px;
}
#banner-top {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

#banner-1, #banner-2 {
	z-index: 99;
	position: relative;
	height: 250px;
	width: 268px;
	background: #fff url(images/flash-replacement.jpg) no-repeat top left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.banner_inner {
	display: block;
	width: 100%;
	z-index: 99;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
z-index:100;
width: 100%;
margin-bottom: 15px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:100;
}
.menu ul ul {
width:156px;
z-index:100;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:156px;
position:relative;
z-index:100;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#193D86; 
width:145px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background: #7faad7; /*#758279;*/
padding-left:10px; 
line-height:29px;
font-weight: bold;
z-index:100;
}
.menu ul li.last a {
	/*border-right: 0px !important;*/
}
.menu ul ul li.last a {
	/*border-right: 1px solid #fff;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:156px;
w\idth:145px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:156px;
z-index:100;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:156px; 
top:0;
width:156px;
z-index:100;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-156px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; z-index:100;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color:#193D86; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:135px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:156px;
w\idth:135px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#A0C5F9;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#A0C5F9;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#main-content {
	float: left; 
	width: 784px;
	margin-right: 4px;
}
#main-content ul, #column-center ul {
	list-style: disc;
	margin-left: 20px;
}
#main-content ol, #column-center ol {
	list-style: decimal;
	margin-left: 20px;
}
#main-main {
	width: 100%;
	overflow: hidden;
}
#main-main ul, #main-main ol {
	list-style: none;
	margin: 0;
}
#region-main {
	background: transparent url(images/menu-left.png) repeat-y scroll left top;
	width: 100%;
	overflow: hidden;
}
#column-left {
	float: left;
	width: 272px;
}
#column-center {
	margin-left: 20px;
	width: 473px;
	float: left;
}
.ditto_link {
	text-align: right;
	font-size: 10px;
}
#ditto_pages {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
        width: 100%;
overflow: hidden;
}
#ditto_pages .ditto_currentpage {
	border: 1px solid #666;
	padding: 1px 5px 2px; 
	margin-right: 4px;
	color: #000;
display: block; 
float: left;
margin-bottom: 5px;
} 
#ditto_pages span.ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px; 
	margin-right: 4px;
	color: #ccc;
display: block; 
float: left;
margin-bottom: 5px;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #ccc; 
	padding: 1px 5px 2px; 
	margin-right: 4px; 
	text-decoration: none !important; 
	color: black;
display: block; 
float: left;
margin-bottom: 5px;
} 
#ditto_pages a:hover {
	border: 1px solid #666;
	color: #000;
}
#column-right {
	width: 144px;
	float: right;
}
#column-right div {
	margin-bottom: 4px;
}
.nav-reg {
	list-style: none;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #F7F7F7;
}
.nav-reg li {
	margin-bottom: 4px;
	padding-left: 19px;
}
li#reg74 {
	background: transparent url(img_r/Malopolskie.gif) no-repeat top left;
}
li#reg85 {
	background: transparent url(img_r/Wielkopolskie.gif) no-repeat top left;
}
li#reg106 {
	background: transparent url(img_r/Zachodnio_pomorskie.gif) no-repeat top left;
}
li#reg115 {
	background: transparent url(img_r/Pomorskie.gif) no-repeat top left;
}
li#reg124 {
	background: transparent url(img_r/Warminsko_mazurskie.gif) no-repeat top left;
}
li#reg133 {
	background: transparent url(img_r/Podlaskie.gif) no-repeat top left;
}
li#reg142 {
	background: transparent url(img_r/Lubuskie.gif) no-repeat top left;
}
li#reg151 {
	background: transparent url(img_r/Kujawsko_pomorskie.gif) no-repeat top left;
}
li#reg160 {
	background: transparent url(img_r/Mazowieckie.gif) no-repeat top left;
}
li#reg169 {
	background: transparent url(img_r/Lodzkie.gif) no-repeat top left;
}
li#reg178 {
	background: transparent url(img_r/Dolnoslonskie.gif) no-repeat top left;
}
li#reg187 {
	background: transparent url(img_r/Opolskie.gif) no-repeat top left;
}
li#reg196 {
	background: transparent url(img_r/Slaskie.gif) no-repeat top left;
}
li#reg205 {
	background: transparent url(img_r/Swietokrzyskie.gif) no-repeat top left;
}
li#reg214 {
	background: transparent url(img_r/Podkarpackie.gif) no-repeat top left;
}
li#reg414 {
	background: transparent url(img_r/Lubelskie.gif) no-repeat top left;
}
#navig {
	width: 786px;
	clear: both;
	overflow: hidden;
	margin-top: 4px;
	position: relative;
}
#navig table {
	width: 100%;
}
#navig table td {
	width: 25%;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #f7f7f7;
}
ul.boxes, ul.boxes li {
	margin:0;
	padding:0;
	list-style:none
}
ul.boxes li {
	background-color: #F9F9F9;
	margin-bottom: 5px;
}
ul.boxes h3 {
	font: normal 120%/1.3 Verdana,sans-serif;
	text-transform:uppercase;
	border-bottom: 0 !important;
	margin: 0px;
	margin-left: 8px;
	padding: 5px 0 0;
	color: #000
}
.ditto_date {
	color: #ccc;
}
ul.boxes .ditto_date {
	padding-left: 8px;
	color: #ccc;
	font-size: xx-small;
}
ul.boxes p {
	margin: 0 !important;
	padding: 5px 8px 15px
}
#boxes-left li {
}
#main-content p {
	margin-bottom: 10px;
}
#navig h2 {
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 15px;
}
#main-content h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 16px;
}
#main-content h3 {
	margin-bottom: 1px;
	color: #666;
	font-size: 14px;
}
ol.box-links {
	padding: 5px 8px 15px;
}
ol.box-links li {
	margin: 0;
	padding: 0;
}
ol.footer-links {
	padding: 0px !important;
	margin: 0px !important;
	list-style: none !important;
}
ol.footer-links li {
	margin-bottom: 5px !important;
	margin-left: 0px !important;
	padding: 0;
}
ol.footer-links a {
	font-weight: normal;
}
#ajaxSearch_form {
	color: #444;
}
#ajaxSearch_input {
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	vertical-align: top;
}
.ajaxSearch_resultsInfo {
	margin-bottom: 8px;
	font-style: italic;
}
.ajaxSearch_resultListContainer {
	margin-bottom: 4px;
}
.ajaxSearch_result {
	margin-bottom: 10px;
}
.ajaxSearch_resultLink {
	font-weight: bold;
}
.ajaxSearch_extract {
	margin-left: 10px;
}
#menu-left ul {
	list-style: none;
}
#menu-left li a, #menu-left li.rowInactive {
	text-decoration: none;
	color: #000;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#menu-left li.rowInactive {
	color: #666;
}
#menu-left li a:hover {
	background-color: #B8D8F1;
	font-weight: bold;
}

h2.head-spec {
	text-align: center;
	color: #fff;
	padding: 4px;
	letter-spacing: 4px;
	background: #b8d8f1;
}
#main-content ol, #main-content {
	list-style: disc;
}
#main-content ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
#four-boxes {
	height: 365px;
	padding: 8px 0px 8px 8px;
}
#four-boxes table {
	background-color: #F9F9F9;
}
#four-boxes table td {
	padding: 5px;
}
#four-boxes ul li {
	float: left;
	width: 45%;
	margin-bottom: 8px;
	padding: 8px;
}
#four-boxes h3 a, #four-boxes h3 {
	margin: 0px;
	margin-bottom: 5px;
	color: #193D86;
}
#four-boxes div {
	margin: 0px 8px 0px 0px;
}
#cbox-1, #cbox-2 {
	margin-top: 4px; 
	margin-right: 4px; 
	text-align: center;
	font-weight: bold;
	padding: 10px; 
	color: #fff;
}
#cbox-1 {
	background-color: #C00202
}
#cbox-2 {
	background-color: #A0C5F9; 
}
/*  poll.css - stylesheet settings for poll snippets */
.poll {
	margin: 10px auto;
	background-color:#efefef;
	padding: 10px;
	width: 182px;
	font-size: 10px !important;
}
.poll h3 {
	margin-bottom: 10px !important;
	font-size: 10px !important;
}
.poll ul {
	list-style: none !important;
	width: 100%;
	overflow: hidden;
	margin-left: 0px !important;
}
.poll ul li {
	clear: both;
}
.poll ul li input {
	display: block;
	width: 20px;
	float: left;
}
.poll ul li label {
	display: block;
	width: 160px;
	float: left;
	text-align: center;
}
.poll input.vote, .poll input.results {
	margin-top: 10px;
	font-size: 10px !important;
}
.poll_question {
  width:100%;
  text-align:center;
}
.poll_row_container {
  width:100%;
  padding:.1em 0;
}
.poll_choice {
  width:30%;
  float:left;
  text-align:left;
  padding-left:0em;
}
.poll_votes {
  width:15%;
  float:left;
  padding-right:.5em;
  text-align:right;
}
.poll_bar {
padding: 0;
background-image : url(images/pollbar-bg.gif);
border: 1px solid #ccc;
font-size: 8px;
height: 10px;
line-height: 10px;
margin: 1px;
}
.poll-results {
	width: 450px;
	margin: 0 auto;
	background-color: #efefef;
	padding: 5px;
}
.poll-results h3 {
	margin-bottom: 15px !important;
}
.poll-results ul {
	margin-bottom: 15px;
}
.poll-results li {
	margin-bottom: 4px;
}
.poll-results li i {
	font-size: xx-small;
}

/* END - poll.css */

.with-margin {
	padding-left: 40px;
	padding-right: 40px;
}

#news {
	margin-bottom: 8px;
}
.news-item {
	background-color:#F9F9F9;
	margin-bottom:29px;
	padding:5px;
	position:relative;
}
.news-item h3 a {
	color: #193D86 !important;
}
.news-item h3 a:hover {
	text-decoration: none;
}
.news_content p {
	margin: 0 !important; 
}
.news_img {
	float: left;
	background-color: #fff;
	padding: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
}
.news_link {
	bottom:5px;
	font-size:10px;
	position:absolute;
	right:5px;
	text-align:right;
}
.news_link a {
	color: red;
}
.news-lw {
	margin-left: 25px;
	margin-right: 25px;
}
.regAdress, .regLid {
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 13px;
}
.alt { display: none; }
