﻿html, body
{
    margin-left: 20px;
    padding: 0;
    background-color: #DFEEFF;          /* #E0FFFF;  lightcyan */
    color: #4682B4;            /* steelblue */
    font-family: Sans-Serif,Verdana, Fixedsys;
    font-size: 1em;        /* 9pt; */
     /* width: 800px; */
    scrollbar-face-color: #B0C4DE;
}

/* 
    #DFEFFF   + komplementarni  #fff0df;
    triada  #DFEFFF  #ffdfee  #eeffdf
    tetrada #DFEFFF  #ffdffe  #fff0df  #dfffe0
*/
.pozadi {  background-color:#DFEFFF }
.pozadikomplement {  background-color:#fff0df;}

.txtmalei
{   font-size:0.7em;     /*7pt;*/
    font-style:italic;
}
.txtpopis
{   font-size:0.8em;   /*8pt;*/
}

.txtnadpis 
{   font-size:1.1em;  /*10pt;*/
    font-weight:bold;
}

.txtnadpis11 
{   font-size:1.2em;  /*11pt;*/
    font-weight:bold;


.textbox
{
    font-size: 1em;   /*9pt;*/
    font-family: Sans-Serif,Verdana, Fixedsys;
    color: #353535;
}
.but
{
    background-color: #4682B4;
    color: #ffffff;
    border-style:outset; 
    font-weight: bold;
    font-size: 0.8em;   /* 8pt;*/
    text-decoration:none;
}
.edi
{
    padding: 5px;
    background-color: #FFFFFF;
}
.chyba
{    color:Red;
     font-weight:bold;
     font-size:1em;   /* 9pt; */
 }
/*    slideshow     */
.ssbut {
    background-color: #4682B4;
    color: white;
    font-weight:900;
    padding: 1em;
    border: 0;
    box-shadow: none;
    border-radius: 1em; 
}
    .ssbut:hover {
        text-decoration: none;
        background-color: #b46e46;
    }
    .ssbut:link, ssbut:visited, tlhotel:active {
        text-decoration: none;
    }