body, p, form, img, table, tr, th, td, h1, h2, h3, h4, h5, h6, div, ul, li {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
  font-family: Verdana, Arial, Tahoma;
  color: #474749;
  text-align: left;
	font-size: x-small;
	line-height: 1.5;
}

html>body {	font-size: small; }

#wrapper {
  width: 100%;
  height: 100%;
  background: url(../img/body_bg_bottom.gif) bottom repeat-x;
  position: relative;  
}

h1 { font-size: 150%; font-weight: normal; text-transform: uppercase; }
h2 { font-size: 100% }
.justify { text-align: justify }
.left { text-align: left }
.right { text-align: right }
.reseter { float: none; clear: both }
.orange { color: #ef7722 }

/*------------------------*/
/*          TOP           */
/* (horni pozadi stranky) */
/*------------------------*/
#top {
  min-height: 330px;
  width: 100%;
  background: url(../img/body_bg_top.gif) top repeat-x;
  position: absolute;
}

/*--------------------------*/
/*   HEADER (MENU + TITLE)  */
/*   (hlavicka s nadpisem)  */
/*--------------------------*/
#header {
  margin: 0 auto;
  height: 330px;
  width: 794px;
  position : relative;
  background: #adadad url(../img/header1_70q.jpg) top left no-repeat;
}

#homepage a {
  width: 250px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 30px;
}

#kridylko {
  position : absolute;
  width: 18px;
  height: 89px;
  top: 21px;
  left: 794px;
  background: url(../img/kridylko.jpg) top left no-repeat;
}

  #kridylko a {
    border: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    left: -4px;
  }

  #kridylko a:hover {
    border: 1px solid #fff;  
  }
  
  #kridylko #home { top: 5px }
  #kridylko #cz { top: 32px }
  #kridylko #en { top: 61px }


/*----------*/
/*   MENU   */
/*  (menu)  */
/*----------*/
#menu {
  width: 794px;
  height: 23px;
  position: absolute;
  top: 159px;
  left: 8px;
  z-index: 2;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 85%;  
}
  
  #menu li {
    display: block;
    float: left;
    position: relative;
    top: 0;
    left: 0;
  }
  
  #menu li a {
    display: block;
    padding: 3px 0;
    width: 156px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: url(../img/button.gif) top left no-repeat;
  }
  
  #menu li a:hover { background: none }

  /* submenu */
  #menu table {
    position: absolute;
    top: 23px;
    left: -1px;
    margin: 0;
    display: none;
    z-index: 1000;
    border-top: 1px solid #fff;
  }
    
    #menu table tr td {
      display: block;
      float: none;
      z-index: 1000;
      width: 200px;
      height: 20px;
      border: 1px solid #fff;
      border-top: 0;
    }
    
    #menu table td a {
      display: block !important;
      width: 190px;
      height: 17px;
      padding: 3px 0 0 10px;
      margin: 0;
      border: 0;
      text-align: left;
      font-size: 85%;
      color: #fff;
      background: #e5792c none;
    }
    
    #menu table td a:hover {
      display: block !important;
      color: #fff;
      background-color: #c66724;
    }
    
    ul#menu :hover table {
      visibility: visible;
      display: block;
      z-index: 1000;
    }


.button {
  height: 21px;
  width: 155px;
  float: left;
  margin-right: 1px;
  background: url(../img/button.gif) top no-repeat;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.button:hover { background: none }
a:focus .button { background: none }
.button:focus { background: none }

#title {
  position: absolute;
  top: 185px;
  left: 0px;
  width: 794px;
  min-height: 145px;
  background: url(../img/title_bg.gif) bottom no-repeat;
}

/*-----------*/
/*  CONTENT  */
/*  (obsah)  */
/*-----------*/
#content_wrapper { width: 794px; margin: 0 auto; }

#title h1 {
  text-align: right;
  position: relative;
  top: 56px;
  right: 45px;
  color: #ef7722;
}

