/* CSS Document */
body{
    padding:15px 0;
    font-family:Verdana, Helvetica, sans-serif;
    text-align:center;
    background: #6a9b17 url('img/JaroPozadi.png') fixed repeat-x;
    color:#000;
    }
    
.container{
    width:798px;
    text-align:center;
    color:#000;
    margin: 0 auto;
    background: #fff;
    border: none;
    padding: 10px 10px 10px 10px;
    border: 5px double #000;
    }
    
h2{
    text-align: left;
    background: ccc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 20px;
    font-size: 1.2em;
}

table{
    font:1em Verdana, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.table_left{
    width: 200px;
    vertical-align: top;
    }
