body 
{
  font-family: Arial, sans-serif;
  /*padding: 20px 50px 150px; */
  font-size: 13px;
  //background: white;
  background-image: url("../img/a.jpg");
}
table.top
{
  width: 892px;
  border-collapse: collapse;
  padding: 10px;
}
table.content
{
  border-radius: 25px;
  width: 892px;
  background: white;
  text-align: justify;
  padding: 10px;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px;
  border-top-style: solid;
  border-top-width: 0px;
  border-top: single #fff;
  border-left-style: solid;
  border-left-width: 0px;
  border-left: single #fff;
  /* shadow*/
  -webkit-box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  margin-bottom: 10px;
  
  // box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  /*filter: alpha(opacity=40); /* IE8- */ */
}
table.partneri
{
  border-radius: 25px;
  background: white;
  text-align: justify;
  padding: 10px;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 10px;
  border-top-style: solid;
  border-top-width: 0px;
  border-top: single #fff;
  border-left-style: solid;
  border-left-width: 0px;
  border-left: single #fff;
  /* shadow*/
  -webkit-box-shadow: 5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         5px 5px 3px 0px rgba(50, 50, 50, 0.5);
  margin-bottom: 10px;
}
table.bottom
{
  width: 892px;
  border-collapse: collapse;
  padding: 0px;
  text-align: right;
}
table.rozvrh
{
  border-collapse: collapse;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
img.right
{
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
img.left
{
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
img.logo
{
  float: left;
  margin: 0px;
  border-radius: 25px 0 0 25px;
}
img.top
{
  margin: 0px;
}
img.galerie
{
  float: left;
  margin-right: 10px;
}

/* ----------------------- menu ------------------------- */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a 
{
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after 
{
  content: '';
  display: block;
  clear: both;
}
#cssmenu a 
{
  color: black;
  font-weight: bold;
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
}
#cssmenu ul 
{
  list-style: none;
}
#cssmenu > ul > li 
{
  float: left;
}
#cssmenu > ul > li.active a 
{
  background: rgb(247,253,147);
  color: black;
}
#cssmenu > ul > li.active a:hover 
{
  background: rgb(247,253,147); //#646464;
  color: black;
}
#cssmenu > ul > li a 
{
  background: rgb(176,231,47);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  line-height: 34px;
  padding: 0 34px;             // -------------------------------------------------------------
  filter: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#cssmenu > ul > li a:hover 
{
  background: rgb(247,253,147); //#646464;
  color: black;
}
#cssmenu > ul > li:first-child a 
{
  border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-left: 1px solid #5d5d5d;
}
#cssmenu > ul > li:last-child a 
{
  border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
}
#cssmenu .has-sub:hover ul 
{
  display: block;
  background: #8a8a8a;
}
#cssmenu .has-sub ul 
{
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li 
{
  text-align: center;
}
#cssmenu .has-sub ul li a 
{
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* ----------------------- slideshow ------------------------- */

@-webkit-keyframes change
{
 0% { opacity:1; }
 20% { opacity:1; }
 33% { opacity:0; }
 87% { opacity:0; }
 100% { opacity:1; }
}

@-moz-keyframes change
{
 0% { opacity:1; }
 20% { opacity:1; }
 33% { opacity:0; }
 87% { opacity:0; }
 100% { opacity:1; }
}

@-o-keyframes change
{
 0% { opacity:1; }
 20% { opacity:1; }
 33% { opacity:0; }
 87% { opacity:0; }
 100% { opacity:1; }
}

@keyframes change
{
 0% { opacity:1; }
 20% { opacity:1; }
 33% { opacity:0; }
 87% { opacity:0; }
 100% { opacity:1; }
}

#slideshow 
{
  float: right;
  position:relative;
  height:148px;
  width:450px;
  //margin:10;
}
#slideshow img 
{
  position:absolute;
  left: 0;
}

#slideshow img 
{
  -webkit-animation-name: change;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;

  -moz-animation-name: change;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 15s;

  -o-animation-name: change;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 15s;

  animation-name: change;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  border-radius: 0 25px 25px 0;
}
#slideshow img:nth-of-type(1) 
{
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
#slideshow img:nth-of-type(2) 
{
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
#slideshow img:nth-of-type(3) 
{
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
div.kurt
{ 
  height: 1030px;
  background-image: url("../img/lt.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
h3
{
  color: black; //rgb(176,231,47);
}
a
{
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
a.dalsi:hover
{
  color: black;
  text-decoration: none;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
}
a.dalsi
{
  font-size: 14px;
  color: black;
  font-weight: bold;
  text-decoration: underline;
  float: right;
  border-radius: 25px;
  text-align: justify;
  padding: 10px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
a.normal
{
  color: black;
  text-decoration: none;
  font-weight: normal;
}
a.normal:hover
{
  color: black;
  text-decoration: underline;
  font-weight: normal;
}
a.close 
{
  position: absolute;
  top: 5px;
  right: 5px;
}
a.close:hover 
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.background
{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}
.message 
{
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 10px;
  border: 1px solid black;
  background-color: white;
  z-index:1002;
  overflow: auto;
}