@CHARSET "UTF-8";

.s {
    background: url(../images/tloBig.jpg) repeat-y;
    height: 100%;
    padding: 15px 0px;
    font-size: 15px;
}

.right {
    width: 880px;
    padding-left: 58px;
    float: left;
}

.menu {
    height: 52px;
    background: url(../images/t3Big.jpg) no-repeat;
}

.stopka {
    background: url(../images/stopkaBig.jpg) no-repeat;
}

.imgFullWidth {
    width: 880px;
    height: auto;
}

.imgCenter80 {
    width: 700px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.big {
    padding-top: 20px;
    font-size: 20px;
    text-align: justify;
    line-height: 2;
}

.imgRight {
    width: 400px;
    height: auto;
    float: right;
}

.halfLeft {
    width: 50%;
    float: left;
}

.halfRight {
    width: 50%;
    float: left;
}

.center {
    text-align: center;
}

ul.b li {
    font-weight: bold;
}

.header {
    margin-left: auto;
    margin-right: auto;
    color: gray;
    border: 2px solid gray;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
}

.imgAndText {
    width: 250px;
    height: 250px;
    display: inline-table;
    border: 2px solid gray;
    margin: 20px;
    text-align: center;
}

.imgAndText img {
    width: auto;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.imgAndText .txtCont {
    width: 250px;
    height: 100px;
}

.imgAndText .txtCont .txt {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
    color: gray;
    vertical-align: middle;
    display: block;
}
