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

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

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

/*Column's width*/
#page-wrap {width: 827px;}
#right {width: 270px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: #c7d4de url("../images/bg-body.png") repeat-x 0 0;
}
#container {
  text-align: left;
  font-size: 0.8em;
  background: #fff url("../images/bg-container.png") repeat-y 0 0;
}
/********************
HEADER
********************/
#header {
  position: relative;
  background: #e9ecef url("../images/bg-header.png") no-repeat 0 0;
}
#logo {
  margin: 0;
  padding: 0;
  width: 191px;
  height: 61px;
  position: absolute;
  left: 20px;
  top: 20px;
}
#logo a {
  height: 0;
  display: block;
}
/**** LINKS ****/
ul.links {
  position: absolute;
  top: 15px;
  right: 0;
  list-style: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
}
ul.links li a {
  margin: 0 0 0 10px;
}
ul.links li a:hover {
  text-decoration: none;
}
ul.links li img {
  height: 23px;
}
/**** SOCIAL ****/
ul.social {
  position: absolute;
  top: 56px;
  right: 305px;
  list-style: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  height: 28px;
  margin-top: 4px;
}
ul.social li {
  display: inline;
}
ul.social li a {
  margin: 0 0 0 10px;
}
ul.social li a:hover {
  text-decoration: none;
}

ul.social li img {
  width: 28px;
  height: 28px;
}

/**** FULLTEXT ****/
#fulltext {
  position: absolute;
  top: 60px;
  right: 0;
}
#fulltext label {
  float: left;
  color: #487d96;
  border-left: 1px solid #96b6c9;
  line-height: 25px;
  margin: 2px 0;
  padding: 0 15px;
  font-size: 0.9em;
}
#fulltext .wrap-input {
  background: transparent url("../images/bg-fulltext.png") no-repeat 0 0;
  width: 175px;
  height: 29px;
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}
#fulltext .text-input {
  width: 155px;
  height: 25px;
  line-height: 25px;
  padding: 2px 10px;
  margin: 0;
  border: 0;
  display: inline;
  color: #487d96;
  font-size: 0.9em;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
#fulltext .button-input {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand;
}

/********************
CONTENT
********************/
#page {
  position: relative;
  padding: 25px;
  background: transparent url("../images/bg-content-shadow.png") no-repeat right 0;
}
#slider {
  height: 175px;
  overflow: hidden;
}

.pagein ul li {
  padding-left: 8px;
  background-image: url(../images/bg_li_page.gif);
  background-repeat: no-repeat;
  background-position: left 5px
}
/*=====================================================================================================
FOOTER
=====================================================================================================*/
#footer {
  width: 100%;
  background: #54748e url(../images/bg-footer.png) repeat-x 0 0;
  font-size: 0.8em;
  color: #ecf4fa;
}
#foot-middle {
  text-shadow: #324e65 1px 1px 1px;
}
#foot-middle a {
  color: #ecf4fa;
  text-shadow: #324e65 1px 1px 1px;
  text-decoration: none;
}
#foot-middle a:hover {
  color: #fff;
  text-shadow: #324e65 1px 1px 1px;
  text-decoration: underline;
}
#footer .block {
  float: left;
  height: 166px;
  display: inline;
  padding-top: 33px;
}
#footer .block1 {
  padding-left: 24px;
}
#footer .block2 {
  padding-left: 130px;
}
#footer .block2 p {
  padding: 5px 0 0 55px;
}
#footer h4 {
  color: #182b3a;
  text-shadow: #9bacbb 1px 1px 1px;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 0px 0px 10px 0px;
}
#footer #copyright {
  font-size: 1.2em;
  font-weight: bold;
  float: right;
  text-align: right;
  padding: 60px 25px 0 0;
}
#footer .error-report {
  position: absolute;
  right: 25px;
  top: 200px;
  text-transform: uppercase;
  color: #90101e;
}
#footer .error-report:hover {
  text-decoration: none;
}
#footer .error-report img {
  vertical-align: bottom;
}
#footer #createdby {
  position: absolute;
  right: 25px;
  bottom: 5px;
  text-align: right;
  color: #5c7c97;
}
#footer #createdby a {
  color: #5c7c97;
  text-decoration: none;
}
#footer #createdby a:hover {
  color: #182B3A;
  text-decoration: underline;
}
/*============================================= partneri =============================================*/
#partneri {
  height: 75px;
  background: #dee6eb;
  border-top: 1px solid #aebbc4;
}

