@charset "UTF-8";
/* 
Document   : style
Author     : Lukáš Vlk (DarkWolf)
*/


#frmTelo h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 2px solid #afafaf;
    margin: 0px;
    padding: 0px;
    color: #d20005;
    margin-bottom: 1ex;
}

#frmTelo h2 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 2px solid #afafaf;
    margin: 0px;
    padding: 0px;
    color: #d20005;
    margin-bottom: 1ex;
    padding-right: 0.5ex;
    font-style: italic;
    display: inline;
}

#frmTelo h3 {
    color: #d20005;
}

.ac_nazev { /* Nápis AC service s.r.o. - bez podkladu - adresa.php*/
    font-size: 1.2em;
    font-weight: bolder;
}

.zelena {
    background: #00cc00;
}

.cervena {
    background: #ff5555;
}

.scratch {
    text-decoration: line-through;
}

.center {
    text-align: center;
}

BR.odd { /* Volný øádek */
}

#kontakty {
    position: relative;
}

#kontakty p {
    margin: 0px;
    margin-right: 270px;
}

#kontakty #Ou { /* Obrázek Obecního úøadu */
    position: absolute;
    float: right;
    width: 248px;
    height: 173px;
    right: 1ex;
    bottom: 1.5ex;
    border: 3px solid #000000;
}

#frmTelo a:hover {
    text-decoration: underline overline;
    background-color: #e0e0e0;
}

#frmTelo .relA {
    position: relative;
    bottom: 100px;
}

#frmTelo .reference {
    position: relative;
    display: block;
    margin: 1ex;
    margin-right: 13em;
    padding: 1em;
    border: 3px solid gray;
    min-height: 3em;
}

#frmTelo .reference img {
    display: block;
    vertical-align: top;
    margin-right: 1em;
}

#frmTelo .reference .refPopis {
    position: absolute;
    display: block;
    left: 380px;
    top: 1ex;
    font-size: 20pt;
}

#frmTelo .odstavec { /* Odstavcový text */
    margin: 0.5em 0 0.5em 0;   /*nad vpravo pod vlevo*/
    text-indent: 20pt;
    text-align: justify;
}
#frmTelo .odsazeni { /* Odsazení textu */
    margin-left: 1em;
}
#frmTelo .tucny {
    font-weight: bolder;
}

#frmTelo img.highlight {
    float: left;
    margin-right: 1.5ex;
    height: 2em;
    text-decoration: overline;
}

#frmTelo img {
    border: 0px;
}

/***** Seminář *****/

.tema {
    font-family: serif;
    text-align: center;
    letter-spacing: 0.7ex;
    border: 0px;
}

.p3 { /* Podobné h3 */
    margin: 0.5em 0 0.5em 0;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
}
.sk_datum { /* Větší text h3 */
    margin: 1em 0 1em 0;
    font-size: 1.7em;
    font-weight: bolder;
    text-align: center;
}
.sk_dovetek {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
}
.sk_lektor {
    margin-top: 1.7em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    font-weight: bolder;
    text-align: center;
    color: #d20005;
}
.sk_lektor_specifikace {
    margin-top: 1ex;
    margin-bottom: 2.5em;
    text-align: center;
}


/***** Tabulky *****/

#frmTelo TABLE {
    margin-top: 1em;
    border: 3px solid black;
    border-collapse: collapse;
}

#frmTelo THEAD {
    text-align: center;
    font-weight: bold;
}

#frmTelo THEAD TH {
    padding: 0ex 1ex;
    border: 2px solid black;
}

#frmTelo TBODY TD {
    padding: 0ex 1ex;
    border: 1px solid black;
}

.tTable {
    display: table;
    margin-top: 1em;
    border: 4px double black;
}

.tHeader {
    display: table-header-group;
    text-align: center;
    font-weight: bold;
}

.tFooter {
    display: table-footer-group;
}

.tBody {
    display: table-row-group;
}

.tRow {
    display: table-row;
}

.tCell {
    display: table-cell;
    padding: 0ex 1ex;
    border: 1px solid black;
}
