@import "template.css";
@import "page.css";
@import "dropdown_menu.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 950px; padding: 0 13px;}

/*Header height*/
#header {height: 100px;}

/*Column's width*/
/*#page {width: 636px;}
#right {width: 314px;}*/

/*Height of the footer */
#footer {height: 80px;}
#content {padding-bottom: 85px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #243847 url(../images/bg_body.png) repeat-x top;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: #fff;
}
#container.subpage {
  background: url(../images/bg_content.gif);
}
/********************
HEADER
********************/
#header {
  position: relative;
  background: #fff;
}
#header .logo {
  float: left;
  display: inline;
  margin: 20px 0 0 0;
}
/***** fulltext *******/
#header form.search {
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}
#header form.search .bg_input {
  background: #e4e4e4;
  border-top: 1px solid #cdcdcd;
  border-right: 0px;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  color: #8b8b8b;
  float: left;
  font-size: 0.9em;
  height: 18px;
  padding: 4px 5px 0 5px;
  width: 180px;
  margin: 0;
}
#header form.search .search_input {
  width: 28px;
  height: 24px;
  float: left;
}
/********************
PAGE
********************/
#page.subpage {
  width: 610px;
  padding-right: 30px;
  _padding-right: 20px;
}
#content {
  line-height: 1.5;
  color: #7D7D7D;
}
#content.title_content {
  padding-top: 15px;
}
/********************
FOOTER
********************/
#footer {
  width: 976px;
  background: #243847 /*url(../images/bg_footer.gif) no-repeat*/;
  font-size: 0.8em;
  padding: 0;
  border-top: 5px solid #fff;
}
#footer .menu ul {
  padding-top: 10px;
  margin-left: -15px;
}
#footer .menu li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #A6A6A6;
}
#footer .menu li a {
  color: #A6A6A6;
}
#footer .menu li a:hover {
  color: #fff;
}

#foot {
  text-align: left;
  color: #a6a6a6;
  margin-top: 10px;
  border-top: 1px solid #355166;
  padding: 10px 0px;
  height: 15px;
  /*background: url(../images/gulicka2.gif) no-repeat 940px top;*/
}
#foot span {
  float: left;
}
#foot a {
  color: #a6a6a6;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #fff;
  text-decoration: none;
}
#makedby {
  text-align: right;
  float: right;
}
#makedby a {
}
#makedby a:hover {
}
/*******************
HEADER LANG MENU
*******************/
#header .lang {
  width: 300px;
  float: right;
  text-align: right;
  font-size: 0.8em;
}
#header .lang ul {
  padding-top: 20px;
}
#header .lang ul li a {
  color: #dfdede;
  padding: 20px 10px 0 10px;
  background: #fff;
}
#header .lang ul li a:hover {
  color: #bdbdbd;
  background: #fff url(../images/gulicka3.gif) no-repeat top center;
}
/*******************
HEADER LINKS MENU
*******************/
#header .links {
  float: left;
  position: absolute;
  top: 56px;
  right: 280px;
  text-align: right;
  font-size: 0.8em;
}
#header .links ul {
  padding: 0 0 10px 0;
}
#header .links ul li a {
  color: #8f8f8f;
  padding-bottom: 3px;
  margin: 0 10px;
  display: inline;
}
#header .links ul li a:hover {
  color: #bcc3c9;
  border-bottom: 2px solid #ff8b09;
}
/*******************
TOP MENU
*******************/
#topmenu {
  background: #fff url(../images/bg_topmenu.gif) repeat-x top;
  height: 43px;
  padding-left: 0;
}
/*--------------prva uroven------------------*/
#dropdown_menu {
  margin: 0;
  /*line-height: 38px;
  height: 38px;*/
  z-index: 600;
}
#dropdown_menu ul li {
  display: inline;
  float: left;
  /*background: url(../images/bg_topmenu_separ.gif) no-repeat right center;*/
}
#dropdown_menu ul li a {
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  height: 14px;
  /*line-height: 38px;
  width: 141px;*/
  display: block;
  margin-right: -2px;
  font-size: 1.1em;
  font-weight: bold;
  background: url(../images/bg_topmenu_separ.gif) no-repeat right center;
  float: left;
  cursor: default;
}
#dropdown_menu ul li a:hover, #dropdown_menu ul li a.sel1 {
  color: #889096;
  background: #E8E8E8;
  border-left: 1px solid #889096;
  border-right: 1px solid #889096;
  padding: 12px 19px;
}
/*--------------druha uroven------------------*/
#dropdown_menu ul ul {
  width: 178px;
  border-bottom: 1px solid #889096;
  /*background: url(../images/bg_topmenu_ul_ul.gif) no-repeat -50px 0;*/
  background: url(../images/bg_topmenu_ul_ul.gif) no-repeat #fff;
  padding-top: 7px;
  margin: 38px 0 0 0;
}
#dropdown_menu ul ul li {
  border-right: 1px solid #889096;
  border-left: 1px solid #889096;
  display: block;
  background: url('../images/arrow1_top_menu.gif') no-repeat 13px 9px;
}
#dropdown_menu ul ul li a {
  display: block;
  padding: 5px 2px 6px 25px;
  width: 149px;
  height: auto;
  background: #fff;
  text-align: left;
  font-size: 1em;
  z-index: 1000;
  font-weight: normal;
  color: #888F96;
  margin: 0;
  background: url('../images/line1_top_menu.gif') no-repeat center bottom;
  cursor: pointer;
}
#dropdown_menu ul ul li a.title {
  display: none;
}
#dropdown_menu ul ul a:hover, #dropdown_menu ul ul a.sel1 {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 0;
  border-right: 0;
  margin-top: -1px;
  display: block;
  background: url('../images/arrow1_hover_top_menu.gif') no-repeat 13px 9px #F3F3F3;
  color: #FF8700;
  position: relative;
  padding: 5px 2px 5px 25px; 
}
/*--------------tretia uroven------------------*/
#dropdown_menu .menu ul ul ul {
  width: 200px;
  display: block;
  float: left;
  margin-left: 200px;
  margin-top: -26px;
  border: 0;
  background: blue;
}
#dropdown_menu ul ul ul li {
  border-left: 1px solid #8D857A;
}

