/* CSS Document */
body {
    text-align: center;
    margin-top: 15px;
    background-image: url(../grafika/tlo.jpg);
    font-family: Arial, Helvetica, sans-serif;
}

.cont {
    width: 775px;
    margin: 0 auto;
    border: 10px solid white;
    background-color: #FFF;
}

.animacja {
    border: 1px solid black;
    width: 775px;
    height: 188px;
}

.menu {
    margin: 4px 0px;
    border: 1px solid black;
    width: 775px;
    text-align: center;
    padding: 8px 0px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.menu a {
    color: #000000;
    text-decoration: none;
    padding: 0px 14px;
}

.menu a:hover {
    color: #FF0000;
    text-decoration: none;
}

.text {
    background: #8F0100 url('grafika/tlotresci.jpg') repeat;
    border: 1px solid black;
    width: 755px;
    padding: 10px;
    list-style-type: square;
    list-style-position: outside;
    font-size: 14px;
    color: #FFFFFF;
	 text-align: justify;
}

.ramka {
    border: #000000;
    border-style: solid;
    border-width: 1px;
}

.wlewo {
    padding-left: 12px;
}

a {
    color: #CCCCCC;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
