/* #06265E, #091538, #07356E, #114D89, #0F141F, #051648, #051C54 */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px/1.4 Arial, Helvetica, sans-serif;
  background-image: url('../images/logo.png'), url('../images/background-top.png'), url('../images/background-bottom.png'), linear-gradient(to bottom, rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 100%), url('../images/background.jpg');
  background-position: center 70px, right 70px, left bottom, center top, center center;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #06265E;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #091538;
}

a {
  text-decoration: none;
  color: #114D89;
}

a:hover {
	color: #07356E;
}

#hlavnipanel-obsah > h2 {
  font-size: 1.40em;
  margin-bottom: 1.1em;
  text-transform: uppercase;
  text-align: right;
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin-left: 1em;
  margin-bottom: 1em;
}

/*http://www.the-art-of-web.com/css/format-dl/*/
dl {
  padding: 0.5em;
}
dt {
  float: left;
  /*clear: left;*/
  width: 130px;	
  text-align: right;
  font-weight: normal;
  color: #091538;
}
dt:after {
  content: ":";
}
dd {
  margin: 0 0 0 140px;
  padding: 0;
}


hr.cleaner {
  clear: both;
  display: none;
}

a.fakemenu {
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
}

/* menu */
.menu {
  margin: 0;
  list-style-type: none;
}
.menu a {
  display: block;
  margin: 0;
  padding: 2px 12px;
  width: 181px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
.menu a:hover, #roky a:hover  {
  background: #114D89;
  color: white;
}


#obsah {
  position: relative;
  z-index: 100;
  width: 636px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000000;
}

#hlavicka {
  height: 205px;
  width: 415px;
  margin: 0 0 2px 0;
  padding: 0;
  position: relative;
  top: 22px;
  left: -142px;

}

#hlavicka-obsah h1 {
  visibility: hidden;
}

#levypanel {
  float: left;
  width: 205px;
  margin: 0;
  padding:0;
}
#levypanel-obsah {
  margin: 0;
  padding: 12px 0;
  border-top: 7px solid rgba(242, 252, 253, 0.9);
  text-align: right;
  background: rgba(242, 252, 253, 0.8);

}

#roky {
  float: left;
  width: 48px;
  margin: 0;
  padding: 0 0 0 157px;
}
#roky a {
  display: block;
  width: 42px;
  margin: 2px 0 0 0;
  padding: 3px;
  color: #091538;
  background: rgba(242, 252, 253, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

#hlavnipanel {
  width: 428px;
  margin: 0 0 0 207px; padding: 0;
  /*hack pro IE kvůli zobrazení­ vedle sebe*/
  _margin: 0;
}
#hlavnipanel-obsah {
  margin: 0;
  padding: 15px;
  border-top: 7px solid rgba(242, 252, 253, 0.9);
  width: 398px;
  /*hack pro IE min-height*/
  min-height: 400px;
  height: auto !important;
  height: 400px;
  background: rgba(242, 252, 253, 0.8);
  box-shadow: 0px 0px 200px 70px rgba(242, 252, 253, 0.3);
}

#infopanel {
  position: absolute;
  top: 0;
  right: 100px;
  color: rgba(242, 252, 253, 0.9);
/*   text-transform: uppercase; */
  font-size: 17.5px;
}
#infopanel #counter {
  font-size: 30px;
/*   color: #114D89; */
  position: relative;
  top: 9px;
}


#paticka {
  width: 428px;
  margin: 2px 0 14px 207px;
  padding: 2px 0 6px;
  border-top: 7px solid rgba(242, 252, 253, 0.9);
  _margin-left: 208px;
  background: rgba(242, 252, 253, 0.8);
  text-align: center;
  font-size: 1.1em;
}

#paticka img {
  position: relative;
  top: 4px;
}
