/****************************************************
STANDARD HTML TAGS
****************************************************/
body, 
form, input, select, textarea {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body, form, input, select, textarea { font-size: 13px; }
body>#container{ /* pre mudre prehliadace */
  height:auto;
  min-height:100%;
}
h1 { font-size: 22px; color: #5b5b5b; font-weight: normal; margin-top: 0; }
h2 { font-size: 15px; color: #0c4da1; font-weight: normal; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }

a { color: #44687e; text-decoration: none; }
a:hover { color: #0c4da1; text-decoration: underline; }

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

img, a.img, a.img:hover { border: 0; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.cleaner, .clear { clear: both; overflow: hidden; }

#bg {
  position:fixed; 
  top:-50%; 
  left:-50%; 
  width:200%; 
  height:200%;
}
#bg img {
  position:absolute; 
  top:0; 
  left:0; 
  right:0; 
  bottom:0; 
  margin:auto; 
  min-width:50%;
  min-height:50%;
}

/****************************************************
CORE
****************************************************/
html {
  background: url('/images/bg.jpg') no-repeat center 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#container {
  height: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#header {
  height: 327px; /* 372px */
  padding: 45px 20px 0 20px;
  background: url('/images/bg-header.png') no-repeat 0 25px;
  position: relative;
}
#left, #page, #right {
  display: inline;
}
#left {
  float: left;
  width: 260px;
  padding: 0 0 20px 0;
}
#page {
  float: left;
  width: 640px;
  padding: 20px 30px;
}
#content {
  padding: 0 20px;
  background: url('/images/bg-content.png') repeat-y 0 0;
}
#footer {
  height: 210px; /* 265px */
  padding: 30px 50px 25px 50px;
  background: url('/images/bg-footer.png') no-repeat 0 0;
  position: relative;
  color: #fff;
}
#logo {
  margin: 10px 0 0 20px;
  float: left;
}
#topmenu .menu li, #header .menu li {
  display: inline;
}

/****************************************************
HEADER
****************************************************/
#header .button {
  color: #535353;
  font-weight: 600;
  width: 142px;
  height: 39px;
  line-height: 37px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 80px;
  right: 50px;
  text-decoration: none;
  background: url('/images/bg-button.png') no-repeat 0 0;
}
#header .button:hover {
  text-decoration: underline;
}
#slideshow {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 2;
  width: 960px;
  height: 222px;
  overflow: hidden;
}
#header .shadow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 20px;
  background: transparent url('/images/shadow-slider.png') repeat-x 0 0;
  width: 960px;
  height: 222px;
}
/****************************************************
FOOTER
****************************************************/
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #748f9d;
  text-decoration: none;
}
#footer .logo {
  float: left;
  margin-right: 20px;
}
#footer .box {
  float: left;
  text-shadow: 1px 1px 1px #223c49;
  width: 225px;
}
#footer .box-title {
  font-size: 18px;
  color: #96bbcd;
  border-bottom: 1px solid #96bbcd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footer .box-content {
  font-style: normal;
  font-size: 13px;
}
#footer .box-content b {
  font-size: 15px;
}
#copyright {
  color: #748f9d;
  font-size: 12px;
  position: absolute;
  /*top: 64px;
  right: 50px;*/
  top: 164px;
  right: 187px;
  text-align: right;
}
#copyright a {
  color: #748f9d;
}
#copyright a:hover {
  color: #fff;
}
#autor_ml {
  width: 124px;
  height: 36px;
  background: url('/images/logo-ml.png') no-repeat 0 0;
  position: absolute;
  top: 155px;
  right: 50px;
}
#autor_ml:hover {
  background-position: 0 -36px;
}

#footer .links {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  position: absolute;
  right: 50px;
  top: 35px;

}
#footer .links li {
  display: inline;
}


/****************************************************
MENU - LEFT
****************************************************/
#left .menu {
  margin-bottom: 20px;
}
#left .menu ul li a {
  background: #fff url('/images/bg-lmnu-a.png') repeat-x 0 0;
  display: block;
  line-height: 35px;
  border-bottom: 1px solid #b7c2c8;
  border-right: 1px solid #b7c2c8;
  text-decoration: none;
  font-size: 15px;
}
#left .menu ul li a span {
  background: url('/images/arrow-blue.png') no-repeat 20px 14px;
  display: block;
  padding: 0 10px 0 40px;
  color: #0c4da1;
}
#left .menu ul li a:hover,
#left .menu ul li a.sel1 {
  color: #0c4da1;
}
#left .menu ul li a:hover {
  text-decoration: underline;
}
#left .menu ul li a.sel1 {
  border-right: 0;
  font-weight: bold;
  background: #fefefe;
}
/* druha uroven */
#left .menu ul ul {
  border-bottom: 1px solid #b7c2c8;
}
#left .menu ul ul {
  border-top: 1px solid #fff;
  margin-top: -2px;
}
#left .menu ul ul li a {
  background: #fff;
  border: 0;
  font-size: 13px;
  line-height: 28px;
}
#left .menu ul ul li a span {
  background-position: 40px 10px;
  padding: 0 10px 0 60px;
}
/* tretia uroven */
#left .menu ul ul ul {
  border-bottom: 1px solid #b7c2c8;
}
#left .menu ul ul ul {
  border-top: 1px solid #fff;
  margin-top: -2px;
}
#left .menu ul ul ul li a {
  background: #fff;
  border: 0;
  font-size: 12px;
  line-height: 28px;
}
#left .menu ul ul ul li a span {
  background-position: 60px 10px;
  padding: 0 10px 0 80px;
}
/****************************************************
ACCORDION
****************************************************/
.accordion .title {
  cursor: pointer;
  padding: 5px 0;
}
.accordion .title:hover {
  color: #0C4DA1;
}
.accordion .text {
  background: #F6F6F6;
  border: 1px solid #E6E6E6;
  padding: 10px;
}
/****************************************************
ACCORDION
****************************************************/
.gal-list .item,
.foto-list .item {
  width: 159px;
  height: 120px;
  float: left;
  position: relative;
  margin: 0 1px 1px 0;
}
.gal-list .item a,
.foto-list .item a {
  display: block;
}
.gal-list span,
.foto-list span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  color: #fff;
}
.gal-list a:hover span,
.foto-list a:hover span {
  text-decoration: underline;
}
.foto-list .back {
  margin-top: 20px;
}