
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

body {
    background-color: #f6f6f6;
    font-size: 1em;
    font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
    color: #000000;
  }

a {
    color: #646a24;
    text-decoration: underline;
  }

a:hover {
    color: #98a228;
  }

table#hlavni {
    width: 100%;
    height: 100%;
  }

table#hlavni tr#hlavni {
    width: 100%;
    height: 100%;
  }

table#hlavni td#levy_sl {
    width: auto;
    background-color: #4e4e4e;
    background-image: url('/img/bg-l.png');
    background-repeat: repeat;
  }

table#hlavni td#pravy_sl {
    width: auto;
    background-color: #4e4e4e;
    background-image: url('/img/bg-r.png');
    background-repeat: repeat;
  }

table#hlavni td#levy_sl2, table#hlavni td#pravy_sl2 {
    width: 2px;
    background-color: #ffffff;
}

table#stred {
    width: 801px;
    height: 100%;
    table-layout: auto;
}

table#stred tr#stred_0 {
    background-color: #18190e;
    background-image: url('/img/bg-0-1.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 189px;
}

table#stred tr#stred_1 {
    background-color: #18190e;
    background-image: url('/img/bg-1-1.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    vertical-align:middle;
    height: 26px;
  }

table#stred tr#stred_2 {
    background-image: url('/img/bg-2-1.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 11px;
  }

/* zde je obsah */
table#stred tr#stred_3 {
  }

table#stred td#obsah {
    text-align: left;
    vertical-align: top;
    padding: 10px;
  }

table#stred tr#stred_4 {
    background-image: url('/img/bg-4-1.jpg');
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 49px;
  }

table#stred tr#stred_5 {
    color: #ffffff;
    background-color: #18190e;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    height: 21px;
  }

table#stred tr#stred_6 {
    height: 26px;
    background-color: #18190e;
    background-image: url('/img/bg-6-1.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 26px;
  }

table#menu a {
    color: #f6f6f6;
    text-transform : uppercase;
    text-decoration: none;
    font-weight: bolder;
    font-size: 12px;
}

table#menu a:hover {
    text-decoration: underline;
}

table#menu td {
    padding-left: 5px;
    padding-right: 8px;
}

table#menu td.vybrane {
    background-color: #d6d6d6;
}

table#menu td.vybrane a {
    color: #000000;
    text-decoration: underline;
}

div#autosofttab a {
    text-decoration:none;
}

div#autosofttab a:link {
    color: RGB(0,0,0);
}

div#autosofttab a:visited {
    color: RGB(0,0,0);
}

div#autosofttab a:hover {
    color: blue;
}

div#autosofttab th {
    background-color: RGB(180,185,207);
}

div#autosofttab td, div#autosofttab th {
    border-width: 0px;
}


