/* Start of CMSMS style sheet 'Výchozí styl' */
a:link {
  color: #222;
}

a:visited {
  color: #444;
}

a:hover {
  text-decoration: none;
}

body {
  background: #fff url('images/footer-background.png') bottom repeat-x;
  color: #000;
  font-family: Cambria, 'Palatino Linotype', Palatino, Calibri, 'Myriad Pro', serif;
  font-size: 1em/1.67;
  _font-size: .95em;
  line-height: 160%;
  margin: 0;
  padding: 0;
}

h2, h3 {
  font-style: italic;
  text-transform: lowercase;
}

h2 {
  /*background: transparent url('images/underline.png') 0% 75% repeat-x;*/
  border-bottom: #000 solid 1px;
  font-weight: normal;
  margin-top: 3em;
  padding: 0;
  clear: both;
  width: 35%;
}

h4 {
  margin-bottom: .6ex;
}

#header {
  background: transparent url('images/header-background.png') top repeat-x;
  color: #000;
  position: fixed;
  top: 0;
  height: 91px;
  left: 0;
  width: 100%;
}

#header-block {
  margin: 0;
  margin-left: 85px;
  margin-right: 100px;
}

#header h1 {
  float: left;
  margin: 0;
}

#header h1 a {
  background: transparent url('images/logo.png') top no-repeat;
  color: #000;
  display: block;
  height: 91px;
  width: 209px;
}

#navigation {
  float: right;
  margin: 1.7em 0 0 0;
}

#navigation p {
  color: #fff;
  margin: 0;
}

#navigation p a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

#navigation p a:hover {
  text-decoration: underline;
}

#content {
  margin: 0 100px;
  margin-top: 5em;
  text-align: justify;
}

#content #breadcrumbs {
  margin: 1em 0;
}

#content p {
  margin-top: 0;
}

#footer {
  color: #fff;
  font-style: italic;
  font-size: 95%;
  margin: 0 100px;
  text-align: right;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.hidden {
  position: absolute;
  top: -5000px;
  left: -5000px;
}

.per2col,
.per2cor {
  _margin-bottom: 2em;
  width: 47%;
}

.per2col {
  clear: left;
  float: left;
}

.per2cor {
  float: right;
}

.clear {
  clear: both;
}
/* End of 'Výchozí styl' */