/*=====================================================================================================
TOP MENU
=====================================================================================================*/
#topmenu {
  height: 53px;
  background: #2785ba url("../images/bg-topmenu.png") no-repeat 0 0;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
#topmenu .menu ul {

}
#topmenu .menu ul li {
  margin: 0 0 0 -2px;
  float: left;
}
#topmenu .menu ul li a {
  color: #fff;
  text-shadow: #2475a3 1px 1px 0;
  font-size: 1.1em;
  padding: 0 20px 0 0;
  background: transparent url("../images/separ-tmnu.png") no-repeat right center;
  height: 53px;
  line-height: 53px;
  display: block;
  text-decoration: none;
}
#topmenu .menu ul li a span {
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none;
}
#topmenu .menu ul li a:hover, #topmenu .menu ul li a:focus, #topmenu .menu ul li a.sel1 {
  background: transparent url("../images/bg-topmenu-hover.png") no-repeat right 0;
}
#topmenu .menu ul li a:hover span, #topmenu .menu ul li a:focus span, #topmenu .menu ul li a.sel1 span {
  background: transparent url("../images/bg-topmenu-hover.png") no-repeat 0 0;
}
/***** druha uroven *****/
#topmenu .menu ul ul {
  background: #2B90C0;
  width: 250px;
  margin-top: 0;
  padding: 0;
}
#topmenu .menu ul ul li {
  margin: 0;
}
#topmenu .menu ul ul li a {
  width: 210px;
  padding: 3px 20px;
  margin: 0;
  background: transparent;
  height: auto;
  line-height: 2;
  font-size: 1em;
  display: block;
  float: left;
}
#topmenu .menu ul ul li a span {
  padding: 0;
  margin: 0;
  background: transparent;
}
#topmenu .menu ul ul li a:hover, #topmenu .menu ul ul li a:focus, #topmenu .menu ul ul li a.sel1 {
  background: #04517D;
}
#topmenu .menu ul ul li a:hover span, #topmenu .menu ul ul li a:focus span, #topmenu .menu ul ul li a.sel1 span {
  background: transparent;
  text-decoration: underline;
}
/***** tretia uroven *****/
#topmenu .menu ul ul ul {
  background: #53C1DF;
  width: 250px;
  margin-top: 0;
  padding: 0 0 10px 0;
}

/*=====================================================================================================
LEFT MENU
=====================================================================================================*/
#left .menu ul {

}
#left .menu ul li {

}
#left .menu ul li a {

}
#left .menu ul li a:hover, #left .menu ul li a.sel1 {

}
/*=====================================================================================================
FOOTER MENU
=====================================================================================================*/
#footer .menu {
  position: absolute;
  bottom: 5px;
  left: 19px;
}
#footer .menu li {
  display: inline;
}
#footer .menu a {
  color: #5c7c97;
  border-right: 1px solid #5c7c97;
  padding: 0 5px;
  text-decoration: none;
}
#footer .menu li.last a {
  border-right: 0;
}
#footer .menu a:hover {
  color: #d31125;
  text-decoration: underline;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #32558B;
  font-weight: normal;
  font-style: normal;
}
h2 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #881616;
  font-weight: normal;
}
h3 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #5E5E5E;
  font-weight: bold;
}
#right h4 {
  background: #8fafc1 url("../images/bg-h4-right.png") repeat-x 0 0;
  line-height: 40px;
  padding: 0 20px;
  color: #223d52;
  text-shadow: #c4d4e1 1px 1px 0;
  margin: 20px 0 22px 0;
  font-size: 1.2em;
}
a {
  color: #32558b;
  text-decoration: underline;
}
a:hover {
  color: #d31125;
  text-decoration: none;
}

.screenreader,
.hidescr,
.scrhide {
  height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.box-shadow {
  -moz-box-shadow: 10px 10px 10px #000; /* Firefox */
  -webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
  -khtml-box-shadow: 10px 10px 10px #000;  /* Linux */
  box-shadow: 10px 10px 10px #000; /* CSS3 */
}
.rounded {
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* Linux */
  border-radius: 5px; /* CSS3 */
}
img,
a img,
a:hover img {
  border: 0;
}

.hide {display: none;}
/***** margin *****/
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
/***** padding *****/
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
/***** text align *****/
.tac {text-align: center;}
/***** font color *****/
.c-grey {color: #999999;}
/***** font size *****/
.fs11 {font-size: 1.1em;}
