body
{
background-color: #D4B16A;
min-width: 940px;
}

a.vypis
{
   color:inherit;
}

#obsah
{
width: 90%;
height: 100%;
float:left;
}

#menu
{
width: 10%;
height: 100%;
background-color: #805C15;
float: right;
}

#editor
{
float: left;
}

#info
{
float: left;
/*border-style: solid;
border-width: 1px;*/
}

#tm
{
text-align: left;
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
font-size: 14pt;
}

div#papir
{
  max-width: 40em;
  background-color: white;
  padding: 1em;
}

#zahlavi
{
  font-family:sans-serif;
  text-transform: uppercase;
  color: gray;
}

#podtitul
{
  color:grey;
  font-family:sans-serif;
}

.dvousloupec
{
  column-count: 2;
}

table, th, td
{
border: 1px solid black;
}
/* td { white-space:pre } */

.prehled {font-size: small;}


table {
    width: 100%;
}
td {
/*    max-width: 0;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   }

#prvni
{
 width: 30em;
 margin-left: auto;
 margin-right: auto;
}

#loginprompt
{
padding: 1em;
border-style: solid;
border-radius: 2em;
}
/* textarea { font-size: 18px; }}*/

abbr
{
font-size: x-small;
}

.hlaseni
{
color: #D4B16A;
background-color: #805C15;
padding: 1em;
max-width: 25em;
border-style: solid;
border-radius: 2em;
}

#aktualni
{
border-style: solid;
}

img.preview {
max-width:360px;
    max-height:360px;
    width:auto;
    height:auto;
    filter: grayscale(100%);
}

.vzkaz
{
  background-color: silver;
  width: 500px;
}

.navrh_ilustrace
{
  width:360px;
}

form.navigace
{
  display:inline;
}
div.vystraha
{
  background-color: red;
  text-align: center;
  width: 10em;
  margin-left: 1em;
  margin-top: 3em;
  border-style: outset;
  padding: 1em;
}
