.lengkok {
        width: 100%;
        background-color: #ffffff;
}

#lavy {
        float: left;
}
#pravy {
        float: right;
}

.lengkok .t {
        background-image: url(./images/top.gif);
        background-repeat: repeat-x;
        background-position: top;
}
.lengkok .r {
        background-image: url(./images/right.gif);
        background-repeat: repeat-y;
        background-position: right;
}
.lengkok .b {
        background-image: url(./images/bottom.gif);
        background-repeat: repeat-x;
        background-position: bottom;
}
.lengkok .l {
        background-image: url(./images/left.gif);
        background-repeat: repeat-y;
        background-position: left;
}
.lengkok .tl {
        background-image: url(./images/topleft.gif);
        background-repeat: no-repeat;
        background-position: top left;
}
.lengkok .tr {
        background-image: url(./images/topright.gif);
        background-repeat: no-repeat;
        background-position: top right;
}
.lengkok .bl {
        background-image: url(./images/bottomleft.gif);
        background-repeat: no-repeat;
        background-position: bottom left;
}
.lengkok .br {
        background-image: url(./images/bottomright.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
}

.lengkok .kandungan {
        padding: 10px;
}
