/* CSS Document */
*{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: x-small;
  background-color: #ffffcc;
}
#logo_obrazok a{
  background-image: url('images/martin_nove2.gif');
  background-repeat: no-repeat;
  height: 300px;
  width: 798px;
  display: block;
}
body{
  background-color: #ffe4c4;
}
#hlavicka_riadok, h1, #hlavicka_riadok a{
  background-image: url('images/slogan_martin.png');
  background-repeat: repeat-x;
  color: black;
}
#all{
  background-color: #ffff99;
}
.sub_menu{
  border-top: 6px solid #ffcc33; 
}
.mt_kategorie, .mt_kategorie a{
  background-color: #ffcc33;
  background-position: 0px 0;
  background-image: url('images/sub_mt.gif');
  background-repeat: no-repeat;
  color: black;
}
.mt_kategorie a:hover{
  background-color: #ffff99;
  background-position: -133px 0;
  background-image: url('images/sub_mt.gif');
  background-repeat: no-repeat;
  color: black;
}
#obsah_stranky{
  border: 6px solid #ffcc33;
  background-color: #ffffcc;
}

h1{
  text-align: center;
  background-color: #ffcc33;
  color: #d2691e;
}
h2{
  background-color: #ffffcc;
  color: #d2691e;
}
h3{
  background-color: #ffffcc;
  color: #b22222;
}
h4{
  background-color: #ffff99;
  color: #d2691e;
}
strong, .obsah_text, .obsah_text a, b, .odstavec, .text_norm_line, li, ul, i{
  background-color: #ffffcc;
  }
.obsah_text a {
  color: #b22222;
}
.obsah_text a:hover{
  color: black;
}
.obsah_fotky{
  background-color: #ffff99;
  border-left: 2px solid #ffcc33;
}
.fotka{
  background-color: #ffff99;
}
.separator{
  border: 1px solid #ffcc33;
}
.cutter{
  background-color: #ffffcc;
}

