body    {
    background-color: #000;
    font-size: 62.5%;
    font-family: arial;
    font-weight: normal;
}

h1  {
    font-size: 26px;
    margin-top: 10px;
    padding-top: 10px;
}

h2  {
    font-size: 18px;
}

ol li   {
    font-size: 1.4em;
}

ul li {
    font-size: 1.4em;
    
}

#strona {
    width: 760px;
    margin: auto;
}

#header  {
    width: 760px;
    height: 200px;
    background-color: #000;
    background-image: url('../images/header3.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

#manuup {
    background-color: #fff;
    border: solid #000 1px;
    font-weight: normal;
}

#manuup ul li   {
    display: inline;
    padding-right: 30px;
    font-size: 1.4em;
}

#content    {
    border-left: solid #fff 1px;    
    border-right: solid #fff 1px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
}

#content p   {
    color: #000;
    font-size: 1.4em;
    font-weight: normal;
    background-color: #fff;
}

#footer {
    width: 760px;
    height: 200px;
    background-color: #000;
    background-image: url('../images/footer.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

#footer p   {
    color: #d98e03;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
}

.mapa   {
    border: solid #000 2px;
    margin:auto;
    width:740px;
    height:350px;
}

table.rozklad   {
    width:720px;
    margin-bottom: 20px;
}

td  {
    width:180px;
    text-align: left;
    background-color: #dedede;
    padding:2px;
    font-size: 1.2em;
}

td.naglowek {
    width: 720px;
    font-weight: bold;
    background-color: #afafaf;
}

table.program   {
    width: 740px;
    margin-bottom: 20px;
    text-align: left;
}

table.program th    {
    font-weight :bold;
    font-size: 1.4em;
    background-color: #afafaf;
    padding: 0px 4px 0px 4px;
}

table.program td    {
        padding: 4px;
        vertical-align: top;
}

p.aktualizacja  {
    margin-bottom: 40px;
    font-size: 0.4em;
}
