*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #b8a504;
}
a:hover{
	color: #444;
}
body{
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	padding: 0 0;
	background: #efefef url('../layout/alltopbg.gif') 50% 0% no-repeat;
}

#contentbg{
  width: 100%;
  position: relative;
  text-align: center;

}
#topcontentbg{
  width: 100%;
  height: 302px;
  position: absolute;
  left: 0;
  top: 0;

}
#content{
  position: relative;
  margin: 0 auto;
  width: 878px;
  text-align: left;
  padding: 0px 10px 0;
  
 /*  background: url('../layout/topsqr.gif') 0% 0% no-repeat; */
}

#header{
  width: 100%;
  position: relative;
  height: 142px;
  margin: 0 0 0px 0;
  background: url('../layout/topbg.gif') 150px 0px no-repeat;
}
  #logo{
    position: absolute;
    left: 0px;
    top: 18px;
  }
  #topilu{
    background: url('../layout/topilu.gif') 0% 0% no-repeat;
    width: 144px;
    height: 106px;
    position: absolute;
    right: 21px;
    bottom: 9px;
  }
  #topsign{
    }
  
#topmenu{
  width: 878px;
  height: 47px;
  background: url('../layout/topmenubg.gif') 0% 0% no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

#topmenu ul{
  float: left;
  
}
#topmenu ul li{
  display: block;
  float: left;
  height: 45px;
  padding: 1px 2px 1px 0px;
  background: url('../layout/topsep.gif') 100% 50% no-repeat;
}
#topmenu ul li a{
  height: 30px;
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px 0;
}
#topmenu ul li a:hover{
  text-decoration: underline;
}
#topmenu ul li a.active{
  font-weight: bold;
}
#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: 10px 0 0;
   background: #fff; /* url('../layout/rpanbg.gif') 100% 0% no-repeat; */
}


#centerpanel{
  float: left; 
  width: 668px;
  padding: 0 0 25px 10px; 
}
#centerpanel h1{
  font-size: 28px;
  font-family: arial;
  font-weight: normal;
  color: #c5b316;
  padding: 15px 0 7px 0;
}
#centerpanel h2{
  font-size: 20px;
  font-family: arial;
  font-weight: normal;
  color: #012d62;
  padding: 10px 0 7px 0;
}
#centerpanel h3{
  font-size: 18px;
  font-family: tahoma;
  font-weight: normal;
  color: #666;
  padding: 10px 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: right;
  width: 180px;
  padding: 5px 10px 30px 0; 
}

#rightpanel .headline{
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 7px 0 0px;
  text-transform: uppercase;
  padding: 0 3px;
  font-size: 16px;
  font-family: arial;
  color: #b8a504;
  font-weight: bold;
}
.greybox{
  margin: 0 0 15px 0;
}

.news{
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  color: #444;
}
.news .time{
  font-size: 11px;
  color: #999;
}
.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: 100px;
  height: 80px;
  padding: 5px;
  background: #f9f9f9;
  margin: 3px;
  float: left;
  border: 1px solid #f0f0f0;
}


#footer{
  width: 858px;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px 10px 30px;
  color: #444;
  background: url('../layout/footerbg.gif') 0% 0% repeat-x;
}

#footer .left{
  float: left;
}
#footer .right{
  float: right;
}

#footer a{
  color: #515151;
}

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: 500px;
	padding: 2px;
	margin: 2px 0;
	height: 90px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: tahoma;
}
form.kontakt .req, form.kontakt strong{
	color: #cc0000;
}
form.kontakt input.submit{
	margin: 3px 0 0 100px;
	padding: 5px;
	font-weight:bold;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	cursor:pointer;
}
form.kontakt .l{
	width: 100px;
}

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;
}
.rmenu{
  padding: 0 5px 5px 5px;
  width: 168px;
  background: #f5f5f5 url('../layout/rmenubg.jpg') 50% 0% no-repeat;
  border: 1px solid #e1e1e1;
}
.rmenu ul{
  list-style: none;
  color: #25adce;
}
.rmenu ul li{
  border-bottom: 1px solid #adacab;
  
}
.rmenu ul li a{
  background: url('../layout/rlibg.gif') 0% 8px no-repeat;
  display: block;
  padding: 5px 0 5px 17px;
  font-weight: bold;
  font-size: 12px;
  color: #515151;
  text-decoration: none;
}

.rmenu ul li a.active{
  color: #cab604;
}
.rmenu ul li a:hover{
  color: #cab604;
  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{

}

.iluas{
  display: block;
  float: left;
  width: 218px;
  height: 118px;
  overflow: hidden;
  background-position: 0% 0%;
  background-repeat: none;
  margin: 10px 4px 10px 0px;
}
.iluas span{
  display: none;
}

.iluas:hover{
  background-position: 0% 100%;
}

.pohony{ background-image: url('../layout/pohonyfd.jpg'); }
.spinace{ background-image: url('../layout/spinacefd.jpg'); }
.snimace{ background-image: url('../layout/snimacefd.jpg'); }


table{
  
  border-collapse: collapse;
  width: 100%;
}
table td{
  padding: 2px 5px;
  border: 1px solid #ccc;
}

table td.redtd, #centerpanel p.nadpis{
  border: none;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 5px 5px;
  color: #b8a504;
}

table td.graytd{
  background: #444;
  color: #fff;
}

#centerpanel p.centered{
  text-align: center;
}

#centerpanel .halfbox{
  width: 300px;
  float: left;
  padding: 0 0 25px 10px;
}
#centerpanel .halfbox h3{
  padding: 0px 0 10px 20px;
  margin: 0; 
}
#centerpanel .gray h3{
  background: url('../layout/arr_g.gif') 0% 6px no-repeat;
}
#centerpanel .yellow h3{
  background: url('../layout/arr_y.gif') 0% 6px no-repeat;
}
#centerpanel .halfbox h3 a{
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: bold;
}
#centerpanel .halfbox h3 a:hover{
  text-decoration: underline;
}
