h1, h2, h3, h4 {
    color: #6f9a2e;
    border-bottom: 4px solid #d7e6b3;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 0px;
}
h1 {
    font-size: 1.4em;
    line-height: 1.5em;
}
h2 {
    font-size: 1.3em;
    line-height: 1.4em;
}
h3 {
    font-size: 1.2em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.1em;
    line-height: 1.2em;
}
#Hlavicka {
    width: 100%;
    height: 537px; /*636*/
    background: url(../images/pozadi-hlavicka-small.png) repeat-x;
}
#HlavickaPozadi {
    width: 100%;
    height: 537px; /*636*/
    margin: 0px auto;
    background: url(../images/pozadi-hlavicka.png) top center no-repeat;
}
input, textarea, select {
    width: 300px;
    border: 1px solid #d7e6b3;
    color: #6f9a2e;
    padding: 2px;
}
.red {
    color: red;
}
.green {
    color: #6f9a2e;
}