/* CSS Document */
body {
  font-size: 11pt;
  font-family: tahoma;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

#page {
  width: 800px;
  height: 760px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  background: url(img/footer.jpg) no-repeat bottom;
}

/* -----------------------------HEADER--------------------------------- */
.slideshow {
  width: 800px;
  height: 246px;
  z-index: 0;
  overflow: hidden;
}

/* -----------------------------CONTENT TITULNI STRANA--------------------------------- */
#right {
  width: 450px;
  /*background-color: red; */
  float: right;
  margin-right: 10px;
  text-align: center;
}

#right h1 {
  font-size: 13pt;
  color: #f81717;
  background: url(img/line.jpg) no-repeat bottom;
  padding-bottom: 18px;
}

#right .text {
  text-align: left;
  width: 400px;
  float: right;
  margin-right: 8px;
}

.entry {
  background-color: #1D1F1C;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 40px; 
}

#left {
  width: 330px;
  position: relative;
  left: 10px;
  top: -70px;
  height: 520px;
  /*float: left; */
}

#left img {
  border: 1px solid #E2E3E9;
}

#left .prvni {
  z-index: 1;
}

#left .druhy {
  position: relative;
  left: 20px;
  top: -10px;
  z-index: 3;
}

#left .treti {
  position: relative;
  top: -20px;
  z-index: 4;
}

#left .ctvrta {
  position: relative;
  top: -110px;
  left: 20px;
  z-index: 2;
}

#left .pata {
  position: relative;
  top: -120px;
  left: 140px;
  z-index: 1;
}

/*----------------------------END TITULNI STRANA----------------------------------*/

/*--------------------------FOOTER-----------------------------*/
#footer {
  color: #ffffff;
  font-size: 9pt;
}

#footer #fleft {
  float: left; 
}

#footer #fleft a {
  text-decoration: none;
  color: #ffffff; 
}

#footer #fleft a:hover {
  text-decoration: underline;
  color: #ffffff; 
}

#footer #fright {
  float: right; 
}

#footer #fright a {
  text-decoration: underline;
  color: #ffffff;
}

#footer #fright a:hover {
  text-decoration: none;
  color: #ffffff;
}






























