/*Konstrukce*/
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
  background-color: #fae3a7;
  color: black;
}
#table_obal {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#td_levy {
  vertical-align: top;
  padding-right: 10px;
}
#div_menu {
  width: 100%;
  border: 0px solid #f99356;
}
#div_chat {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  border: none;
  overflow: none;
  width: 205px;
  height: 405px;
}
#chat {
  border: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#td_pravy {
  border: 3px solid #f99356;
  width: 100%;
  padding: 5px;
  vertical-align: top;
}
#table_hlavicka {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#td_hlavicka_leva {
  text-align: left;
  width: 125px;
}
#td_hlavicka_prava {
  text-align: right;
  vertical-align: middle;
  font-style: italic;
  font-weight: bold;
}
#div_obsah {
  border-top: 2px solid #f99356;
}
#div_obrazek {
  float: right;
}
#table_paticka {
  width: 100%;
  font-size: 14px;
  margin-bottom: -5px;
  border-top: 2px solid #f99356;
}
#td_paticka_leva {
  text-align: left;
}
#td_paticka_prava {
  text-align: right;
}

/*konec Konstrukce*/

/*Třídy*/

a:link, a:visited, a:active {
  color: blue;
  text-decoration: underline;
}
a:hover {
  color: blue;
  text-decoration: none;
}
a img {
  border: none;
  margin-bottom: -3px;
}
img {
  border: none;
  margin-bottom: -3px;
}
h1 {
  color: #f4701e;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 20px;
}
h2 {
  color: #f4701e;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
h3 {
  color: black;
  margin-top: 5px;
  margin-bottom: 0px;
}
h3.odsazene {
  margin-top: 10px;
}
h3.odsazene_italic {
  margin-top: 10px;
  font-style: italic;
}
h4 {
  color: black;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-decoration: none;
}
h5 {
  color: black;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-decoration: none;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.bold_underline {
  font-weight: bold;
  text-decoration: underline;
}
p {
  margin: 0px;
}
p.odsazene {
  margin-top: 5px;
}
p.odsazene_double {
  margin-top: 10px;
}
p.odsazene_odstavce {
  margin-top: 10px;
  text-indent: 40px;
}
p.odsazene_italic {
  margin-top: 5px;
  font-style: italic;
}
ul {
  margin-top: 3px;
  margin-bottom: 3px;
}

/*konec tříd */

/************ Jednotlivé sekce **************/
/* sekce Index */
#body_index {
  background: url('images/bg.jpg');
}
#div_index {
  text-align: center;
  width: 100%;
  height: 100%;
}
/* konec sekce Index */
/* sekce Texty */
#table_texty_rozcestnik {
  width: 100%;
  border: none;
}
#td_rozcestnik_leva {
  text-align: left;
  width: 20%;
}
#td_rozcestnik_middle {
  text-align: center;
}
#td_rozcestnik_prava {
  text-align: right;
  width: 20%;
}
a.rozcestnik_texty:link, a.rozcestnik_texty:visited, a.rozcestnik_texty:active {
  color: #f4701e;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
}
a.rozcestnik_texty:hover {
  color: #f4701e;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
#texty_pisni {
  clear: both;
  border: none;
}
#povidky {
  clear: both;
  border: none;
}
.table_texty {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both; 
}
.td_texty {
  text-align: center;
  border: 1px dashed #f99356;
  padding-bottom: 10px;
  width: 100%;
}
.table_denik {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both; 
}
.td_denik {
  text-align: left;
  border: 1px dashed #f99356;
  padding: 5px;
  width: 100%;
}
.table_povidky {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}
.td_povidky {
  border: 1px dashed #f99356;
  padding: 5px;
  width: 100%;
}
.div_povidky_hlavicka {
  text-align: center;
  width: 100%;
  border: none;
  margin-top: 5px;
}
/* konec sekce Texty */

/* sekce Fotogalerie */
table.foto {
  text-align: center;
}
a:link img.fotogalerie, a:visited img.fotogalerie, a:active img.fotogalerie {
  border: 3px outset #f99356;
}
a:hover img.fotogalerie {
  border: 3px inset #f99356;
}
/* konec sekce Fotogalerie */

/* sekce Koncerty */
  p.koncerty {
  margin-top: 5px;
}
/* konec sekce Koncerty */
