/* style */

html, body{
  margin: 0;
  padding: 0;
  font-family: arial, verdana, sans-serif;
  color: #ffffff;
  background-color: #5C90C6;
}
#poz_page {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background-image: url('../img/ng_bg.jpg');
  background-repeat: repeat-x;
  background-position: top;
}

#poz_ng {
  width: 950px;
  height: 390px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#ng_01 {width: 500px; height: 225px; float: left; background-image: url('../img/ng_01.jpg'); overflow: hidden; cursor: pointer;}
#ng_02 {width: 450px; height: 225px; float: left; background-image: url('../img/ng_02.jpg'); overflow: hidden;}
#ng_03 {width: 500px; height: 165px; float: left; background-image: url('../img/ng_03.jpg'); overflow: hidden;}
#ng_04 {width: 450px; height: 165px; float: left; background-image: url('../img/ng_04.jpg'); overflow: hidden;}

#poz_tresc {
  width: 950px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#tr_01 {width: 250px; float: left; overflow: hidden;}
#tr_02 {width: 700px; float: left; overflow: hidden;}

#menu_left {width: 230px; margin-left: 10px; overflow: hidden;}
#menu_left_01 {width: 230px; height: 20px; background-image: url('../img/box_01.gif'); overflow: hidden;}
#menu_left_02 {width: 230px; background-image: url('../img/box_02.gif'); overflow: hidden;}
#menu_left_03 {width: 230px; height: 12px; background-image: url('../img/box_03.gif'); overflow: hidden;}

#poz_stopka {
  width: 950px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#stopka_01 {width: 950px; height: 13px; background-image: url('../img/st_01.gif'); overflow: hidden;}
#stopka_02 {width: 950px; background-image: url('../img/st_02.gif'); overflow: hidden;}
#stopka_03 {width: 950px; height: 13px; background-image: url('../img/st_03.gif'); overflow: hidden;}

.form_txt{
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #B4DAFF;
  margin: 0px;
}
.form_in{
  border: 1px solid #D8ECFF;
  background: none;
  color: #ffffff;
  font-size: 12px;
}

a{
  text-decoration:  none;
  border: none;
  color:#D8ECFF;
}
a:hover {
  text-decoration:  none;
  border: none;
  color:#ffffff;
}

.txt{
  text-decoration:  none;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  color: #ffffff;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
.txt_main{
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #01448B;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
.txt_st{
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #B4DAFF;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
.stopka{
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
a.stopka{
  text-decoration:  none;
  border: none;
  color:#ffffff;
}
a.stopka:hover {
  text-decoration:  none;
  border: none;
  color:#01448B;
}
.lista{
  list-style-type: disc;
  font-size: 14px;
  line-height: 18px;  
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  margin-top: 0px;
}
.lista li{
  padding-top: 5px;
}