#content {
  min-height: 450px;
  background: #adadad url(../img/content_bg.gif) top repeat-y;
}

#content2 {
  min-height: 450px;
  padding: 10px 45px 50px 0;  
  text-align: right;
  position: relative;
  background: url(../img/content_bg_bottom.gif) bottom no-repeat;
}

  #content2 p {
    width: 500px;
    float: right;
    margin: 0 0 20px 0;
  }
  
  #content2 p.justify { text-align: justify }
  
  #content2 ul {
    float: right;
    width: 500px;
    text-align: left;
    margin: 0 0 35px 0;
  }
  
  #content2 ul.sub {
     margin: 5px;
  }
  
  #content2 ul.sub li {
     margin: 0 0 0 55px;
  }  
  
  #content2 ul li {
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
  }
  
  #content2 a {
    color: #ef7722;
    text-decoration: none;
  }

  #content2 a:hover {
    text-decoration: underline;
  }
  
  #content2 a.externi {
  color: #ff6800;
  padding-right: 13px;
  margin-right: 2px;
  background: url(../img/link.gif) 100% 2px no-repeat;
}

#content2 a:hover.externi {
  color: #000000;
  padding-right: 13px;
  margin-right: 2px;
  background: url(../img/link-hover.gif) 100% 2px no-repeat;
}

#content2 a.back {
color: #ff6800;
  padding-left: 13px;
  margin-left: 2px;
  background: url(../img/back.gif) 0% 2px no-repeat;
}

#content2 a:hover.back {
  color: #000000;
  padding-left: 13px;
  margin-left: 2px;
  background: url(../img/back-hover.gif) 0% 2px no-repeat;
}

  #content2 h1 {
    clear: both;
    text-align: right;
    margin: 10px 0 0 248px;
    color: #ef7722;
  }
  
  #content2 h2 {
    clear: both;
    text-align: left;
    margin: 10px 0 6px 248px;
    color: #ef7722;
  }
  
  #content2 #mapa {
    position: absolute;
    left: 60px;
    top: 15px;
  }
  
  #content2 p.galerka {
    text-align: left;
  }  

/*-----------*/
/*  FOOTER   */
/* (paticka) */
/*-----------*/
#footer {
  background: url(../img/footer_bg.gif) top repeat-x;
  color: #fff; height: 180px; /*padding-top: 35px;*/
  position: relative;
  margin: 0 7px;
}

#footer #footer-logo {
  background: url(../img/footer_motto.gif) top no-repeat;
  width: 284px;
  height: 37px;
  position: absolute;
  top: 40px;
  left: 275px;
}

#kontakty #formular { text-align: left; width: 500px; float: right }

#kontakty #formular form input,textarea {
  width: 150px;
  height: 15px;
  padding: 1px 2px;
  border:1px solid #ff6800;
  margin-bottom: 2px;
  background: #fff2e4;
  color: #b53b00;
  font-size: 100%;
  font-family: Arial, Tahoma, Verdana;
}

#kontakty #formular form input.soubor {
  width: 150px;
  height: 20px;
}

#kontakty #formular form input.submit {
  width: 60px;
  height: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold; 
  background: #ff6800 url("/img/pozadi-tlacitka.gif") 0 0 repeat-x;
  border:1px solid #ff6800;
}

#kontakty #formular .form-textarea {
  width: 300px;
  height: 150px;
}

#formular .poznamka {
  font-size: 95%;
  color: #282828;
  font-style: italic;
}

#formular .hvezdicka {
  color: #ff0000;
}

#kontakty .kontaktni-form {
  font-size: 120%;
  color: #ff6800;
  text-transform: uppercase;
  font-weight: normal;
}

#kontakty hr {
  float: left;
  height:1px; 
  width: 300px;
  background-color:#ff6800; 
  border:0px solid #ffffff;
  clear:both;
  margin-top: 0;
  margin-bottom: 0;
}

p.cena strong {color:#000000; font-size:120%}
p.cena {font-size:80%}