body
{
  font: medium "Samo Sans", "Trebuchet MS", sans-serif;
}

#podpis
{
  color: #008000;
  background-color: transparent;
  margin: 1em 0 0;
  padding: 1ex;
  border-top: 1px dotted #008000;
  clear: both;
  text-align: right;
  font-weight: bold;
}
#podpis a
{
  color: #008000;
}
#casomer
{
  font: 120% "Lucida Console", monospace;
  font-weight: bold;
  color: black;
  background-color: transparent;
}

p, li
{
  padding: 1ex 1ex 2ex;
  margin: 0;
  line-height: 1.5em;
}

h1
{
  background-color: #008000;
  color: white;
  margin: 0 0 3ex;
  padding: 5px 20px;
  font-variant: small-caps;
  font-size: 180%;
  letter-spacing: 2px;
  border: 2px solid black;
  border-radius: 1em;	
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
h2
{
  font-variant: small-caps;
  font-size: 130%;
  padding: 0 1ex;
  color: #008000;
  background-color: transparent;
  border-bottom: 1px dotted #008000;    
}

#odhlas
{
  float: right;
  position: relative;
  top: -3ex;
}

div.pisane
{
  font-family: "Lucida Calligraphy", "Monotype Corsiva", cursive;
  margin: 4ex 5ex;
}
small, .small
{
  font-size: 80%;
}
sub, sup
{
  font-size: 90%;
  line-height: 100%;
}
blockquote
{
  margin: 15px 6ex;
  border: 1px dashed black;
  padding: 10px 10px 5px;
  background-color: #f0f0f0;
  color: black;
  font-size: 90%;
}
pre
{
  font: 90% "Consolas", "Lucida Console", monospace;
  line-height: 120%;
}
code
{
  font: medium "Consolas", "Lucida Console", monospace;
}

a
{
  background-color: transparent;
  color: #008;
}

ul, ol, dl
{
  padding: 0 4ex;
  margin: 0;
}
dl dt > ul, dl dt > ol
{
  margin-bottom: 1ex;
}
ul
{
  list-style-type: disc;
}
ul.spolu > li, ol.spolu > li, dl li
{
  padding: 0;
}
ol.pismena
{
  list-style-type: lower-alpha;
}

dl dt
{
  font-weight: bold;
  padding: 0;
  margin: 2ex 0 1ex;
  border-bottom: 1px dotted #c0c0c0;
}
dl dd
{
  margin: 0 2ex;
}

q
{
  quotes: "\201E" "\201C";
  font-style: italic;
}
q:before { content: open-quote }
q:after  { content: close-quote }

acronym
{
	border-bottom: 1px dashed red;
	cursor: help;
}
acronym:hover
{
  color: black;
  background-color: #ffe000;
}

span.zavinac
{
  content: "@";
}


div.imgL
{
  float: left;
  padding: 0;
  margin: 10px;
  background-color: #ccc;
}
div.imgR
{
  float: right;
  padding: 0;
  margin: 10px 0 10px 20px;
  background-color: #ccc;
}
img
{
  padding: 5px;
  margin: -10px 5px 3px -10px;
  border: 2px solid #008000;
  background-color: white;
}
img.bez_okraja
{
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
}

fieldset
{
  margin: 0.5em 2em 1em;
  padding: 0 0 1ex;
  border: 1px solid black;
  background-color: rgb(244, 255, 222);
  border-radius: 2em;	
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;    
}
fieldset legend
{
  background-color: #008000;
  color: white;
  font-variant: small-caps;
  margin: 0 0 0 3ex;
  padding: 3px 1em;
  border: 1px solid black;
  font-weight: bold;
  line-height: 1em;
  border-radius: 1em;	
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;  
  box-shadow: 4px 4px 10px black;   
  -moz-box-shadow: 4px 4px 10px black;   
  -webkit-box-shadow: 4px 4px 10px black;         
}
fieldset dl dd
{
  padding: 0 0 1ex 3ex;
  text-indent: -24px;
}
fieldset dl dd.body
{
  padding: 0;
  margin: 0;
  text-align: right;
  font-style: italic;
}
fieldset dl dt
{
  margin-top: 0;
}

table#panel
{
  margin: 0 auto;
}
table#panel td
{
  padding: 0;
}
table#panel tr
{
  background: transparent none;
}
#panel button
{
  background-color: rgb(255,255,200);
  border: 1px solid black;
  margin: 2px;
  width: 3em;
  padding: 2px 0;
  border-radius: 2em;	
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;  
  
}
#panel_stred button
{
  width: 3ex;
}
#panel button.zodpovedana
{
  color: white;
  background-color: rgb(0,128,0);
}
#panel button.nezodpovedana
{
  color: white;
  background-color: rgb(153,0,0);
}
#panel button.aktivna
{
  color: black;
}


table
{
  margin: 2ex auto;
  border-collapse: collapse;
  border: 2px solid black;
}
* html table
{
  background-color: transparent;
}
table.bez_ciar, table.bez_ciar tbody, table.bez_ciar th, table.bez_ciar td
{
  border: 0;
  background: transparent none;
}
table.pre, table.pre tbody, table.pre th, table.pre tbody, table.pre td
{
  border: 0;
  background: transparent none;
  text-align: left;
}
table.pre
{
  margin-left: 4ex;
}

table thead
{
  background-color: #008000;
  border-bottom: 1px solid black;
}
table tbody
{
  font: 90% "Arial Narrow";
}
* html table tbody
{
  background: transparent none;
}
table td
{
  border: 1px dotted black;
  text-align: center;
  padding: 2px 5px;
}
table th
{
  border: 1px dotted black;
  text-align: center;
  padding: 4px 5px;
  color: white;
}
table th a
{
  color: white;
}
table.small th
{
  padding-top: 0;
  padding-bottom: 0;
}
table td.pomlcka, table th.pomlcka
{
  text-align: "-";
}
table td.nazov
{
  text-align: right;
  vertical-align: top;
  font-size: 80%;
  font-weight: bold;
  padding: 0;
}
table.pre td.oddel, table.pre th.oddel
{
  border-left: 1px dotted #FF4040;
}
table.medzery td
{
  padding-top: 5px;
  padding-bottom: 5px;
}
table caption
{
  font-weight: bold;
  caption-side: bottom;
  text-align: center;
  margin: 2ex auto 4ex;
}
table.nevid, table.nevid td, table.nevid tbody
{
  border: 0;
  background: transparent none;
  vertical-align: top;
}
table tbody tr
{
  background: rgb(255,255,200);
}
table tbody tr.anonym
{
  background-color: rgb(244, 255, 222);
  display: none;
}
table tbody tr.nedokonceny
{
  background-color: rgb(255, 244, 222);
  display: none;
}

.vpravo
{
  text-align: right;
}
.vlavo
{
  text-align: left;
}
.stred
{
  text-align: center;
  vertical-align: middle;
}
.hore
{
  vertical-align: top;
}
.dole
{
  vertical-align: bottom;
}

@media print
{
  .netlacit { display: none; }
}
