#stopka {
    width: 960px;
    margin: 20px auto;
    font-size: 11pt;
    text-align: left;
    overflow: hidden;
    border: 0;
    color: #fff;
}

#stopka a {
    color: #fff;
}

#stopkaTekst {
    width: 780px;
    height: 117px;
    font-size: 11pt;
    float: left;
    background: url(../images/stopka-tekst.png) no-repeat top left;
    padding: 42px 0 0 180px;
    line-height: 25px;
    color: #000;
}

#stopkaMenu {
    width: 960px;
    float: left;
}

#stopkaMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#stopkaMenu li {
    float: left;
    background: url(../images/tlo-menu-button.gif) repeat-x top left;
    height:17px;
    padding: 7px;
    margin-right: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: normal;
}

#stopkaMenu li:hover {
    background: url(../images/tlo-menu-button-on.gif) repeat-x top left;
    cursor: pointer;
}

#stopkaMenu li a:hover { text-decoration: none; }

#stopkaCopy {
    text-align: center;
    width:960px;
    padding:20px 0 30px;
    float: left;
    color: #000;
    font-size: 11pt;
}

#stopkaCopy a { color: #000; }

