/* --- Content Area Styles --- */
#tresc {
    width: 79%;
    min-height: 300px;
    float: left;
    background-color: #ffffff;
    border: 1pt solid #002e5a;
    padding: 10px 3% 20px 2%;
    margin: 1pt;
    box-sizing: border-box;
}

#tresc:after {
    content: "";
    display: table;
    clear: both;
}

#tresc h1 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #004085;
    position: center;
	margin: 5px 5px 10px 5px;
    text-align: center;
    line-height: 1.5; /* Zalecana, najbardziej czytelna wartość */
}

#tresc h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #002e5a;
    margin: 20px 5px 2px 5px;
    text-align: left;
}


#tresc h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #002e5a;
    margin: 8px 5px 8px 5px;
    text-align: center;
}

#tresc p {
    font-family: Palatino, sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 5px 5px 10px 30px;
    text-align: justify;
    line-height: 24px;
}

#tresc a {
    font-family: Palatino, sans-serif;
    font-size: 16px;
    color: #002e5a;
    text-decoration: underline;
    line-height: 24px;
}

#tresc a:hover {
    color: #5e81b5;
}

#tresc p.big {
    font-family: Palatino, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 5px 5px 10px 30px;
    text-align: center;
    line-height: 32px;
}

#tresc ul {
    list-style-type: none;
    margin: 0;
    padding: 30px;
}

#tresc li {
    font-family: Palatino, sans-serif;
    font-size: 16px;
    margin: 2px 0;
    text-align: left;
    line-height: 20px;
}

#tresc span.color {
    color: #002e5a;
}

#tresc p.center {
    text-align: center;
}

#tresc p.left {
    text-align: left;
}

#tresc img.top1, #tresc img.top3 {
        clear: both;
    display: block;
    position: relative;
        width: 60%;
        height: auto;
        margin: 10px auto;
        float: none;
    }
