header {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: 58px;
    color: #ffffff;
    background: #14367D;  
    border: 5px solid #14367D;
} 
body {
    margin: 5px;
    background: #d5e0f0;
    text-align: center;
    font-size:medium ; 
}
h1{
    font-size: 32px;
    font-weight: bold;
    text-align:center;
    margin-top: 4px;
    padding-top: 0px;
    margin-bottom: 2px;      
}
h2{
    font-size: x-large;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
h3{
    font-size: medium;
    font-weight: normal;
    font-style:  italic;
    margin: 2px;
}
h4{
    margin-top: 2px;
    font-size: 10px;
    font-weight: normal;
}
article{
    min-width: 320px;
    max-width: 800px;
}
p{
    margin: 10px;
    font-size:medium;
}
a{
    color: #00aa00
}
a:visited{
    color: #00aa00
}
a:active{
    color: #00aadd
}
span.caption{
    display: inline-block;
    width: 50%;
    margin-right: 5px;
    padding: 0px;
    text-align: left;
}
span.value{
    display: inline-block;
    padding: 0px;
    text-align: left;
    font-weight: bold;
}
div.step{
    width:100%;
    max-width:360px; 
    margin:auto;
    margin-top:3px;
    padding: 0px;
    text-align: left;
}
.msg{
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #ffff88;
}
input{
    font-size: large;
}
input:checked{
    background: #dddddd;
    font-weight: bold;
}
input:valid{
    color: #00aa00;
}
select{
    font-size: large;
}
form{
    font-size: large;
}
textarea{
    min-width: 360px;
    margin-left: 30px;
    margin-right: 30px;
}
th, td{
    min-width: 35px;
    max-width: 320px;
    padding: 1px;
    border-bottom: #14367d;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
}
.btnext{
    font-size: x-large;
    margin: 3px;
    color: #00aa00;
    min-width: 90px;
}
.bterror{
    font-size: x-large;
    color: #bb0000;
    text-decoration: none;
}
.bterror a:visited{
    font-size: x-large;
    color: #bb0000;
    text-decoration: none;
}
.butt{
    float: left;
    color: #008800;
    font-family: calibri;
    font-size: x-large;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    margin: auto;
    min-width: 110px;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    background-color: #eeeeee;
    border-radius: 2px; 
    border: 1px solid #666666;
    box-shadow: 1px 1px 1px 1px #aaaaaa;
}
.butt:hover{
    background-color: #dddddd;    
}
.butt a{
    text-decoration: none;
}
.butt a:visited{
    text-decoration: none;
}
.logoleft {
    float:left;
    height: 54px;
}
.logoright {
    float:right;
    height: 54px;
}
.titulek {
    float: left; 
    margin-left: 20px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: left;
    font-size: large;
    color: #ffffff
}
.cistic {
    clear: both;
}
.tooltip{
  visibility: hidden;
  width: 240px;
  background: #d5e0f0;
  text-align: left;
  padding: 6px;
  border-color: #000000;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 16px;
  border-bottom-left-radius: 0px;
  /* Position the tooltip text */
  position: absolute;
  bottom: 100%;
  left: 20px;
}
td:hover .tooltip{
    visibility: visible
}