* {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-family: 'Trebuchet MS', lucida, sans-serif;
}
html {
  background: url('../img/layout/bg.gif') #ffffff;
}
h2 {
  color: #ff6600;
  font-size: 20px;
  margin-bottom: 10px;
}
#hlavicka {
  width: 925px;
  margin-left: 1px;
  margin-right: 1px;
  height: 172px;
  border-bottom: 1px solid #ffffff;
  background: url('../img/layout/hlavicka_index2.jpg') no-repeat #ffffff;
  position: relative;
}
#page {
  width: 927px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9f9f9f;
  background-color: #ffffff;
}
#menu {
  width: 925px;
  height: 85px;
  border-bottom: 1px solid #ffffff;
}

a {
  color: #ff6600;
}
a:hover {
  /*color: #ff6a14;*/
  text-decoration: none;
}
a.home_guide_link {
  display: block;
  position: absolute;
  width: 245px;
  height: 110px;
  top: 12px;
  left: 252px;
  z-index: 55;
}
#treti_pruh {
  width: 927px;
  height: 263px;
  /*border-top: 1px dotted #9f9f9f;
  border-bottom: 1px dotted #9f9f9f;*/
  background: url('../img/layout/random-img-pattern2.gif') no-repeat #ffffff;
  margin-top: 2px;
  margin-bottom: 2px;
}

#inner_text {
  width: 907px;
  padding: 10px;
  position: relative;
}
div.newspaper_left {
  width: 445px;
  position: relative;
  float: left;
}
div.newspaper_right {
  width: 445px;
  position: relative;
  float: right;
}

ul {
  list-style-image: url('../img/layout/menu_item.gif');
  margin-left: 30px;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
  text-align: justify;
  text-indent: 20px;
}
#top_kontakt {
  color: #fff0e0;
  font-family: Helvetica, Arial !important;
  line-height: 110%;
  margin-left: 430px;
  padding-top: 25px;
  font-size: 13px;
}
#top_kontakt strong {
  color: #ffffff;
  font-family: Arial !important;
  line-height: 110%;
  font-size: 13px;
}
a.top_link {
  color: #fff0e0;
  font-family: Arial !important;
}
a.top_link:hover {
  text-decoration: none;
}

#skvrny_nahore_vlevo {
  width: 94px;
  height: 246px;
  background: url('../img/layout/skvrny-top-left.gif') no-repeat;

  position: absolute;
  /*position: fixed;*/
  top: -1px;
  _top: -0px; /* IE hack */
  left: -64px;
  /*left: -30px;*/
  /*left: 50px;*/
  z-index: 50;
}

#skvrny_vpravo_dole {
  width: 141px;
  height: 389px;
  background: url('../img/layout/skvrny-bottom-right.gif') no-repeat;

  position: absolute;
  /*position: fixed;*/
  bottom: 1px;
  /*_bottom: 1px; /* IE hack */
  right: -142px;
  _right: -143px;
  z-index: 50;
}
/****************************************************************************
 *    HLAVNI MENU UVODNI STRANKY
 ****************************************************************************/
img.menu_img {
  border: none;
  margin-left: 1px;
}

img.partner_index {
  position: absolute;
  top: 27px;
  left: 755px;
  border: none;
}

/****************************************************************************/

img.random_img {
  margin-left: 5px;
  margin-top: 3px;
  border: none;
  /*margin-bottom: 2px;*/
}


img.main_left {
  float: left;
  border: 1px solid #9f9f9f;
  padding: 2px;
  /*margin-left: 5px;*/
  margin-right: 5px;
  height: 80px;
}

img.main_right {
  float: right;
  border: 1px solid #9f9f9f;
  padding: 2px;
  margin-left: 5px;
  /*margin-right: 5px;*/
  height: 80px;
}
