/* CSS Document */
/*body
{
  background: url('bodybg.gif') repeat scroll;
}*/

#editor, #obsah
{
  padding: 0px 10px;
}
#main_content h1 span>a, #editor h1 span>a
{
  font-size: 10pt;
  font-weight: bold;
  font-variant: small-caps;
}
#editor .popis
{
  position: absolute;
  left: 425px;
  font-weight: normal;
  vertical-align: middle;
  visibility: hidden;
}
#nastroje a:hover .popis, #nastroje a.hover .popis
{
  visibility: visible;
  z-index: 5;
}
#editor textarea
{
  width: 100%;
  height: 400px;
  padding: 0.1em;
}
#editor input#ulozit
{
  font-weight: bold;
}
#editor input#nazev
{
  width: 300px;
  margin-bottom: 5px;
  padding: 2px;
  letter-spacing: 1px;
}
#editor input#parametry
{
  width: 100%;
  margin: 0.2em 0px;
  padding: 0.1em;
}
#editor textarea[disabled], #editor input[disabled], #editor select[disabled]
{
  background-color: #EEEEEE;
}
#editor select
{
  margin-bottom: 5px;
  padding: 1px;
}
#editor label
{
  display: block;
}
#editor #nelze
{
  font-size: 70%;
  font-weight: bold;
  color: #9A2121;
  vertical-align: middle;
}
#editor div span#root_tools
{
  float: right;
}
#editor div span#root_tools img
{
  height: 35px;

}
#editor #ooko, #editor #ozamek
{
  vertical-align: middle;
}
#nastroje a
{
  font-family: Lucida Console;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  background-color: #8486E0;
  color: black;
  margin-bottom: 0px;
  margin:0px;
}

#nastroje a:hover {
background-color: green;
}

#nastroje a img {
border: 1px black solid;
}
div#list
{
  position: absolute;
  padding: 10px;
  border: 1px solid black;
  display: none;
  background-color: #8486E0;
}
#obsah #logout
{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 80%;
  font-weight: bold;
}
#obsah #logout a, #obsah #logout a:hover, #obsah #logout a:visited
{
  color: #9F2121;
}
#obsah div#ramecek, #obsah div#editor
{
  padding: 8px;
  background-color: white;
  border: 1px solid #AAAAAA;
  border-right: none;
}
span#logout
{
  position: absolute;
  right: 10px;
  top: -30px;
}
/*.polozka a, .polozka a:hover, .polozka a:visited
{
  color: white;
  text-decoration: none;
}
.polozka a:hover
{
  text-decoration: underline;
}*/
