body {
 color: #000000;
 font-family: arial;
 font-weight: normal;
 font-size: 16px;
 background-color: #ffffff;
 background-attachment: fixed;
 margin: 16px;
 padding: 0px;
 border: 0px;
 vertical-align: top;
 overflow: hidden;
 width: 100%;
 height: 100%;
}

img {
 margin: 20px;
}

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:active { color: #0000ff; }

#prihlaseni
{
    position: absolute;
    top: 108px;
    left: 148px;
    height:40px;
    width: 690px;
    text-align:right;
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow:hidden;
    color: black;
}

#cerna_linka
{
    position: absolute;
    top: 148px;
    left: 16px;
    height:8px;
    width: 132px;
    text-align:right;
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow:hidden;
    background-color:#000000;
}

#cervena_linka
{
    position: absolute;
    top: 148px;
    left: 148px;
    height:8px;
    width: 80%;
    text-align:right;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    border: 0px;
    overflow:hidden;
    background-color:#af2227;
}

#menu
{
    position: absolute;
    top: 156px;
    left: 16px;
    background-color:#af2227;
    overflow: hidden;
    text-align:left;
    color: white;
    width: 132px;
    height: 512px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#hlavni
{
    position: absolute;
    top: 156px;
    left: 148px;
    height: 70%;
    width: 80%;
    text-align:justify;
    vertical-align: top;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px none black;
    overflow: auto;
    background-color:white;
    font-size: 14px;
}

#c1
{
    color: white;
    background-color: #af2227;
    font-weight: bold;
}

#c2
{
    color: #af2227;
    background-color: #e7bcbe;
    border: 2px solid black;
    margin: 0px;
    padding: 2px;
    font-size: 12px;
}

#menutext
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    padding: 5px;
}

#menuodkaz
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    padding: 0px;
    text-decoration: none;
}

table.knihovna {
      font-size: 12px;
      width: 600;
      height: 320;
      vertical-align: top;
      border: 2px solid black;
}
    
tr.knihovna {
      vertical-align: top;
      height: 18;
}
      
td.knihovna {
    height: 18;
    vertical-align: top;
}

input.tlacitko {
    background-color: #af2227;
    color: #ffffff;
    font-size: 12px;
}

img.knihy {
 margin-right: 25px;
 margin-bottom: 25px;
 float: left;
}
   