/* ZAČIATOK Telo stránky */
body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #007CC2;
  font-family: Arial, Helvetica, sans-serif
}
/* KONIEC Telo stránky */

/* ZAČIATOK Div tagy */
div {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
/* KONIEC Div tagy */

/* ZAČIATOK Formátovanie zoznamov */
ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}
#peticia {
  list-style-type: disc;
  list-style-image: none;
  padding-left: 15px;
}
/* KONIEC Formátovanie zoznamov */

/* ZAČIATOK Odkazy */
a:link {
  color: #000000;
  text-decoration: none
}
a:visited {
  color: #000000;
  text-decoration: none
}
a:hover {
  color: #808080;
  text-decoration: none
}
a:active {
  color: #007CC2;
  text-decoration: none
}
/* KONIEC Odkazy */

/* ZAČIATOK Logo stránky */
#logo {
  border-left: 10px solid white;
  border-right: 10px solid white;
  background-color: #007CC2;
  background-position: center;
  background-repeat: no-repeat;
  color: #FF0000;
  width: 810px;
  height: 170px;
}
/* KONIEC Logo stránky */

/* ZAČIATOK Tabuľka, v ktorej sa nachádzajú 3 podtabuľky */
#kontajner {
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  border-left: 10px solid white;
}
/* KONIEC Tabuľka, v ktorej sa nachádzajú 3 podtabuľky */

/* ZAČIATOK Ľavá tabuľka */
#lava_tabulka {
  background-color: #007CC2;
  width: 150px;
  height: 100%;
  margin: 0px;
  padding-left: 5px;
  color: #000000
}
/* KONIEC Ľavá tabuľka */

/* ZAČIATOK Pravá tabuľka */
#prava_tabulka {
  background-color: #007CC2;
  width: 150px;
  height: 100%;
  padding-left: 5px;
  margin: 0px;
  color: #000000;
}
/* KONIEC Pravá tabuľka */

/* ZAČIATOK Stredná tabuľka (zobrazuje sa v nej obsah stránky) */
#stredna_tabulka {
  background-color: #FFFFFF;
  width: 490px;
  height: 100%;
  margin: 0px;
}
#okraje_strednej_tabulky {
  padding-left: 10px;
  padding-right: 10px;
}
#obsah_strednej_tabulky {
  width: 460px;
  line-height: 1.2;
  margin-top: 20px;
}
/* KONIEC Stredná tabuľka (zobrazuje sa v nej obsah stránky) */

/* ZAČIATOK Formátovanie správy */
#bunka_spravy {
  margin: 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px
}
#autor_basne {
  padding-right: 5px;
  height: 20px;
  background-color: #F4F4F2;
  text-align: right
}
#obrazok_spravy {
  padding: 0px 5px 0px 0px;
  margin: 0px;
  border: 0px;
}
#nadpis_spravy {
  padding-left: 0px;
  height: 20px;
  background-color: #F4F4F2
}
.odkazy_v_texte {
  color: #FF0066;
  font-size: 10
}
/* KONIEC Formátovanie správy */

/* ZAČIATOK Nadpisy */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal
}
.tenky_modry {
  color: #007CC2;
}
.hruby_modry {
  color: #007CC2;
  font-weight: bold
}
.tenky_sedy {
  color: #B7B7B7;
}
.hruby_sedy {
  color: #B7B7B7;
  font-weight: bold
}
/* KONIEC Nadpisy */

/* ZAČIATOK Odkazy v menu*/
.odkaz {
  color: #007CC2;
  font-weight: normal;
  font-style: italic
}
#pridat {
  width: 135px;
  margin-top: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: x-small;
  cursor: pointer;
}
#menu_odkazy {
  background-color: #FFFFFF;
  color: #000000;
  width: 135px;
  margin-top: 5px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
#menu_odkazy:hover {
  color: #808080;
  text-decoration: none
}
#menu_pododkazy {
  background-color: #FFFFFF;
  color: #000000;
  width: 120px;
  padding-left: 20px;
  font-size: 12px
}
#menu_anketa {
  background-color: #FFFFFF;
  color: #000000;
  width: 140px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  height: 280px
}
#menu_beo {
  font-family: Tahoma, Arial Verdana, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  width: 140px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  height: 230px;
  text-decoration: none;
  font-size: 12px
}
#menu_odkazy_prave {
  text-align: center;
  margin-bottom: 15px;
  width: 140px;
  background-color: #007CC2;
  color: #000000;
}
#menu_odkazy_lave {
  text-align: center;
  margin-bottom: 15px;
  width: 140px;
  background-color: #007CC2;
  color: #000000;
}
/* KONIEC Odkazy menu*/

/* ZAČIATOK náhľady fotografií*/
td.fotografia_mala {
  padding: 5px;
  text-align: center;
  vertical-align: middle
}
/* KONIEC náhľady fotografií*/

#prejst_na {
  text-align: center;
  font-size: 13px;
  font-weight: bold
}