/********************
RIGHT MENU
********************/
#right.subpage {
  width: 310px;
}
#right .menu ul {
  padding-bottom: 10px;
}
#right .menu ul li a {
  display: block;
  background: url(../images/bg_right_menu_li_a.gif) no-repeat;
  color: #4e4e4e; 
  height: 25px;
  line-height: 25px;
  padding: 0 20px;       
}
#right .menu ul li a.title, #right .menu ul li a.title:hover {
  display: block;
  margin-bottom: 10px;
  background: #ededed;
  font-size: 1.3em;
  color: #889096;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  cursor: default;      
}
#right .menu ul li a:hover, #right .menu ul li a.sel1 {
  background: url(../images/bg_right_menu_li_a_hover.gif) no-repeat; 
  color: #ff8600;
  border-top: 1px solid #fff;
  margin-top: -1px;
}

#right .ref_right {
  margin-bottom: 10px;
}
#right hr {
  border: 1px solid #EDEDED;
  margin: 10px 0;
}
#right .ref_right_img {
  text-align: center;
  /*padding: 10px 0;*/
  border: 1px solid #CFCFCF;
  /*width: 150px;*/
  width: 308px;
  float: left;
}
/*#right .ref_right_img img {
  width: 150px;
}*/
#right .ref_right_cont {
  width: 150px;
  float: left;
  padding-left: 8px;
}
#right .ref_right_cont a.title {
  font-size: 1.2em;
  font-weight: bold;
}

#right .info_block {
  background: url('../images/b_ico_phone.gif') #f2f2f2 bottom right no-repeat;
  margin-top: 10px;
}
#right .info_block_title {
  background: #e7e7e7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: block;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #fb8600;
  font-size: 1.1em;
}
#right .info_block_menu {
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
  list-style-type: none;
  height: 115px;
}
#right .info_block_menu li a {
  display: block;
  background: url('../images/arrow7.gif') no-repeat 12px 15px;
  color: #7D7D7D;
  padding: 8px 0 8px 30px;
}

#right .info_right {
  padding-top: 10px;
  border-top: 2px solid #EDEDED;
  margin-top: 15px;
  font-size: 0.9em;
}
#right .info_right a {
  font-size: 1.1em;
}
/*******************
FOOTER MENU
*******************/
#footer .footmenu {
  float: left;
  display: inline;
  width: 184px;
  padding: 30px 30px 0 30px;
}
#footer .footmenu h1 {
  color: #fff;
  font-size: 1.2em;
  margin: 0 0 23px 0;
  padding: 0;
}
#footer .footmenu .menu ul {
  padding: 0;
  margin: 0;
}
#footer .footmenu .menu ul li a {
  color: #A6A6A6;
  background: url(../images/arrow5.gif) no-repeat left center;
  padding-left: 15px;
}
#footer .footmenu .menu ul li a:hover {
  color: #a6a6a6;
  font-weight: bold;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 2.2em;
  color: #FF8600;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.4em;
  color: #313131;
  font-weight: bold;
}
#right h2 {
  display: block;
  margin-bottom: 10px;
  background: #ededed;
  font-size: 1.3em;
  color: #889096;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
}
#right h2 a {
  color: #889096;
}
#right h2 a:hover {
  color: #889096;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}

a {
  color: #ff7e00;
  text-decoration: none;
}
a:hover {
  color: #1c507c;
  text-decoration: none;
}
img {
  border: 0;
}
