#stavOk, #stavChyba { display: block; width: 968px; text-decoration: none; margin: .2em 0; padding: 0; margin-bottom: .3em; text-align: left; padding: 5px 10px; font-weight: normal; font-size: small; position: fixed; top: 0; }
#stavOk { 
    border: 1px solid #008000; background-color: red; color: #008000; background: #e4ffdf;
}
#stavChyba {
    border: 1px solid red; background-color: red; color: red; background: #ffe3e3;
}