*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #dbe9f5;
}
a:hover{
	color: #fff;
}
body{
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	padding: 31px 0 0;
	background: #c0d561 url('../layout/contentbg.gif') 50% 0% repeat-x;
}

#contentbg{
  width: 100%;
  position: relative;
  text-align: center;
  
}

#content{
  position: relative;
  margin: 0 auto;
  width: 926px;
  text-align: left;
  padding: 0px 0px 0 ;
  background: url('../layout/obsahbg.gif') 50% 0% repeat-y;
}

#header{
  width: 100%;
  position: relative;
  height: 158px;
  margin: 0 0 0px 0;
  background: url('../layout/topbg.gif') 0% 0% no-repeat;
}
  #logo{
    position: absolute;
    left: 23px;
    top: 19px;
  }
  #topilu{
  }
  #topsign{
    }
  
#topmenu{
  width: 100%;
  height: 37px;
  position: absolute;
  left: 0;
  bottom: 43px;
}

#topmenu ul{
  float: left;
  padding: 0 0 0 5px;
}
#topmenu ul li{
  display: block;
  float: left;
  height: 35px;
  padding: 1px 2px 1px 0px;
  
}
#topmenu ul li a{
  height: 25px;
  display: block;
  float: left;
  color: #d96f2e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px 0;
}
#topmenu ul li a:hover{
  color: #444;
  text-decoration: underline;
}
#topmenu ul li a.active{
  color: #444;

}
#topmenu ul li a.active:hover{
  text-decoration: underline;
}

#flags{
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0;
  line-height: 20px;
  font-size: 11px;
  color: #666;
}
#flags img{
  margin: 2px 2px 0 0;
}
#rpart{
  width: 100%;
  position: relative;
  padding: 0px 0;
  background: url('../layout/bgilu.gif') 250px 250px no-repeat;
}

#rightilu{
  position: absolute;
  right: 0;
  top: 0;
  background: url('../layout/rightilu.gif') 0% 0% no-repeat;
  width: 7px;
  height: 208px;
}


#centerpanel{
  float: right; 
  width: 670px;
  color: #fff;
  position: relative;
  padding: 0 25px 25px 5px; 
}
#centerpanel h1{
  font-size: 28px;
  font-family: arial;
  font-weight: normal;
  color: #fff;
  padding: 15px 0 7px 0;
}
#centerpanel h2{
  font-size: 20px;
  font-family: arial;
  font-weight: normal;
  color: #fff;
  padding: 10px 0 7px 0;
}
#centerpanel h3{
  font-size: 18px;
  font-family: tahoma;
  font-weight: normal;
  color: #fff;
  padding: 0px 0 5px 0;
}
#centerpanel p{
  text-align: justify;
  font-size: 13px;
  line-height: 140%;
  padding: 0 0 8px 0;
}
#centerpanel ol, #centerpanel ul{
  padding: 4px 0 8px 25px;
}
#centerpanel ol li, #centerpanel ul li{
  padding: 1px 0;
}

#centerpanel ul{
  list-style: square;
}

#rightpanel{
  float: left;
  width: 211px;
  padding: 0 0 30px 0; 
  background: url('../layout/lmenubg.gif') 0% 0% no-repeat;
}

#rightpanel .headline{
  display: block;
  border-bottom: 1px solid #dd2f0e;
  margin: 7px 0 0px;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 16px;
  font-family: arial;
  color: #dd2f0e;
  font-weight: bold;
}
.greybox{
  margin: 0 0 15px 0;
}

.news{
  border-bottom: 1px solid #ef9c00;
  padding: 5px 0;
  color: #444;
}
.news .time{
  font-size: 11px;
  color: #444;
}
.news p{
  padding: 3px 0 0 0;
  font-size: 11px;
  line-height: 130%;
  text-align: justify;
}

.rgal{
  text-align: center;
  padding: 10px;
  background: #f0f0f0;
}
.rgal img{
  border: 3px solid #ccc;
}

.label{
  float: left;
}

.val{
  float: right;
}
.kontaktbox{
  padding: 5px 5px;
}
.boxv{
  
}


