@import "normalize.css";
@import "template.css";
@import "page.css";
@import "dropdown_menu.css";
/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 980px;}

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

/*Column's width*/
#page {width: 679px; padding: 15px 25px 25px 25px;}
#right {width: 250px;}

/*Height of the footer */
#footer {height: 270px;}
#content {padding: 0;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  background: #F0F0F0 url("/images/bg-body.png") repeat-x 0 0;
  font-size: 1em;
  line-height: 1.5;
}
body, input {font-family: Arial, Helvetica, sans-serif;}
#container {
  font-size: 0.8em;
  text-align: left;
}
/****************************************************
HEADER
****************************************************/
#header {
  background: #e9ecef url("/images/bg-header.png") no-repeat 0 0;
  position: relative;
}
#logo {
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
}
#logo a {
  background: transparent url("/images/logo-mosr-hover.gif") no-repeat 0 0;
  display: block;
  height: 84px;
  width: 361px;
}
#logo a:hover {
  background: transparent url("/images/logo-mosr-hover.gif") no-repeat 0 -84px;
}
/**** FULLTEXT ****/
#fulltext {
  position: absolute;
  right: 20px;
  bottom: 27px;
}
#fulltext .wrap-input {
  background: transparent url("/images/bg-fulltext.png") no-repeat 0 0;
  display: inline;
  float: left;
  height: 36px;
  margin: 0 5px 0 0;
  width: 258px;
}
#fulltext .text-input {
  background: transparent;
  border: 0;
  color: #c1c1c1;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 2px 10px;
  vertical-align: middle;
  width: 238px;
}
#fulltext .text-input:focus {
  color: #666;
}
#fulltext .button-input {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand;
}
#header .live {
  color: #af1500;
  position: absolute;
  right: 30px;
  text-decoration: none;
  top: 30px;
}
#header .live:hover {
  color: #294b6e;
  text-decoration: none;
}
#header .live img {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
/****************************************************
CONTENT
****************************************************/
#content {
  background: #fff url("/images/bg-container.png") repeat-y 0 0;
  margin: 7px 0 0 0;
  position: relative;
}
#content-tl {
  background: transparent url("/images/bg-content-tl.png") no-repeat 0 0;
  font-size: 1px;
  height: 5px;
  left: 0;
  width: 5px;
  position: absolute;
  top: 0;
  z-index: 2;
}
#content-tr {
  background: transparent url("/images/bg-content-tr.png") no-repeat 0 0;
  font-size: 1px;
  height: 5px;
  right: 0;
  width: 5px;
  position: absolute;
  top: 0;
  z-index: 2;
}
#content-bottom {
  background: transparent url("/images/bg-content-bottom.png") no-repeat 0 0;
  font-size: 1px;
  height: 5px;
  margin: 0 0 7px 0;
}
#page {
  background: transparent url("/images/bg-page-corner.png") no-repeat 1px 0;
  position: relative;
}
#right .block {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}
#right .block { background: transparent url("/images/bg-right-lighter.png") repeat-y 0 0; }
#right .block1 { background: transparent url("/images/bg-right-darker.png") repeat-y 0 0; }
/****************************************************
FOOOTER
****************************************************/
#footer {
  background: transparent url(/images/bg-footer.png) no-repeat 0 0;
  color: #ecf4fa;
  font-size: 0.9em;
  position: relative;
  width: 100%;
}
#footer a {
  color: #d0e0ed;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
/***** bloky *****/
#footer .block {
  float: left;
  display: inline;
  padding-top: 17px;
  text-shadow: #19344f 1px 1px 1px;
}
#footer .block a {
  text-shadow: #324e65 1px 1px 1px;
}
#footer .block a:hover  {
  text-shadow: #324e65 1px 1px 1px;
}
#footer .block1 {
  margin: 0 30px 0 24px;
  width: 135px;
}
#footer .block2 {
  margin: 0 30px 0 0;
  width: 185px;
}
#footer .block3 {
  width: 250px;
}
#footer .block4 {
  float: right;
  margin: 0;
  text-align: right;
  width: 285px;
}
#footer h4 {
  background: transparent url("/images/line.png") repeat-x 0 bottom;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}
#footer .block4 h4 {
  padding-right: 16px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 7px 0 0 0;
}
#footer ul li {
  background: transparent url("/images/bg-li.png") no-repeat 0 0.5em;
  padding: 0 0 0 10px;
}
#footer address {
  font-style: normal;
  padding: 7px 0 0 0;
}
/**** SOCIAL ****/
#footer .social {
  background: transparent url("/images/line.png") repeat-x 0 bottom;
  padding: 0 0 0 2px;
}
#footer .social ul {
  background: transparent url("/images/bg-social.png") repeat-y right 0;
  height: 42px;
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 3px;
}
#footer .social ul li {
  background: none;
  display: inline;
  float: left;
  margin: 0 16px 0 0;
  padding: 0;
}
#footer .social ul li a {
  margin: 0;
}
#footer .social ul li a:hover {
  text-decoration: none;
}
#footer .block4 p {
  padding: 25px 16px 0 0;
}
#footer .block4 p a {
  color: #8197ad;
  text-decoration: underline;
}
#footer .block4 p a:hover { color: #fff; }

#copyright,
#createdby {
  bottom: 30px;
  color: #afafaf;
  position: absolute;
  text-align: left;
}
#copyright { left: 20px; }
#createdby {
  right: 20px;
  text-align: right;
}
#copyright a,
#createdby a {
  color: #afafaf;
  text-decoration: none;
}
#copyright a:hover,
#createdby a:hover {
  color: #666;
  text-decoration: underline;
}
/****************************************************
TOP MENU
****************************************************/
#topmenu {
  height: 40px;
  background: #2785ba url("/images/bg-topmenu.png") no-repeat 0 0;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.index #topmenu {
  background: #2785ba url("/images/bg-topmenu-index.png") no-repeat 0 0;
}
#topmenu .menu ul {

}
#topmenu .menu ul li {
  background: transparent url("/images/separ-tmnu.png") no-repeat right center;
  float: left;
  margin: 0 0 0 2px;
  padding: 0 4px 0 0;
}
#topmenu .menu ul li a {
  color: #fff;
  text-shadow: #2475a3 1px 1px 0;
  font-size: 1.1em;
  padding: 0 22px 0 0;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
}
#topmenu .menu ul li a span {
  display: block;
  padding: 0 0 0 22px;
  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;
  background: transparent;
}
#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;
}

/****************************************************
RIGHT MENU
****************************************************/
#right .menu {
  padding: 15px 15px 35px 20px;
}
#right .menu a {
  text-decoration: none;
}
#right .menu a.sel1 { font-weight: bold; }
#right .menu a:hover {
  text-decoration: underline;
}
#right .menu h3 {
  line-height: 1.2;
  font-size: 1.1em;
  padding: 0;
  margin: 0 0 10px 0;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  padding: 0;
  text-align: left;
  font-size: 1.8em;
  color: #32558B;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
h2 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.4em;
  color: #32558B;
  font-weight: bold;
  margin: 0;
}
h3 {
  padding: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #32558B;
  font-weight: bold;
  margin: 0;
}
#right h4 {
  color: #2c5177;
  text-shadow: #fff 1px 1px 0;
  padding: 13px 10px 13px 20px;
  font-size: 1.2em;
  margin: 0;
}
a {
  color: #294b6e;
  text-decoration: underline;
}
a:hover {
  color: #af1500;
  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;}
.noborder {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
