body {
    background: #e7e3d8;
    color: #5c5c5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

#page {
    margin: 20px auto;
    width: 800px;
}

#content h1,
#content h2 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

#content h1 {
    font-size: 48px;
    margin: 0 0 32px 0;
}

#content h2 {
    font-size: 32px;
    margin: 16px 0 8px 0;
}

#content p {
    margin: 8px 0;
}

#content th {
    text-align: right;
}

.col {
    float: left;
}

#logo {
    margin-right: 20px;
    width: 100px;
}

#content {
    width: 680px;
}

.lang {
    width: 330px;
}

#lang-cz {
    margin-right: 20px;
}