@font-face {
  font-family: "Tyfa Text Pro";
  src: url("fonts/TyfaTextPro.woff") format('woff');
}
html {
  height: 100%;
}
.body-style {
  height: 100%;
  background-color: #D8C2AC;
  color: #231F20;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
.body-index {
  height: 100%;
  background-color: #C7A17D;
  color: #231F20;
  font-family: "Tyfa Text Pro", "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.body-index a {
    color: #500000;
    text-decoration: none;
}
.body-index a:link {
    color: #500000;
    text-decoration: none;
}

.body-index a:visited {
    color: #500000;
    text-decoration: none;
}

.body-index a:hover {
    text-decoration: underline;
}
.body-index hr {
    color: white;
    border-left: 0pt;
    border-right: 0pt;
    border-top: 0pt;
    border-width: 0.4px;
    border-style: solid;
    border-color: white;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.body-simple {
  height: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 90px 60px;
  background-color: #D8C2AC;
  color: #231F20;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.body-print {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: black;
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.main {
  background-color: #D8C2AC;
  color: #231F20;
}

.main ul li {
  padding-bottom: 10px;
}

.main a {
    color: #500000;
    text-decoration: none;
}

.main a:link {
    color: #500000;
    text-decoration: none;
}

.main a:visited {
    color: #500000;
    text-decoration: none;
}

.main a:hover {
    text-decoration: underline;
}

.menu_std {
    background-color: #D8C2AC;
    color: #231F20;
}

.menu_std a {
    color: #231F20;
    text-decoration: none;
}

.menu_std a:link {
    color: #231F20;
    text-decoration: none;
}

.menu_std a:visited {
    color: #231F20;
    text-decoration: none;
}

.menu_std a:hover {
    text-decoration: underline;
}

.menu_hl {
  background-color: #FFFFFF;
  color: #231F20;
}

.menu_hl a {
    color: #231F20;
    text-decoration: none;
}

.menu_hl a:link {
    color: #231F20;
    text-decoration: none;
}

.menu_hl a:visited {
    color: #231F20;
    text-decoration: none;
}

.menu_hl a:hover {
    text-decoration: underline;
}

.mit_l_std {
    background-color: #D8C2AC;
    color: #231F20;
}

.mit_r_std {
    background-color: #D8C2AC;
    color: #231F20;
    width: 130px;
}

.mit_r_std a {
    color: #231F20;
    text-decoration: none;
}

.mit_r_std a:link {
    color: #231F20;
    text-decoration: none;
}

.mit_r_std a:visited {
    color: #231F20;
    text-decoration: none;
}

.mit_r_std a:hover {
    text-decoration: underline;
}

.mit_r_hl {
     background-color: #FFFFFF;
     color: #231F20;
     width: 130px;
}

.mit_r_hl a {
    color: #231F20;
    text-decoration: none;
}

.mit_r_hl a:link {
    color: #231F20;
    text-decoration: none;
}

.mit_r_hl a:visited {
    color: #231F20;
    text-decoration: none;
}

.mit_r_hl a:hover {
    text-decoration: underline;
}

.body-simple a {
    color: #500000;
    text-decoration: none;
}

.body-simple a:link {
    color: #500000;
    text-decoration: none;
}

.body-simple a:visited {
    color: #500000;
    text-decoration: none;
}

.body-simple a:hover {
    text-decoration: underline;
}
.body-simple ul li {
  padding-bottom: 0.625em;
}



.nobr {
    white-space: nowrap;
}

.no_cs {
    :lang(cs) {
	display: none;
    }
}

.no_de {
    :lang(de) {
	display: none;
    }
}

.no_en {
    :lang(en) {
	display: none;
    }
}

/* http://webtypography.net/2.3.4 */
.verse pre {
  font-family: inherit;
  display: table;
  width: auto;
  margin: 0 auto;
}
.verse pre span {
  text-align: left;
}

/* for responsive design */
.hl_right {
    @media (max-width: 567px){ display: none; }
}
.hl_center {
    width: calc(100% - 395pt);
    @media (max-width: 567px){ width: calc(100% - 255pt); }
}
