.info, .flash {
    color: black;
    background: #FFF9D7;
    background-image: url(../images/nette/info.png);
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}
.warning, #menuSmazat {
    color: black;
    background: #FFC6C6;
    background-image: url(../images/nette/warning.png);
    border: 1px solid #FF0000;
    padding: 1em;
    margin: 1em 0;
}
.success {
    color: black;
    background: #D5F5CB;
    background-image: url(../images/nette/success.png);
    border: 1px solid #338318;
    padding: 1em;
    margin: 1em 0;
}
div.info, div.flash , div.warning, div.success {
    background-repeat: no-repeat;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding-left: 50px;
}
.error{
    background: #FFC6C6;
    border: 1px solid #FF0000;
    margin: 2px;
    padding: 2px;
}
#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/nette/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}
#menuSmazat {
    position: absolute;
    bottom:  5px;
    left: 5px;
    background-image: none;
}
#zpravy{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 9;
}
.dialogAjax {
    position: absolute;
    top: 20%;
    left: 40%;
    padding: 50px;
    background: #dbe1fb;
    border: 1px solid #666666;
    z-index: 8;
}
.zkryj {
    display: none;
}
/**
* označní nefunkční odkazy 
*/
a[href^="error:"] {
    background: red;
    color: white;
}
input , button {
    margin: 5px;
}



