*{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body{
  font-family: Arial;
  font-size: 13px;
  color: #4f4f4f;
  color: #2e2e2e;
  background: #ededed url(img/bckgrnd.gif) repeat-x ;
}
label {
  cursor: pointer;
}
a{
  text-decoration: none;
  color: #164f80;
}
a:hover{
  text-decoration: underline;
}
li{
  list-style: none;
}
img{
  vertical-align: middle;
}
h1{
  text-align: left;
  font-size: 150%;
  padding: 5px 10px;
  background: #ddd;
  margin: 10px 0px;
}
h2{
  font-size: 130%;
  color: #164F80;
}
h3{
  font-size: 110%;
  color: #164F80;
}
table{
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;  
}

hr {
  height: 3px;
  background: #164f80;
  margin: 15px 0px;
}
/* form */
fieldset {
  border: 1px solid #fd7d00;
  padding-top: 5px;
}
legend {
  font-weight: bold;
  font-size: 90%;
}
form {
  width: 500px;
  margin: 0px auto;
}
.form_row{
  clear: both;
  margin-bottom: 10px;  
}
.form_label{
  text-align: right;
  float: left;
  width: 170px;
  padding: 5px;
}
.form_input{
  margin-left: 180px;
  text-align: left;
}
.form_blad{
  color: #cc161e;
}

/*textarea, input, .input_text{*/
textarea, input, select{
  border: 2px inset #7f9db9;
}
input[type=text], input[type=password] {
  width: 220px;
  padding: 3px;
}
textarea {
  width: 400px;
}
textarea{
  height: 100px;
}
button, input[type=submit], .input_button{
  border: 2px outset;
  padding: 0px 20px;
}
input[type=radio] {
  border: 0px;
}
/* moje klasy */
.red {
  color: #cc161e;
}
.blue {
  color: #164f80;
}
.green {
  color: green;
}
.orange {
  background: #fd7d00;
/*  color: #164f80 !important;*/
}
.clear {
  clear: both;
}
.pierwszy {
  border-top: 0px !important;
}
.hide {
  display: none !important;
}
.bold {
  font-weight: bold;
}

/* komunikat */
.komunikat {
  background: #fd7d00;
  border: 2px #fd7d00 outset;
  padding: 20px;
  margin: 0px;
  text-align: center;
  font-size: 200%;
  color: #fff;
  font-weight: bold;
}

/* text */
.text {
  font-family: verdana;
}
.text p, .text h2, .text h3, .text h4 {
  margin: 10px 0px;
}
.text li {
  margin-left: 20px;
}
.text ol li {
  list-style: decimal outside;
}
.text ol li ol li{
  list-style: lower-alpha outside;
}
.text ul li {
  list-style: disc outside;
}
.text td, .text th {
  padding: 5px;
  border: 1px solid #7f9db9;
}
/* main */
#main {
  width: 980px;
  margin: 0px auto;
  background: #fff;
  
  padding: 25px 5px;
  position: relative;
  
  border-bottom: 1px solid;
}
/* top */
#top img {
  float: left;
}
#top p {
  color: #8b8e93;
  font-size: 16px;
  text-align: right;
  padding-top: 9px;
}
.big {
  font-size: 25px;
  font-weight: bold;
  vertical-align: -3px;
}

/* menu_top */
#menu_top {
  background: #164f80/* url(img/menu_bck.gif)*/;
  width: 980px;
  height: 50px;
  margin: 25px 0px;
  border-bottom: 3px solid #c6c6c6;
}
#menu_top li {
  position: relative;
  float: left;
  height: 50px;
  width: 122.5px;
}
#menu_top a {
  text-align: center;
  display: block;
  height: 40px;
  padding-top: 10px;
  border-right: 1px solid #d8d8dc;  
  color: #fff;
}
#menu_top a span {
  vertical-align: middle;
}
#menu_top a:hover {
  text-decoration: none;
}
/* photo */
#photo {
  background: url(img/main_foto.jpg);
  height: 197px;
  border-bottom: 3px solid #c6c6c6;
}
/* left_column */
#left_column {
  width: 325px;
  float: right;
}
/* main_column */
#main_column {
  float: right;
  width: 625px;
  padding: 0px 15px;
}

#left_column, #main_column {
  padding-top: 10px;
}

#left_column div {
  margin-bottom: 10px;
}

/* menu_letf */
#menu_letf li {
  padding: 0px 15px;
}
#menu_letf a {
  border-top: 1px solid #c6c6c6;
  font-size: 110%;
  display: block;
  padding: 3px 0px;
}
#menu_letf a:hover {
  color: #fd7d00;
  text-decoration: none;
}
#menu_letf ul ul {
  border-left: 1px solid #c6c6c6;
}
#menu_letf ul ul a {
  font-size: 90%;
}
#menu_letf ul ul ul{
  border-left: 1px solid #c6c6c6;
}
#menu_letf ul ul ul ul{
  border-left: 1px solid #c6c6c6;
}
/* menu_urhere*/
#menu_urhere {
  font-size: 90%;
}

/* header */
.header {
  background: #fd7d00;
  color: #fff;
  font-style: italic;
  font-size: 110%;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* news list*/
.news p {
  margin: 5px 0px;
}
.news li {
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px #c6c6c6 solid;
}
.news img {
  float: left;
  margin: 5px;
  margin-left: 0px;
}
.news_title {
  font-weight: bold;
}
.news_date {
  font-size: 80%;
}
.news_read {
  margin-top: 5px;
  text-align: right;
}
/* news big */
.news_photo {
  float: right;
}

/* news_short_list */
.news_short_list {
  float: left;
  width: 48%;
}
#nsl_right {
  margin-left: 4%;
}
.news_short_list p {
  margin: 5px 0px;
}
.news_short_list li {
  padding: 10px 0px;
  border-bottom: 1px #c6c6c6 solid;
}
.news_short_list img {
  float: left;
  margin: 5px;
  margin-left: 0px;
}
.news_short_list_title {
  font-weight: bold;
}
.news_short_list .date {
  font-size: 80%;
  float: right;
}
.news_short_list_read {
  margin-top: 5px;
}


/* footer */
#footer {
  width: 980px;
  margin: 0px auto;
  color: #878787;
  font-size: 85%;
  padding: 15px;
}
#footer ul {
  height: 17px;
}
#footer li {
  float: left;
  margin-right: 10px;
}
#footer hr {
  border-top: 1px solid;
  height: 0px;
  margin: 10px -10px;
}
#footer a {
  color: #878787;
}
/* turbo */
#turbo{
  float: right;
}

/* small_apply_form */
#small_apply_form {
  border: 1px solid #fd7d00;
  padding: 0px 10px;
  margin: 0px auto;
  width: 230px;
  
  text-align: left;  
}
#small_apply_form form {
  width: 100%;
} 
#small_apply_form fieldset {
  border: 0px;
  padding: 0px;
}
#small_apply_form div{
  float: none;
  margin: 0px;
  text-align: left;
}
#small_apply_form input {
  padding: 3px;
}
#small_apply_form .header {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
#small_apply_form p {
  margin-top: 10px;
  font-size: 80%;
}
/* home_page_header */
#home_page_header {
  background: none;
  color: #164f80;
  font-size: 190%;
}
#home_page_header .orange {
  background: none;
  color: #fd7d00;
}
/* */






