@import "template.css";
@import "page.css";
@import "tabs.css";
@import "../../include/dropdown_menu.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 255px;}

/*Column's width*/
.titulka {width: 676px; padding: 0 0 0 14px;}
.page {width: 642px; margin: 0 0 0 14px; padding: 10px;}
#right {width: 300px;}

/*Height of the footer */
#footer {height: 45px;}
#content {padding-bottom: 60px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #b7b7b7;
  background-image: url(../../images/fico2009/bg-body.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  /*background-color:;
  background-image:;
  background-repeat:;
  background-position:;*/
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: #E8E8E8 url(../../images/fico2009/bg_container.jpg) 0 255px no-repeat;
}
#header {
  background: url(../../images/fico2009/bg_header.jpg) no-repeat 0 0;
}
#header img.logo {
  float: left;
  /*margin: 90px 0 0 300px;*/
  border: 0;
  height: 230px;
  width: 985px;
}
/*********************
HEADER LINKS
*********************/
#header #links {
  height: 22px;
  line-height: 22px;
  text-align: lrft;
  font-size: 0.8em;
}
#header #links a {
  color: #535044;
  padding-left: 15px;
  margin-right: 15px;
}
#header #links a:hover {
  color: #BF0B0B;
}
#header ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 20px;
}
#header ul li {
  display: inline;
}
.home {background: url(../../images/fico2009/ico_home.gif) no-repeat left center;}
.sitemap {background: url(../../images/fico2009/ico_sitemap.gif) no-repeat left center;}
.print {background: url(../../images/fico2009/ico_print.gif) no-repeat left center;}
.rss {background: url(../../images/fico2009/ico_rss.gif) no-repeat left center;}
.en {background: url(../../images/fico2009/ico_en.gif) no-repeat left center;}

/*********************
FULLTEXT
*********************/
#header form.fulltext {
  width: 260px;
  float: left;
  /*height: 50px;
  padding: 7px 0 0 0;*/
  margin: 0;
  color: #666666;
}
#header form.fulltext label {
  font-size: 0.9em;
  float: left;
  padding: 0 10px 0 20px;
}
#header form.fulltext .bg_input {
  border: 1px solid #818a91;
  background: #fff;
  float: left;
  width: 120px;
  height: 15px;
  font-size: 0.9em;
  padding: 2px 5px 0 5px;
  margin: 0;
}
#header form.fulltext .search../default.css_input {
  float: left;
  margin-left: 5px;
}
/****************
CONTENT
****************/
#content {
  padding-top: 14px;
}
/***********************
PAGE - BEZNA STRANKA
***********************/
.page {
  background: #fff;
  position: relative;
}
.page .page_top {
  background: url(../../images/fico2009/bg_page_top.gif) no-repeat 0 0;
  height: 4px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 662px;
}
.page .page_bottom {
  background: url(../../images/fico2009/bg_page_bottom.gif) no-repeat 0 0;
  height: 4px;
  font-size: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 662px;
}


/****************
FOOTER
****************/
#footer {
  width: 100%;
  background: #505050;
  font-size: 0.8em;
}
#foot {
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
#foot a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #fff;
  text-decoration: underline;
}
#makedby {
  display: block;
  position: absolute;
  color: #ffffff/*878686*/;
  width: 200px;
  right: 8px;
  top: 8px;
  text-align: right;
}
#makedby a {
  color: #ffffff;
  text-decoration: none;
}
#makedby a:hover {
  color: #fff;
  text-decoration: none;
}
/**********************
Top menu
**********************/
/*--------------prva uroven------------------*/
#dropdown_menu {
  margin: 0;
  line-height: 29px;
  height: 30px;
  font-size: 1em;
  z-index: 300;
  background: #cd201f url(../../images/fico2009/bg_topmenu.gif) repeat-x top;
  border-bottom: 1px solid #fff;
}
#dropdown_menu ul li {
  display: block;
  float: left;
}
#dropdown_menu ul li a {
  color: #fff;
  padding: 0;
  text-align: center;
  width: 141px;
  display: block;
  font-weight: bold;
  background: url(../../images/fico2009/bg_topmenu_separ.gif) no-repeat left center;
  border-bottom: 1px solid #9f0505;
}
#dropdown_menu ul li a:hover {
  color: #fff;
  background: #BF0B0B url(../../images/fico2009/bg_topmenu_separ.gif) no-repeat left center;
  border-bottom: 1px solid #9f0505;
}
/*--------------druha uroven------------------*/
#dropdown_menu ul ul {
  width: 200px;
}
#dropdown_menu ul ul a {
  display: block;
  padding: 2px 2px 2px 16px;
  width: 182px;
  line-height: 20px;
  background: #cd201f;
  text-align: left;
  border-top: 1px solid #e56262;
  border-bottom: 1px solid #9f0505;
  z-index: 1000;
  font-weight: normal;
}
#dropdown_menu ul ul a:hover {
  display: block;
  padding: 2px 2px 2px 16px;
  width: 182px;
  line-height: 20px;
  background: #BF0B0B;
  position: relative;
}
/*--------------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;
}



/* ------- left menu --------- */
#left li {
}
#left li a {
}
#left li a:hover {

}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 0 0 8px 0;
  padding: 8px 0 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #880000;
  font-weight: bold;
}
#right h4 {
  margin: 0;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

a {
  color: #013aa0;
  text-decoration: none;
}
a:hover {
  color: #d11f1f;
  text-decoration: none;
}
img, div {
  behavior: url(../../include/iepngfix.htc);
}
th {
  vertical-align: top;
}
a.righttit {
  color: white;
  text-decoration: underline;
}
a.righttit:hover {
  color: #fff;
  text-decoration: none;
}
