/*
 * (c) 2009.02.19 by martin vit
 */
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: sans-serif;
  font-size: 100.01%;
  color: black;
}

#outer {
  margin: 0;
  padding: 0 5%;
  background-color: white;
}

#inner {
  margin: 0;
  padding: 0 16%;
  background-color: #f4f8ff;
  border-left: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
}

/***************
 * CONTENT
 ***************/
#obsah {
  font-size: 10pt;
  margin: 0;
  padding: 0 1.5em 0 1.5em;
  background-color: white;
  border-right: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  /* f*cking mystery */
  border-bottom: solid 1px white;
}

/* --[ nadpis ]-- */
#obsah .nadpis {
  font-weight: bold;
  text-align: center;
  padding-top: 1.2em;
  padding-bottom: 3em;
}

#obsah .nadpis h1 {
  font-size: 1.6em;
  color: #6af;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* --[ text ]-- */
#obsah .text {
  line-height: 1.2em;
  margin-bottom: 6px;
}

#obsah .text .en {
  color: #2020ff;
}

#obsah .text .cz {
  color: #109010;  
}

/* --[ charset ]-- */
#obsah .charset {
  margin-top: 4em;
  margin-bottom: 4em;
}

#obsah .charset h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
  color: #333;
}

#obsah .charset .letter {
  margin-left: 4px;
  margin-bottom: 12px;
}

#obsah .charset .letter .descr {
  margin-bottom: 4px;
}

#obsah .charset .letter .descr .en {
  color: #2020ff;
}

#obsah .charset .letter .descr .cz {
  color: #109010;
}

#obsah .charset .letter .orig, #obsah .charset .letter .alt {
  margin-left: 1.1em;
  margin-bottom: 4px;
  font-size: 1.1em;
}

#obsah .charset .letter .alt {
  font-weight: bold;
}

#obsah .charset .letter .alt b {
  font-size: 1.0em;
  color: #d00000;
}

#obsah .charset .letter .alt i {
  font-weight: normal;
  font-style: italic;
  font-size: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
}

