/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
body{
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: auto;
	background: url(../layout/body.png) repeat;
	line-height: 25px;
}
a {
  color: #000000;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #42515a;
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h2 {
  font-size: 200%;
  padding: 15px 0px 25px 45px;
  line-height: 30px;
}

.bez-podtrzeni {
  text-decoration: none;
}

.vyrazne {
    font-weight: bold;
}

.centrovano {
    text-align: center;
}

.bez-odsazeni-mensi {
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 150%;
}

.ohraniceno {
    padding: 5px;
    border: 1px #cccccc solid;
}


h3 {
   text-decoration: underline;
   padding: 0px 0px 5px 0px;
   font-size: 100%;
}

h4 {
  padding-left: 0px;
  color: #663300;
}

p {
   padding-bottom: 15px;
}

/* -------------------layout--------------------- */

#top {
   width: 1026px;
   height: 58px;
   background: url(../layout/top.png) no-repeat bottom;
   margin: auto;
}

#menu {
  width: 876px;
  height: 51px;
  margin: auto;
  border: 1px #999999 solid;
  background: url(../layout/menu-background.png) repeat-x;
  padding-left: 150px;
}

#header {
  width: 1026px;
  height: 320px;
  position: relative;
  margin: auto;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
}

#box {
  text-align: left;
  width: 1026px;
  background: #ffffff url(../layout/box.png) repeat-x top;
  clear: both;
  margin: auto;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
  text-align: justify;
}

#footer {
  height: 80px;
  width: 1026px;
  background: url(../layout/footer.png) repeat;
  margin: auto;
  border: 1px #999999 solid;
}

#bottom {
    width: 1026px;
    height: 59px;
    background: url(../layout/bottom.png) no-repeat bottom;
    margin: auto;
}

/* -------------------logo--------------------- */

h1 a, h1 span {
  display: block;
  height: 320px;
  width: 1026px;
  float: left;
  overflow: hidden;
}
h1 a {
  position: relative;
  line-height: 320px;
  text-align: left;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}

h1 a span {
  background: url(../layout/header.jpg) no-repeat left top;
}
/* -------------------menu--------------------- */

#horni_menu {
  list-style-type: none;
  height: 51px;
}

/* -------------------vlajky--------------------- */
#menu_vlajky {
  list-style-type: none;
  height: 48px;
  width: 200px;
  position: absolute;
  z-index: 2;
  left: 805px;
}
#menu_vlajky li {
  float: right;
  margin-left: 10px;
}
#menu_vlajky a {
  text-decoration: none;
  display: block;
  height: 48px;
}
.czech {
  background: url(../layout/cz.png) no-repeat right;
  width: 56px;
}
.english {
  background: url(../layout/en.png) no-repeat right;
  width: 56px;
}

.spanish {
  background: url(../layout/sp.png) no-repeat right;
  width: 56px;
}

/* -------------------odkazy v patičce--------------------- */
#odkazy {
  width: 1026px;
  padding: 20px 0px 13px 0px;
  text-align: center;
  font: 97.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
#odkazy p {
  color: #cccccc;;
  font-size: 100%;
  line-height: 25px;
}

 #odkazy a {
  color: #cccccc;
  font-size: 100%;
  line-height: 25px;
}

#odkazy .malo-viditelne {
  color: #42515a;
}

/* -------------------layout stránek--------------------- */

#uvod-levo {
   width: 624px;
   float: left;
   padding: 20px;
}

#uvod-pravo {
    width: 322px;
   float: right;
    padding: 20px;
}

#levo-50 {
    width: 490px;
    float: left;
    padding: 10px;
}

#pravo-50 {
    width: 490px;
    float: right;
    padding: 10px;
}

#levo-levo {
    width: 302px;
     float: left;
     padding-right: 10px;
}

#center {
   width: 302px;
   float: right;
   padding-left: 10px;
}

#levo-levo .centrovano p {
     padding: 0px;
     margin: 0px;
}

#center .centrovano p {
   padding-left: 0px;
}


/* -------------------katalog--------------------- */

.katalog {
    text-align: center;
}

.katalog img {
    padding: 5px;
    border: 1px #cccccc solid;
    margin-bottom: 40px;
}

.katalog-uvod {
    text-align: center;
}

.katalog-uvod h2 {
    margin: 0px;
    padding: 15px 0px 25px 0px;
}

#uvod-levo p {
    padding-left: 45px;
}

#uvod-levo ul {
    padding-left: 75px;
    padding-bottom: 20px;
}