body {
    background-color: #dddddd;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg.gif); 
    background-repeat: repeat-y; 
    background-position: center; 
    
}

h1 {
    margin-top:15px;
    margin-bottom:0px;
    font-size:18px;
}

a {
    color:#dc2b19;
}

#head {
    background-color: #ffffff;
    width: 860px;
    height: 117px;
    background-image:url(../images/head.jpg);
    background-repeat: no-repeat; 
    margin: 0px auto;
}

#menu {
    margin: 0px auto;
    width: 860px;
    height: 33px;
    background-image:url(../images/menu_background.png);
    background-repeat: repeat-x; 
    border-top: 1px #2a0e72 solid;
    border-bottom: 1px #2a0e72 solid;
}

#menu table {
    height: 33px;
}

#menu td {
    border-right: 1px #2a0e72 solid;
    padding-left:5px;
    padding-right:5px;
}

#menu table a {
    color: #2a0e72;
    font-size:13px;
    font-weight: bold;
    text-decoration:none;
}

#content {
    /*height: 600px;*/
    color: #2a0e72;
}

#content table {
    width: 800px;
    font-size: 12px;
}

#content a {
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    text-decoration: underline;
}

#nadpis {
    border-bottom: 1px solid #dc2b19;
    text-align:left;
    color:#dc2b19;
}

#foot {
    margin: 0px auto;
    width:860px;
    color: #dc2b19;
    padding-top:40px;
}

#foot table {
    margin: 0px auto;
    width:800px;
    height:30px;
    border-top: 1px #dc2b19 solid;
}

