@import "template.css";
@import "page.css";
@import "filter_tit.css";

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

/*Header height*/
#header {min-height: 150px;}
* html #header {height: 150px;}

/*Column's width*/
#page {
  width: 950px;
  padding: 20px;
  line-height: 1.6em;
}

/*Height of the footer */
#footer {height: 50px; padding: 35px 0 0 0;}
#content {padding-bottom: 85px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #ededed;
  color: #515151;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: #fff url("../images/bg_container.gif") repeat-y 0 0;
}
/********************
HEADER
********************/
#header {
  position: relative;
}
#logo {margin: 0;}
#logo a {
  width: 151px;
  height: 0;
  position: absolute;
  top: 23px;
  left: 40px;
  display: block;
  background: transparent url("../images/logo_crz.gif") no-repeat 0 0;
  overflow: hidden;
  padding: 63px 0 0 0; /* vyska loga */
  z-index: 100;
}
/**** LINKS ****/
ul.links {
  position: absolute;
  top: 20px;
  right: 40px;
  list-style: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  z-index: 10;
}
ul.links li {
  display: inline;
}
ul.links li a {
  color: #4C4C4D;
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
}
ul.links li a:hover {
  color: #1A5FB6;
  text-decoration: underline;
}
ul.links li a.home {background: transparent url("../images/ico_home.gif") no-repeat 0 0;}
ul.links li a.print {background: transparent url("../images/ico_print.gif") no-repeat 0 0;}
ul.links li a.sitemap {background: transparent url("../images/ico_sitemap.gif") no-repeat 0 0;}
ul.links li a.rss {background: transparent url("../images/ico_rss.gif") no-repeat 0 0;}
ul.links li a.english {background: transparent url("../images/ico_en.gif") no-repeat 0 0;}
ul.links li a.slovak {background: transparent url("../images/ico_sk.gif") no-repeat 0 0;}

#header .user_loged {
  position: absolute;
  z-index: 12;
  top: 70px;
  right: 330px;
  text-align: right;
  background-image: url(../images/ico_user.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 15px;
}

/* ######### TOP ######### */
#top {
  background: url("../images/bg_topmenu.gif") repeat-x bottom;
  padding: 81px 0 12px 0;
  position: relative;
  /*height: 71px;*/
}
#block_filter {
  /*width: 235px;*/
  color: #1a375f;
}
#block_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block_filter ul li {
  /*width: 235px;*/
}
#block_filter ul ul li {
  width: 990px;
}
#block_filter ul li span {
  float: right;
  line-height: 30px;
  margin: 0 0 39px 0;
  width: 322px;
  text-align: center;
  display: block;
}
a.filter_toggle {
  color: #10233D;
  text-align: center;
  font-size: 0.8em;
  text-decoration: underline;
  padding: 3px 0 3px 18px;
}
.up a.filter_toggle {background: url("../images/ico_mnu_vyhladavanie_up.gif") no-repeat 0 0;}
.down a.filter_toggle {background: url("../images/ico_mnu_vyhladavanie_down.gif") no-repeat 0 0;}
span a.arrow {
  position: absolute;
  right: 15px;
  top: 90px;
  width: 16px;
  height: 16px;
  padding: 0;
}
#block_filter .textbutton {
  color: #10233D;
  text-align: center;
  font-size: 0.8em;
  text-decoration: underline;
  background: url("../images/ico_adv_search.gif") no-repeat 0 center;
  padding: 3px 0 3px 18px;
}
a#filter_toggle:hover {text-decoration: none; color: #970101;}
#block_filter span {background: #e1e1e1;}
/*#block_filter span.up {background: #E1E1E1 url("../images/ico_mnu_vyhladavanie_up.gif") no-repeat 290px 7px;}
#block_filter span.down {background: #E1E1E1 url("../images/ico_mnu_vyhladavanie_down.gif") no-repeat 290px 7px !important;}*/

/* ######### arrow vo filtri ######### */
#block_filter #arrow_filter {
  position: absolute;
  left: 10px;
  top: 153px;
  width: 30px;
}
#block_filter #arrow_filter.up {background: transparent url("../images/ico_mnu_vyhladavanie_up.gif") no-repeat 0 0;}
#block_filter #arrow_filter.down {background: transparent url("../images/ico_mnu_vyhladavanie_down.gif") no-repeat 0 0 !important;}
#arrow_filter a.filter_toggle {
  display: block;
  text-decoration: none;
  width: 16px;
  height: 16px;
  float: left;
  background: transparent;
  padding: 0;
  font-size: 0;
}
/* ######### FILTER ######### */
#block_filter #zmluvy_filter {
  background: #ededed url("../images/bg_zmluvy_form.gif") repeat-x 0 0;
  /*height: 144px;*/
  display: block;
  width: 990px;
  z-index: 5;
  margin: 0;
  padding: 10px 0;
}
* html #block_filter #zmluvy_filter {
  padding: 20px 0;
}

/* ######### FULLTEXT ######### */
#fulltext {
  position: absolute;
  top: 49px;
  right: 0;
  background: #e1e1e1;
  height: 26px;
  padding: 6px 6px 0 6px;
  width: 310px;
  z-index: 10;
}
#fulltext label {
  color: #373737;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  padding: 0;
  float: left;
  width: 110px;
}
#fulltext .text-input {
  width: 145px;
  height: 16px;
  background: transparent url("../images/bg_input.gif") repeat-x right 0;
  padding: 1px;
  margin: 0;
  border: 1px solid #adadad;
  display: inline;
  color: #4A4A4A;
  font-size: 0.9em;
  float: left;
}
#fulltext .button-input {

  /*background: transparent url("../images/but_vyhladat.gif") no-repeat 0 0;*/
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 0;
  float: right;
}
#fulltext div {
  float: right;
  width: 190px;
}
#header .pocet_info {
  color: #10233D;
  font-size: 0.9em;
  position: absolute;
  right: 330px;
  width: 350px;
  top: 90px;
  z-index: 10;
  text-align: right;
}

/********************
PAGE
********************/

/********************
FOOTER
********************/
#footer {
  width: 1002px;
  background: #ededed url(../images/bg_footer.gif) no-repeat 0 0;
  color: #3F3F3F;
}
#foot {
  text-align: center;
}
#foot a {
  color: ##163F63;
  text-decoration: underline;;
}
#foot a:hover {
  color: #900C0E;
  text-decoration: none;
}
#foot span {
  font-size: 0.9em;
  line-height: 2;
}
#foot span a {text-decoration: underline;}
#makedby {
  display: block;
  position: absolute;
  width: 230px;
  right: 8px;
  top: 35px;
  text-align: right;
  font-size: 0.8em;
}
#makedby a {
  color: #3F3F3F;
  text-decoration: underline;
}
#makedby a:hover {
  color: #900C0E;
  text-decoration: none;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0 20px 0;
  text-align: left;
  font-size: 1.8em;
  color: #970101;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #264268;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #AF000B;
  font-weight: bold;
}

a {
  color: #002d6b;
  text-decoration: underline;
}
a:hover {
  color: #A20D10;
  text-decoration: none;
}


.form_cal {
  vertical-align: middle;
  padding: 0 0 0 3px;
}

