* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #505050;
 font-size: 12px;
 background-color: #f7f7f7;
}

li
{
 margin-left: 24px;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #cef;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */
/* ------------------------ Start Header -----------------*/
.header {
 text-align: left;
 margin: 20px 0px 0px 20px;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #fff;
 font-weight: bold;
 margin: 8px 0px 0px 6px;
 background-image: url(gn.png);
 background-repeat: no-repeat;
 height: 21px;
 padding: 5px 0px 0px 10px;
}
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(search-b.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(search-b.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.left_box { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 70px;
 margin-bottom: 7px;
}
* html .left_box {height:70px} /* IE Min-Height Hack */


#rightcolumn {
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
 text-align: justify;
 list-style: url(wykaz.png);
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(content-.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.left-mid {
 background-image:url(left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-image:url(ln.png);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;

}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #FF7200;
 margin-bottom: 8px;
}

h2 {
 font-size: 14px;
 margin-bottom: 4px;
}

p {
 margin-bottom: 8px;
}

/* ------------------------- End Headings ---------------------*/

.text_kotwica {
  font-weight: bold;
  text-indent: 0cm;
  text-align: left;
}

#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align: center;
}
#nav-bar li {
 list-style: none;
 margin-left: 0px;
}

ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}

#nav-bar a:link {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: #fff;
 text-decoration: none;
}
a:link {
 color: #0080B0;
 text-decoration: none;
}
a:visited {
 color: #0080B0;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}

.cen_l {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 margin-left: 165px;
 width: 100px;
 color: #1F4EA1;
 font-size: 14px;
 font-weight: bold;
}
* html .cen_l {height:100px} /* IE Min-Height Hack */

.cen_p {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 60px;
 text-align: right;
 margin-right: 170px;
 color: #1F4EA1;
 font-size: 14px;
 font-weight: bold;
}
* html .cen_p {height:100px} /* IE Min-Height Hack */

.footer_c {
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align: center;
}

fieldset {
 padding: 10px;
 background-color: #cef;
 border: 1px ridge;
 margin: 10px;
}

label {
 display: block;
 width: 200px;
 float: left;
 text-align: right;
 padding-right: 5px;
}

input {
 display: block;
 float: left;
 width: 200px;
 }
 
.pola_f {
 overflow: hidden;
 clear: both;
 margin-bottom: 0.5em;
}

input.check {
 margin-left: 0px;
 width: auto;
}

label.check {
 width: auto;
 display: inline;
}

input.check {
 display: inline;
}

input.submit {
 display: inline;
 margin-left: 205px;
 width: 200px;
}

.kod_z_obr {
 margin-left: 200px;
}

.blad_rej {
 margin-left: 200px;
 color: #ff0000;
}

.blad_log {
 text-align: center;;
 color: #ff0000;
}


.tekst_gr {
 font-weight: bold;
 font-style: italic;
}
.menu_gr {
 font-weight: bold;
 font-size: 14px;
}

.logow {
 font-weight: bold;
 font-size: 14px;
 margin-left: 205px;
}

.zapom_haslo {
 margin-left: 205px;
}
.centrowanie {
  text-align: center;
}

