body {
    background: white url('img/header_bg.png') repeat-x scroll left top;
    font-family: Sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div {
    display: block;
}

div#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    position: absolute;
    top: 20px;
}

div#content {
    background-color: white;
    margin-top: 120px;
    margin-bottom: 40px;
    text-align: left;
}

div#facebook_profiles {
    float: left;
}

div#novinky {
    clear: both;
}

div#footer {
    clear: both;
    height: 50px;
    text-align: center;
    border-top: solid 1px gray;
    background: white url('img/footer_bg.png') repeat-x scroll left top;
}

div#message_form {
    float: right;
}

h1 {
    color: white;
    text-transform: uppercase;
}

h2, h3 {
    color: orange;
}

hr {
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
}

a:link, a:visited {
    color: orange;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    font-weight: bold;
}

span.datum {
    color: green;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.row {
    clear: both;
}

.button {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    border-top-color: gray;
    border-left-color: gray;
    border-right-color: gray;
    border-bottom-color: gray;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    background-color: #efefef;
}

.red {
    color: red;
}

.facebook {
    float: left;
    width: 140px;
}
