/* Vlastní nastavení 9.3.2018 */

/* body  { background-color: #FFCC33; }*/          /*barva menu na MidnightBlue*/
body  { background-color: #FFCC00; } 

body  {font-family: helvetica, arial, sans-serif;} /* font písma */
table {font-family: helvetica, arial, sans-serif;} /* font písma */
td    {font-family: helvetica, arial, sans-serif;} /* font písma */ 

/* pozadí*/
/*body { background: url("/obrazek/3/pozadi") repeat 0 0 #FFCC33; }*/ /* pozadí */

.navbar {
  background-color: #191970; /*černá barva menu*/
  border-color: #000000; /*černá barva vodorovných čar menu*/
}

footer {
  background: #003399;                                             /*světlejší modrá barva patičky*/
  color: #ffffff;                                                  /*bílá barva textu v patičce*/
}

#bar-footer {
  background: #191970;                                             /*modré pozadí pruhu v patiče */ 
  border-top: 1px solid #000000;                                   /*černá čára pruhu v patičce*/
}

h1 {font-family: helvetica, arial, sans-serif; font-weight: bold;} /* nadpis h1 */
h2 {font-family: helvetica, arial, sans-serif; font-weight: bold;} /* nadpis h2 */
h3 {font-family: helvetica, arial, sans-serif; font-weight: bold;} /* nadpis h3 */
h4 {font-family: helvetica, arial, sans-serif; font-weight: bold;} /* nadpis h4 */

h1 {color: #191970;}
h2 {color: #191970;}
h3 {color: #191970;}

img {max-width: 100%; height: auto; box-sizing: border-box;}       /* nadpis h4 */

motive { height: 200px; }                                          /*nastavení výšky motivu na 200*/

