body         {
        background:silver;
        margin:0px;
        }

#hlavicka    { position: absolute; width: 690px; top: 0px; height: 95px; background silver }
#hlavicka    { padding: 6px }
#obsah       { position: absolute; width: 530px; top: 240px; font-size: 12pt }
#pravalista  { position: absolute; width: 110px; top:240px;left: 810px }

.lista { position: absolute; top: 210px; font-family: Arial CE,
         sans-serif; font-size: 12pt }
.vystupek
        {
        width:3px;
        border-left:1px solid white;
        border-top:1px solid white;
        border-right:1px solid gray;
        border-bottom:1px solid gray;
        margin:2px;
        margin-right:5px;
        cursor:e-resize;
        }

.predel
        {
        width:2px;
        border-left:1px solid gray;
        border-top:1px solid gray;
        border-right:1px solid white;
        border-bottom:1px solid white;
        margin:2px;
        margin-right:5px;
        }

A.button {
        background:silver;
        color:black;
        font-family:arial;
        text-decoration:none;
        padding:2px;
        padding-left:5px;
        padding-right:5px;
        border:1px solid silver;
        margin:0px;
        height:100%;
        background: white;
        }

A:hover.button  {
        border-left:1px solid white;
        border-top:1px solid white;
        border-right:1px solid gray;
        border-bottom:1px solid gray;
        background: red;
        }

A:active.button
        {
        border-left:1px solid gray;
        border-top:1px solid gray;
        border-right:1px solid white;
        border-bottom:1px solid white;
        }

p       {color: black; text-indent: 30px; margin: 0px 0px 0px 0px, }
h2      {color: red; font-style: italic }
h1      {color: red; align: center }
h3      {color: red }