#centerpanel .photo{
  width: 140px;
  height: 105px;
  padding: 7px 9px 10px 8px;
  background: #f9f9f9;
  margin: 3px;
  text-align: center;
  float: left;
  background: url('../layout/imgbg.gif') 0% 0% no-repeat;
}


#footer{
  width: 906px;
  margin: 0 auto;
  padding: 13px 10px 30px 10px;
  color: #444;
  font-size: 11px;
  background: url('../layout/footerbg.gif') 0% 0% no-repeat;
}

#footer .left{
  float: left;
}
#footer .right{
  float: right;
}

#footer a{
  color: #444;
}

form.kontakt .block{
	float: left;
	display: block;
}
form.kontakt label{
	padding: 2px 0;
	margin: 2px 0;
}
form.kontakt input.text{
	border: 1px solid #d0d0d0;
	margin: 2px 0;
	padding: 5px;
	font-size: 11px;
	width: 200px;
}
form.kontakt textarea{
	width: 480px;
	padding: 2px;
	margin: 2px 0;
	height: 90px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: tahoma;
}
form.kontakt .req, form.kontakt strong{
	font-weight: bold;
}
form.kontakt input.submit{
	margin: 3px 0 0 120px;
	padding: 5px;
	font-weight:bold;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	cursor:pointer;
}
form.kontakt .l{
	width: 120px;
}

blockquote{
  padding: 7px 10px;
  margin: 5px 0;
}

blockquote.err{
  border: 1px solid #fad7d7;
  background: #faf1f1;
  color: #a70806;
}
blockquote.ok{
  border: 1px solid #cde1cb;
  background: #e2f8e0;
  color: #2f8920;
  font-weight: bold;
}
.shortpanel{
  padding: 0 0 0 10px;
  width: 160px;
}

.rmenu{
  padding: 0 0 15px 20px;
  width: 170px;
  height: 210px;
  margin: -20px 0 0 0;
}
.rmenu ul{
  list-style: none;
  color: #444;
}
.rmenu ul li{
  
  
}
.rmenu ul li a{
  display: block;
  padding: 5px 0 5px 5px;
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

.rmenu ul li a.active{
  color: #fff;
}
.rmenu ul li a:hover{
  text-decoration: underline;
}

.rmenu ul li ul{
  list-style: none;
}
.rmenu ul li ul li{
  border-top: 1px solid #25adce;
  border-bottom: none;
}
.rmenu ul li ul li a{
  padding: 4px 0 4px 15px;
  font-weight: normal;
}
.rmenu ul li ul li a:hover{

}


.naplist{
  border-collapse: collapse;
  margin: 0 0 10px 0;
}

.naplist td{
  padding: 3px 5px;
  border-bottom: 1px solid #9ecff5;
}
.naplist tr.dark td{
  background: #3086cc;
}
.naplist tr.light td{
  background: #55a6e7;
}
.naplist td.nazev{
    width: 510px;
}
.naplist td.tar{
    width: 50px;
    text-align: right;
}

.dj{
  padding: 0 0 25px 0;
width: 100%;
}

.dj .img{
  float: left;
  width: 137px;
  padding: 30px 15px 0 0;
}
.dj .text{
  float: right;
  width: 510px;
}


.boxilu{
  position: absolute;
  left: 22px; 
  top: 119px;
  width: 173px;
  height: 220px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  
}
#bi1{ background-image: url('../layout/ilus/ilu1.jpg'); }
#bi2{ background-image: url('../layout/ilus/ilu2.jpg'); }
#bi3{ background-image: url('../layout/ilus/ilu3.jpg'); }
#bi4{ background-image: url('../layout/ilus/ilu4.jpg'); }
#bi5{ background-image: url('../layout/ilus/ilu5.jpg'); }
#bi6{ background-image: url('../layout/ilus/ilu6.jpg'); }


.prodbox{
  padding: 0 0 10px 0;
}
.prodbox .img{
  width: 140px;
  height: 105px;
  padding: 7px 9px 10px 8px;
  background: #f9f9f9;
  margin: 3px;
  text-align: center;
  float: left;
  background: url('../layout/imgbg.gif') 0% 0% no-repeat;

}
.prodbox .text{
  float: left;
  padding: 0 0 0 10px;
  width: 450px;
}

.mainimg{
  float: left;
  margin: 0 15px 0 0;
}

