/* obecná nastavení*/
html {
height: 100%;
}
body {
background-color: #bdbdb7; #9ca69d; #cedcc8;
color: black;
font-family: Arial;
font-size: 14px;
font-weight: normal;
font-style: normal;
letter-spacing:0pt;
height: 100%;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
a {
color: #96b38b;
font-weight: bold;
text-decoration: none;
}

/*nastavení pro dokument*/
div.doc {
color: black;
position: relative;
background-color: white;
height: 100%;
padding: 10px 20px 1px 20px;
margin: 0px 0px 0px 0px;
text-align: justify;
line-height: normal;
}
div.doc h1 {
font-size: 26px;
font-weight: bold;
font-style: normal;
color: #44443e; #317f33; #266426; #96b38b;
text-align: left;
margin: 30px 0px 0px 0px;
}
div.doc table {
border: 0px;
border-spacing: 1px 1px;
background-color: #9b9b91; #bdbdb7; #96b38b;
padding: 5px 2px 15px 2px;
margin: 20px 0px 20px 0px;
width: 100%;
}
div.doc table th{
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: #9b9b91; #bdbdb7; #96b38b;
color: white;
height: 20px;
text-align: left;
padding: 5px;
}
div.doc table td {
font-size: 12px;
font-weight: normal;
font-style: normal;
background-color: white;
color: black;
height: 20px;
text-align: left;
padding: 5px;
}
div.doc table td.zprava {
text-align: center;
}
div.doc table td.zpravaok {
color: white;
background-color: blue;
font-weight: bold;
border: 2px solid white;
text-align: center;
}
div.doc table td.zpravamsg {
color: black;
background-color: yellow;
font-weight: bold;
border: 2px solid black;
text-align: center;
}

div.doc table td.zpravaerr {
color: white;
background-color: orangered;
font-weight: bold;
border: 2px solid white;
text-align: center;
}
div.doc input[readonly] {
color: #afafaf;
}
