body 
{
  color: #c0c0c0;
  background-color: black;
  font-family: sans-serif;
  font-size:100%;
  height: 100%;
  /*
  font-size:100%;
  font-size: 16px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3em;
  padding-bottom: 3em;
  border-style: solid;
  border-width: 2px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  */
}

html, body, table, tr, td, img, a,  p.hr, hr
{
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  /*border-color: red;*/
  border-collapse: collapse;
  /*border-spacing: 0px;*/
  /*border: 0.25em solid red;*/
}


h1
{
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

h2,h3,h4,h5,h6
{
  margin-top: 0.8em;
  margin-bottom: 0.3em;
}

li
{
  text-align: justify;
}

p
{
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 1em;
}

p.question
{
  font-style: italic;
  margin-bottom: 0.5em;
}

p.subtitle
{
  font-style: italic;
  margin-bottom: 1.5em;
}

p.foot
{
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 0.2em;
}

p.commentheadline
{
  font-style: italic;
  /*font-size: smaller;*/
  text-align: right;
  /*width: 810px;*/
  margin-bottom: 0em;
}

p.comment
{
  /*text-align: justify;*/
}

a:link 
{ 
  color: #c0c0c0;
  text-decoration: underline;
  /*text-decoration: none;
  font-weight: bolder;*/
}

a:visited 
{ 
  color: #c0c0c0;
  text-decoration: underline;
  /*text-decoration: none;
  font-weight: bolder;*/
}

a:hover 
{ 
  color: #f0f0f0;
  text-decoration: underline;
  /*text-decoration: none;
  font-weight: bolder;*/
}

a:active
{ 
  color: #f0f0f0;
  text-decoration: underline;
  /*text-decoration: none;
  font-weight: bolder;*/
}

b, strong
{
  font-weight: bolder;
}

em
{
  font-style: italic;
}

p.hr
{
  line-height: 0px;
  font-size: 0px;
  width: 100%;
  border-top-width: 0.0625em; /* tohle je sirka linky */
  border-style: solid;
  border-color: #c0c0c0;
}

hr
{
  color: #c0c0c0;
  background-color: #c0c0c0;
  width: 100%;
  height: 0.0625em;
  margin-bottom: 1em;
}

table.framed
{
  width: 100%;
/*  border-width: 0.0625em;
  border-style: solid;
  border-color: #c0c0c0;*/
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}

.framed td, .framed th
{
  border-width: 0.0625em;
  border-style: solid;
  border-color: #808080;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

/* layout */
html, table.main, center.main
{
  height: 101%;
}

/*
table.main
{
  width: 70em;
}
*/

td.menu
{
  /*width: 8.9em;*/
  vertical-align: top;
  padding-top: 6.5em;
  border-right: 0.0625em solid #c0c0c0;
}

.menu table
{
  width: 100%;
}

.menu td
{
  text-align: right;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.125em;
  padding-top: 0.0625em;
  border-bottom: 0.25em solid black;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover
{
  text-decoration: none;
  font-size: larger;
  color: #c0c0c0;
}

td.menusel
{
  background-color: #c0c0c0;
}

.menusel a:link, .menusel a:visited, .menusel a:active, .menusel a:hover
{
  color: black;
}

td.rightfiller
{
  width: 8em;
  vertical-align: top;
  /*padding-top: 4em;*/
  /*border-left: 0.0625em solid #c0c0c0;*/
}

td.content
{
  width: 50em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  vertical-align: top;
}

