@charset "utf-8";
p {   
font-size: 12px; 
} 
/*/*/ a{}
body p, li, div {   
font-size: x-small;   
voice-family: "\"}\"";   
voice-family: inherit;   
font-size: small; 
} 
html>body p {  
font-size: small; 
} /* */
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/tloglowne.jpg) repeat-x top;
	margin:10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link{ color: #003399;}
a:visited{color: #993399}
a:hover, a:active{ color: #0066aa;}
ul {list-style-image: url(../images/twocol/li.gif)}
li{margin:4px;
padding:4px 4px;
}
h1 {font-size:140%; margin:0px; padding:26px 0 0;}
h2 {font-size:130%; margin:0px; padding:16px 0 0;}
h3 { font-size:110%; margin:0px; padding:10px 0 4px; }
h4 {font-size:100%; font-weight:bold}
table {width:auto; border:0px; }
img {border:0px}
caption {font-weight:bold; margin-top:10px; padding-left:4px; border-bottom:1px solid #b8c6cf; text-align:left}
form {margin:20px;}
fieldset {border:1px solid #CCCCCC;}
input {font-family: Arial, Helvetica, sans-serif;color: #333333; font-size:small}
form#szukaj {text-align:right; }
dt {font-weight:bold}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/twocol/bgcontainter.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0078da;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #d8dcdf url(../images/twocol/bgheader.gif) repeat-x top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px 84px 4px 210px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	border-bottom: 3px solid #bec6cc;
	font-size: 1.7em;
	font-weight:lighter;
	width:475px;
}
.twoColFixLtHdr #header h2{padding-top:4px;}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0078da; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 4px 16px 4px;
	
}
#sidebar1 ul {
margin: 0px;
list-style:none;
padding:0px;
}
#sidebar1>ul {
width: 192px;
padding: 0px 0 1px 0px;
background:url(../images/twocol/dotted.gif) repeat-x bottom;
}

#sidebar1 li {
background:url(../images/twocol/dotted.gif) repeat-x top;
padding: 1px 0 0 0;
margin:0px;
list-style:none;
}

#sidebar1 ul li a {
display:block;
padding:4px 2px;
margin-left:0px;
background: #0078da;
font-weight:bold;
} 

#sidebar1 li ul li a {
font-weight:normal;
padding:2px 2px 3px 1em;
}
#sidebar1 li ul li ul li a {

font-weight:normal;
padding:1px 2px 2px 2em;
}
#sidebar1 li ul li ul li ul li  a {
font-weight:normal;
padding:1px 2px 1px 3em;
}
/* wygląd linków */
#sidebar1 a {color:#fff;text-decoration: none; } 
#sidebar1 li a.selected, #sidebar1 a:hover, #sidebar1 a:active  { background: #005392 ; }
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.path {
	background:url(../images/strzup2.gif) no-repeat bottom left;
	padding:4px 0 10px;
	margin-bottom: 10px;
}
.path a{text-decoration:none; font-size:90% }
.twoColFixLtHdr #footer {
	padding: 38px 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/twocol/footer.gif) no-repeat bottom;
	height: 24px;
	color: #666666;
	font-size: 90%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #header h2 {
	color: #e60000;
	margin: 0px;
	font-size: 1.5em;
	font-weight:lighter;
}
#logo {
	float: left;
	padding: 22px;
}
#navbar {
	clear: left;
	text-align: left;
	padding: 4px 20px;
	color: #666666;
}
#godlo {
	padding: 20px;
	float: right;
}
.horizontal_menu {
	float:right;
	width: 400px;
	text-align: right;
}
.horizontal_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-image:none;
}
.horizontal_menu li{
	float : right;
	padding : 0 0.6em 0 0.6em;
	margin:0px;
	list-style: none;
	list-style-image:none;
} 
.horizontal_menu li a {
display : block;
padding : 0;
}

/*metryczka*/
.metryczka01 {font-size: 85%; color: #555555;text-decoration:none; }

.metryczka02 {font-size: 85%; color: #666;text-decoration:none; font-weight:normal; }
.metryczka02 a:link{font-size: 90%; font-weight:normal; color: #000000;text-decoration:none; }
.metryczka02 a:hover{font-size: 90%; font-weight:normal; text-decoration:underline; }
.metryczka02 a:visited{font-size: 90%; font-weight:normal; text-decoration:none;}
.metryczka02 a {font-size: 90%;  font-weight:normal; color: #000000; }
.metryczka03 {font-size: 85%;  color: #666666; text-decoration:none; font-weight:normal; }

/*LISTA DOKUMENTÓW*/
.lista01 {  font-weight: normal; color: #003399;}
.lista01 a:hover { font-weight: normal; color: #003399;text-decoration: underline;}
.lista01 a:visited {  font-weight: normal; color: #003399;}
.lista01 a:link { font-weight: normal; color: #003399;text-decoration: none;}

.stopkadol{ font-family: verdana; font-size: 8pt; font-weight: normal; color: #006b9f;text-decoration: none;font-weight:normal;}
.zalaczniki01 {  font-size: 110%; font-weight: normal; color: #333333;text-decoration: none;}
.txtdrukuj01 { font-family: Tahoma;  color: #000000;text-decoration: none;font-weight: bold;}

.rejestr {background:#f1f3f4; border:1px solid #d7e0e4; margin:10px 0; padding:0px; text-align:center}
.rejestr .additional {background:#d7e0e4;}
.additional { width:auto; text-align:right; padding:2px 8px;  font-size:85%}
.color {color:#006600}
.rejestrtab {background:#d7e0e4; border:0px; margin:0 auto 4px;width:100%; }
#copy {
	font-size: x-small;
	color: #FFFFFF;
	line-height: 1.1em;
	width: 300px;
	text-align: right;
	background: #005392;
}
.error {
	color: #CC0000;
	margin: 20px 0px;
}
td.distinct {background-color:#F2F3F4}