
/* HTML elementy */


body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver;
    color: #000000;
    font-size: 90%;
    text-align: center;
  }


h1 {
    font-size: 130%;
    font-weight: normal;
    margin: 0;
    text-align:center;
  }


small {
    font-size: 80%;
  }


img {
    border: 0px;
  }


hr {
    height: 1px;
    background-color: #0000A0;
    color: #0000A0;
    border: 0;
  }

/* Odkazy */



a:link, a:visited {
    color: #1818FF;
    text-decoration: none;
  }


a:hover {
    color: #0000A0;
    text-decoration: none;
    font-weight: bold;
  }

/* Zarovnání celé stránky */



#telo {
    width: 790px;
    border: 2px solid #000000;
    padding: 10px 10px 10px 10px;
    margin: auto;
    text-align: left;
    background-color: #FFFFFF;
  }

/* Hlavička - Logo */



.logo {
    /*background-color: #4545ec;
    */border: 1px solid #000000;
    height: 107px;
    width: 790px;
    background-image: url(pictures/logo.jpg);
    background-repeat: no-repeat;
  }


.toplinka {
    background-color: #0173b5;
    border: 1px solid #000000;
    text-align: right;
    color: #000000;
    width: 790px;
    height: 15px;
  }

/* Levé menu */



.leftbox {
    width: 150px;
    float: left;
    margin: 0;
    height: 100%;
    font-family: Tahoma, sans-serif;
  }


.menubox {
    border: 1px solid #000000;
    display: block;
    padding: 2px 5px;
    margin: 15px 0 0 0;
    background-color: #98C2F0;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    background-image: url(pictures/headbox.png);
    background-repeat: no-repeat;
    height: 17px;
  }


.infoboxlogo {
    border: 1px solid #000000;
    display: block;
    padding: 2px 5px;
    margin: 15px 0 0 0;
    background-color: #98C2F0;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    background-image: url(pictures/headbox2.png);
    background-repeat: no-repeat;
    height: 17px;
  }


.infobox {
    display: block;
    background-color: #ffffff;
    color: #000000;
    font-size: 80%;
    padding: 0px 3px 0px 3px;
    border: 1px dashed #000000;
    border-top: none;
  }


a.leftmenu:link, a.leftmenu:visited {
    display: block;
    padding: 2px 5px;
    border: 1px solid #000000;
    border-top: 0px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }


a.leftmenu:hover {
    background-color: #0173b5;
    color: #ffff00;
    font-weight: bold;
  }

/* Hlavní sloupec */



.mainbox {
    width: 605px;
    padding: 15px 0px 0 30px;
    text-align: justify;
    height: 95%;
    clear: none;
    margin-left: 132px;
  }

/* Paticka stranky */



.footnote {
    text-align: right;
    border: 1px solid #000000;
    background-color: #0173b5;
    clear: both;
    margin-top: 15px;
    font-size: 80%;
    width: 790px;
  }


.footnote a:link, .footnote a:visited {
    color: blue;
    font-weight: bold;
  }


.footnote a:hover {
    text-decoration: none;
    color: red;
  }

/* Písma */



b, a, .headbox, .path, .counter, .footnote {
    font-family: Tahoma, sans-serif;
  }


.seznam li {
    list-style-type: square;
    padding: 0 0 8px 0;
  }


.malepismo {
    font-size: 80%;
  }


.centr {
    text-align : center;
  }

