body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  background-image: url(../img/top_tlo.gif);
  background-repeat: repeat-x;
}

div {
  margin: 0;
  padding: 0;
}

p {
  text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form, p, h1, h2, h3, h4, h5, ul {
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

img {
  border: 0;
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

table td {
  font-size: 11px;
}

#main {
	width: 966px;
	height: auto;
	margin: auto;
	position: relative; 
	border: 0px solid black;
}

#top {
  width: 966px;
  height: 27px;
  padding-top: 10px;
  position: relative;
}

#menu {
  width: 966px;
  height: 78px;
  border: 0px solid black;
  background-image: url(../img/top_image.jpg);
  background-repeat: no-repeat;
}

ul#navlist, ul#navlist_bottom
{
  margin: 0;
  padding: 0;
  white-space: nowrap;
  float: right;
  margin-top: 10px;
}

#navlist li, ul#navlist_bottom li
{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#navlist a {
  display: block;
  float: left;
  padding: 0 13px;
  margin: 0;
  font: bold 12px arial; 
  color: #ffffff;
  text-decoration: none;
  border-right: 2px solid #FFFFFF;
}

#navlist_bottom a {
  display: block;
  float: left;
  margin: 0;
  padding: 0 15px;
  color: #A0A0A0;
  background-color: #FFFFFF;
  text-decoration: none;
  border-right: 1px solid #A0A0A0;
  font: normal 11px arial;
}

#navlist_bottom a:hover,  #navlist_bottom a.navlist_bottom_active
{
  font-weight: bold;
  color: #F90000;
  text-decoration: none;
}

#navlist a:hover, #navlist a.navlist_active
{
  color: #000;
  text-decoration: none;
}

#where_u_r {
  height: 20px;
  color: #7C7C7C;
  padding: 6px 0 0 10px;
  border-bottom: 1px solid #EBEBEB;
}

#where_u_r a {
  color: #7C7C7C;
  text-decoration: none;
}

#where_u_r a:hover {
  color: #7C7C7C;
  text-decoration: underline;
}

#content {
  padding-top: 15px;
}

#foot_menu {
  clear: both;
  padding-top: 5px;
  height: 20px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 50px;
}

#copyright {
  float: left;
  color: #A0A0A0;
}

.content_table {
   width: 100%;
}

.content_table td {
  vertical-align: top;
}

td.left_content {
  width: 210px;
  padding: 10px 20px;
  background-color: #F1F1F1;
}

td.right_content {
  padding-left: 10px;
  padding-top: 10px;
  color: #7E7E7E;
}

td.image_content {
  padding: 40px 10px 20px 10px;
}

.section_name {
  font: bold 14px arial;
  color: #6B6B6B;
  padding: 3px 5px 5px 0px;
}

.section_name_left {
  padding: 0 10px 5px 5px;
  border-bottom: 1px solid #EBEBEB; 
}

.left_link {
  text-align: left;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #6B6B6B;
  font-weight: bold;
  background-image: url(../img/strzalka.gif);
  background-position: 200px 23px;
  background-repeat: no-repeat;
}

.left_link a {
   color: #595959;
}

.left_link a:hover {
   color:#3c6f9e;
   text-decoration: none;
}

.inside_content {
  padding: 10px 10px 30px 15px; 
}

table.form_contact td {
  vertical-align: middle;
}

td.l_td {
  text-align: right;
}

.input_kontakt {
  width: 200px;
  font-size: 11px;
  color: #5C5C5C;
  padding: 2px;
}

#error {
 color: red;
 font-weight: bold;
 }
 
 .boxA {
  background-color: #ffffff;
  border: 1px solid #4DB063;
  padding: 0px;
  z-index:100;
  width: 600px;
  height: 440px;
  position:absolute;
  display:none;


}
 
 .boxB {
  width: 600px;
  background-color: #4DB063;
  border: 0px solid #000000;
  padding: 0px;
  height: 25px;
  cursor: move;

}

.miniatury {
  overflow-x:scroll;
  width:580px;
  height:70px;
  margin:auto;
  white-space:nowrap;
}


ul.str {
	height: 16px;
	line-height: 12px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.str li {
	float: left;
	margin-right: 1px;
}

ul.str li a, ul.str li span {
	text-align: center;
	display: block;
	width: 24px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-image: url(../img/nonactive_page.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
}
ul.str li a:hover, ul.str li span {
	background: url(../img/active_page1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.table_news_content {
 border: 0px solid black;
}

td.td_content_left {
  text-align: right; 
  width: 100px; 
  border-right: 1px solid #EBEBEB; 
  padding-right: 10px;
  color: #A0A0A0;
}

td.td_content_right {
 border: 0px solid black;
 padding-left: 10px;
}

.news_top {
  padding: 5px 0 10px 0;
  font: bold 14px arial;
  color: #3c6f9e;
}

#bottom_info {
  height: 27px;
  padding: 50px 0 7px 0;
  border-bottom: 1px solid #EBEBEB; 
}

.input_kariera {
 font-size: 10px; 
 color: #6B6B6B; 
 width: 190px; 
 padding: 5px; 
 border: 1px solid #E0E0E0;
}

.job_offer {
  padding: 7px 3px;
  color: #3c6f9e;
  border-top: 1px solid #E0E0E0;
}

.job_offer a {
  color: #3c6f9e;
}


.links_main {
  text-align: left;
  padding: 0px 0 12px 20px;
  background-image: url(../img/punkt.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.links_main a {
   color: #595959;
}

.links_main a:hover {
   color: #3c6f9e;
   text-decoration: underline;
}
