#container1 {
    background: #25698e;
}
#header0 {
    background: url(/images/header0-swiat.png) top center no-repeat;
}
#header0-left {
    background: url(/images/header0-swiat-left.png) no-repeat;
}
#header0-right {
    background: url(/images/header0-swiat-right.png) no-repeat;
}

#most-important .element div {
    background: rgb(24,62,79);
}

#article-list {
    padding: 20px 0;
    width: 685px;
}

.article {
    position: relative;
    display: block;
    float: left;
    width: 215px;
    margin: 0 20px 20px 0;
    border: none;
}
.article .kraj {
    font-family: "Arial-Narrow", sans-serif;
    font-size: 11px;
    color: #628290;
}
.article .imageplaceholder, .article img.ai {
    display: block;
    float: none;
    width: 215px;
    height: 121px;
}
.article .imageplaceholder {
    line-height: 121px;
    text-align: center;
    background: #ccc;
}
.article h2 {
    margin: 8px 5px 0 5px;
    height: 3.6em;
    color: #25698b;
    font-size: 16px;
    font-weight: normal;
}
.article .intro {
    margin: 0 5px;
    color: #231f20;
    line-height: 140%;
}