body {
    font-family: Verdana, "Arial CE", "helvetica CE", Arial, Helvetica, 'MS Sans Serif';
    font-size: 10px;
    color: #CCCCCC;
    line-height : 120%;
    word-spacing : 2px;
    background-color : #333;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
}
td {
   font-size: 10px;
}
#main {
    padding:0px;
    WIDTH: 900px;
    height: 570px;
    margin-left: -450px;
    margin-top: -285px;
    LEFT: 50%;
    TOP: 50%;
    OVERFLOW: hidden;
    POSITION: absolute;
    border: 2px solid #666;
    background-color: #444;
}
#copyright {
  position: absolute;
  width: 100px;
  height: 10px;
  top: 505px;
  left: 5px;
}
h1 {
   color: #ccc;
   background-color: #555;
   font-size: 12px;
   margin: 0;
   padding: 2px;
   text-align: center;
   height: 14px;
   border-bottom: 1px solid #222;
}
#menu {
   position: absolute;
   width: 160px;
   border-right: 1px solid black;
   padding: 2px;
   overflow:auto;
   height:520px;
   left: 0px;
}
#obsah {
  position: absolute;
  width: 720px;
  border: 0px solid blue;
  left: 168px;
  top: 20px;
  padding: 2px;
  overflow: auto;
  height: 540px;
}
h2 {
   color: #333;
   background-color: #f80;
   padding:3px;
   border-bottom: 1px solid #730;
   font-size: 12px;
   margin-bottom: 0px;
}
h3 {
   color: #ccc;
   padding:3px;
   font-size: 12px;
}
h4 {
   color: #333;
   background-color: #f80;
   padding: 0px;
   font-size: 9px;
   text-align:right;
   margin-top: 0px;
   height: 8px;
   font-weight: normal;
   
}
a {
  color: #999;
  font-weight: bold;
}
.selected {
  color: #f80;
}
a:hover {
  color: #f50;
}
#menu a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
}
#menu a:hover {
  color: #f50;
}
#menu .a, .as {
  margin-left: 0px;
}
#menu .b, .bs {
  margin-left: 8px;
}
#menu .c, .cs {
  margin-left: 16px;
}
#menu .norm {
  color: #ccc;
}
#menu .sel {
  color: #f80;
}

