html {
    height:100%
    margin: 0px;
    padding: 0px;
}
body { font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
div.root {
    position:absolute;
    top:0;
    bottom:0;
    margin:0;
    padding:0;
    left:10.5em;
    width:590px;
    height:100%;
    z-index:1;
}
p {
    text-align: justify;
    font-size: 0.91em;
}
h1 {
    text-align: left;
    font-size: 1.3em;
    font-weight:bold;
    color: #545238;
/*    margin-left:1em;*/
    margin-top:0.5em;
    padding-top:0.6em;
    margin-bottom:0.5em;
    padding-bottom:0.5em;
}
h1.table, .h1 {
    font-size: 1.3em;
    font-weight:bold;
    color: #545238;
/*    margin-left:1em;*/
    margin-top:0.45em;
    padding-top:0.55em;
    margin-bottom:0.3em;
    padding-bottom:0.3em;
}

h2 {
    font-size: 1.2em;
    color: #545238;
    margin-top:0.5em;
    padding-top:0.6em;
    margin-bottom:0.2em;
    padding-bottom:0.2em;
}
h3 {
    font-size: 1.05em;
    color: #545238;
    margin-top:0.3em;
    padding-top:0.4em;
    margin-bottom:0.1em;
    padding-bottom:0.1em;
}
a {
    font-weight:bold;
}
a:hover {
    color: #000; /* #0d682e; */
    background-color: #dfdfdf; /* #adc9b0 */
}
.menu {
    font-size: 0.9em;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.language {
    font-size: 0.9em;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.language a {
    color:green;
}

.tiraz {
    font-size: 0.8em;
    text-align: right;
}
.tiraz img {
     vertical-align: bottom;
     border:none;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
table.text {
    text-align:center;
    border: 1px solid #03820e;
}
table.text td {
    border: 1px solid #03820e;
    vertical-align:middle;
    padding:5px;
    font-size:0.9em;
}

.nill, table.nill tr, table.nill td {
    margin:0px;
    padding:0px;
}

.tisk {
    display:none;
}

a.red, a.red:hover {
    color: #f00; /* #0d682e; */
    background-color: #dfdfdf; /* #adc9b0 */
}
