/*  ramiky uvodnej stranky */

.rect {
    width: 321px;
    border: 1px #ccc solid;
    margin-top: -1px;
    padding: 10px 10px 0 10px;
}

* html .rect {
    width: 343px;
}

.rect.lRect {
    float: left;
}

.rect.rRect {
    float: right;
}

.rect h2 {
    font-size: 120%;
    margin-bottom: 10px;
}

.rect .icon {
    float: left;
    margin-right: 10px;
}

.rect strong {
    font-weight: normal;
}

.rect a.more {
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
}