/******LOGO******/
#logo{
    margin       : 5px;
    width        : auto;
    height       : 150px;
    border-top   : solid 1px silver;
    border-bottom: solid 1px silver;
    align        : center;
    background   : url("logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

/******MENU******/
#menu{
    border-top   : solid 2px black;
    border-bottom: solid 1px black;
    padding      : 0px;
    width        : auto;
    font-family  : verdana, helvetica, sans-serif;
    font-weight  : bold;
    font-size    : 10pt;
    text-align   : right;
    background   : rgb(249,249,240);
}

#menu a {
    padding         : 1px;
    margin-right    : 5px;
    margin-left     : 5px;
    align           : left;
/*  display         : block; */
    text-decoration : none;
}

#menu a:link {
    color       :  rgb(116,113,44);
    background  :  transparent;
}

#menu a:visited {
    color       :  rgb(216,113,44);
    background  :  transparent;
}

#menu a:hover {
    color       :  rgb(234,233,200);
    background  :  rgb(137,36,114);
}

#menu a:active {
    color       :  rgb(251,48,38);
    background  :  transparent;
}

/******STOPKA******/
#stopka{
/*    position     : absolute;*/
    aling        : center;
    top          : 200;
    margin-top   : 20px;
    width        : 100%;
    height       : auto;
    border-top   : solid 1px black;
    border-bottom: solid 1px black;
    align        : bottom;
    text-align   : center;
    font-size    : 75%;
   letter-spacing: 0.05cm; 
    color        : white;
    background   : rgb(0,0,0);
    font-family  : verdana, helvetica, sans-serif;

}