/* hlavní struktura webu */
* {
    /* [disabled]border: 1px solid red; */
    font-family: Arial Narrow, Cambria, Arial;
}

body {
    background-color: white;
    background-image: url(grafika/styl/pozadi.png);
    background-repeat: repeat-x;
    font-family: Arial Narrow, Cambria, Arial;
    font-size: 16px;
    color: black;
}

.logo_nalevo {
    width: 186px;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 1000px;
}

.cela_stranka {
    margin: 0 auto;
    width: 1290px;
}

.stranka {
    width: 1100px;
    float: left;
}

.hlavicka {
}

.menu, .submenu, .telo {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.menu {
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: center;
}

.submenu {
}

.telo {
    margin-top: 35px;
    text-align: left;
}

.cleaner {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nadpis {
    width: 100px;
    float: left;
    padding-top: 30px;
    height: 1000px; /* aby bylo možné kotvení */
    padding-left: 30px;
}

.kapitoly {
    width: 900px;
    float: right;
    text-align: left;
    padding: 30px 0 30px 0;
}

.kapitoly a, .kapitoly a img {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.kapitoly a img {
    margin-bottom: 5px;
}

.obsah {
    width: 900px;
    float: right;
    padding: 15px 0 0 0px;
}

/* společné vlastnosti */
ul {
    padding-top: 0px;
    margin-top: 0px;
}

h1 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
    font-family: Arial Narrow, Cambria, Arial;
    text-align: left;
}

h2 {
    text-align: left;
    margin-top: 14px;
    margin-bottom: 6px;
    font-size: 26px;
}

h3, h4 {
    text-align: left;
    margin-top: 14px;
    margin-bottom: 6px;
}

table {
    margin: 0;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.upozorneni {
    color: red;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

a:link, a:active, a:visited {
    color: #000000;
    text-decoration: underline;
    border: none;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

button:hover {
    cursor: pointer;
}

input {
    /* [disabled]background-color: #903; */
    font-size: 16px;
    color: #333333;
    /* [disabled]border: 3px outset #693434; */
    padding: 3px;
    font-family: Arial Narrow, Cambria, Arial;
}

a img, img {
    border: none;
}

/* jednotlivé stránky */
/* tabulky */
table th, table .t_paticka {
    background-color: #E46C0A;
    text-align: left;
    text-align: center;
}

.t_paticka td {
    text-align: right;
}

table tr, table, table th {
    border: 0px;
}

table td, table th {
    padding: 3px 9px;
}

table.striped tr:nth-child(odd) {
    background-color: #FFECD2;
}

table.striped tr:nth-child(even) {
    background-color: #FFF5F0;
}

table.nowrap tr td {
    white-space: nowrap;
}

table .lichy td {
    background-color: #FFECD2;
}

table .sudy td {
    background-color: #FFF5F0;
}

table td.lichy_2 {
    background-color: #FF9B37;
}

table td.sudy_2 {
    font-size: 20px;
    background-color: #FFAE5E;
}

/* stránky zarovnané na střed, do bloku*/
.s_zmeny_rozvrhu, .s_admin, .s_aktuality {
    text-align: center;
}

.s_druzina, .s_o_skole, .k_manual {
    text-align: justify;
}

.k_editor, .k_editor a {
    text-align: center;
}

.k_editor ul {
    text-align: left;
}

.s_admin table {
    margin: 0 auto;
}

/* stránky ------------------*/
/* úvodní stránka */
.aktuality_box {
    background-color: #fac090;
    width: 480px;
    float: left;
    border: 3px solid #376092;
    margin-left: 40px;
    padding: 5px 5px 0px 5px;
}

.aktuality_box .nadpis_aktuality {
    text-align: center;
}

.aktuality_box .aktualita .datum_titulek {
    font-weight: bold;
}

.aktuality_box .aktualita .datum_titulek, .aktuality_box .aktualita .text {
    margin: 0px;
    padding: 0px;
}

.aktuality_box .aktualita {
    margin-bottom: 15px;
}

.aktuality_box .aktualita p {
    margin: 0px;
}

.aktuality_tlacitko {
    text-align: right;
}

.nahodne_foto {
    width: 480px;
    float: right;
    border: 3px solid #376092;
    margin-right: 40px;
}

/* změny rozvrhu*/
.s_zmeny_rozvrhu table, .k_zmeny_rozvrhu table {
    width: 850px;
    margin: 0px;
}

.s_zmeny_rozvrhu td, .k_zmeny_rozvrhu td {
    text-align: center;
    border: 1px solid black;
    margin: 0px;
}

.s_zmeny_rozvrhu td.trida, .k_zmeny_rozvrhu td.trida {
    font-size: 22px;
    font-weight: bold;
    border-right: 0px;
    white-space: normal;
    width: 40px;
    margin: 0px;
}

.s_zmeny_rozvrhu .hodina, .k_zmeny_rozvrhu .hodina {
    width: 60px;
    vertical-align: top;
    padding: 3px 2px;
    /* [disabled]height:70px; */
    margin: 0px;
}

.s_zmeny_rozvrhu .predmet, .k_zmeny_rozvrhu .predmet {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0px;
}

.s_zmeny_rozvrhu .ucitel, .k_zmeny_rozvrhu .ucitel {
    font-size: 13px;
    display: block;
    font-style: italic;
    margin-top: 2px;
    margin: 0px;
}

.s_zmeny_rozvrhu .poznamka, .k_zmeny_rozvrhu .poznamka {
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin: 0px;
}

/* fotogalerie, resp. družina fotogalerie*/
/* alba */
.s_fotogalerie .alba .nahled, .s_druzina .alba .nahled {
    border: none;
    padding: 9px 9px 9px 9px;
    width: 155px;

}

.s_fotogalerie .alba .informace, .s_druzina .alba .informace {
    background-color: #E46C0A;
    border: none;
    height: 30px;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    text-align: left;
    width: 145px;
    display: block;
}

.s_fotogalerie .alba .datum, .s_druzina .alba .datum {
    width: 120px;
    float: left;
    display: block;
}

.s_fotogalerie .alba .pocet, .s_druzina .alba .pocet {
    width: 25px;
    float: right;
    text-align: right;
}

.s_fotogalerie .alba .prazdny, .s_druzina .alba .prazdny {
    visibility: hidden;
    display: none;
}

/* fotky*/
.s_fotogalerie .fotky .prazdny, .s_druzina .fotky .prazdny {
    visibility: hidden;
    display: none;

}

.s_fotogalerie .fotky, .s_druzina .fotky {
    border: 0;
}

.s_fotogalerie .fotky td, .s_druzina .fotky td {
    border: thin solid #E46C0A;
    background-color: transparent;
    text-align: center;
    padding: 0px;
}

/* svaciny*/
.s_svaciny td.den, .k_svaciny td.den, .s_svaciny td.cislo_dne, .k_svaciny td.cislo_dne {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.s_svaciny td.text_svaciny, .k_svaciny td.text_svaciny {
    width: 400px;
    border-bottom: 5px solid white;
    padding: 2px 40px 2px 40px;
}

.s_svaciny td.cislo_dne, .k_svaciny td.cislo_dne {
    border-bottom: 5px solid white;
}

.s_svaciny td, .k_svaciny td {
    width: 35px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
}

.s_svaciny td textarea, .k_svaciny td textarea {
    width: inherit;
    height: 56px;
    background-color: inherit;
    color: inherit;
    text-align: inherit;
}

/* jídelní lístek*/
/*.s_jidelni_listek .hlavicka, */
.k_jidelni_listek .hlavicka {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    color: #333;
}

/*.s_jidelni_listek td.den,*/
.k_jidelni_listek td.den {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
}

/*.s_jidelni_listek tr.dny, */
.k_jidelni_listek tr.dny {
    font-size: 14px;
    color: white;
    line-height: 14px;
}

/*.s_jidelni_listek td,*/
.k_jidelni_listek td {
    padding: 2px;
    width: 94px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

/*.s_jidelni_listek td textarea,*/
.k_jidelni_listek td textarea {
    width: inherit;
    height: inherit;
    background-color: inherit;
    color: inherit;
    text-align: inherit;
}

/*rozvrh*/
/*rozvrhy tříd*/
.textnormal_1 {
    font-size: 17px
}

.textlarge_1 {
    font-size: 15px
}

.textsmall_1 {
    font-size: 9px
}

.textsmaller_1 {
    font-size: 8px
}

.textbaka_1 {
    font-size: 9px
}

.textinfo_1 {
    font-weight: bold;
    text-decoration: underline
}

.textlargebold_1 {
    font-size: 15px;
    font-weight: bold
}

.textlargerbold_1 {
    font-size: 16px;
    font-weight: bold
}

/*stranka s obsahem*/
.tb_rozvrh_1 {
    font-family: Arial;
    border: none white 0px;
    table-layout: fixed;
    border-collapse: collapse;
}

.tb_rozvrh_1 p {
    display: inline;
}

table.tb_rozvrh_1 td.td_titulek_1 {
    background-color: #CD0074;
}

td.td_ohr_1 {
    border: none white 0px;
    padding: 1px;
    visibility: hidden;
    display: none;
}

td.td_1 {
    border: solid black 1px;
    padding: 1px 3px 1px 3px;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}