*{
	margin: 0;
	padding: 0;
}
a img{
	border: 0;
}
.none{
	display: none;
}
.clear{
	clear: both;
}
hr{ display: none;}
a{
  color: #e8661a;
}
a:hover{
	color: #444;
}
body{
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	padding: 35px 0;
	background: #484848;
}

#contentbg{
  width: 100%;
  position: relative;
  text-align: center;
  
}
#topcontentbg{
  width: 100%;
  height: 302px;
  position: absolute;
  left: 0;
  top: 0;

}
#content{
  position: relative;
  margin: 0px auto 0;
  width: 915px;
  text-align: left;
  padding: 25px 25px 0 ;
  background: #fff;
}

#header{
  width: 100%;
  position: relative;
  height: 85px;
  margin: 0 0 2px 0;
}
  #logo{
    position: absolute;
    left: -10px;
    top: 0px;
  }
  #topilu{
  }
  #topsign{
    }
  
#topmenu{

  float: right;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
 
}

#topmenu ul{
  float: left;
  
}
#topmenu ul li{
  display: block;
  float: left;
  height: 23px;
  padding: 1px 2px 1px 0px;
  border-left: 1px solid #ccc;
}
#topmenu ul li a{
  height: 11px;
  display: block;
  float: left;
  font-size: 11px;
  color: #888;
  text-decoration: none;
  padding: 5px 15px 8px;
}
#topmenu ul li a:hover{
  text-decoration: underline;
  color: #222;
}
#topmenu ul li a.active{
  color: #222;
}
#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 10px;
  
}


#centerpanel{
  float: left; 
  width: 600px;
  overflow: hidden;
  padding: 0 10px 25px 0px; 
  background: url('../layout/delimiter.jpg') 552px 30px no-repeat;
}
#centerpanel h1, .fullpanel h1{
  font-size: 24px;
  font-family: arial;
  font-weight: normal;
  color: #3c454b;
  padding: 15px 0 7px 0;
}
#centerpanel h2, .fullpanel h2{
  font-size: 20px;
  font-family: arial;
  font-weight: normal;
  color: #444;
  clear: left;
  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, .fullpanel 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: 299px;
  padding: 10px 0 30px 0; 
}

#rightpanel .headline{
  display: block;
  
  margin: 0px 0 0px;
  padding: 0 0px;
  font-size: 16px;
  font-family: arial;
  color: #444;
  font-weight: normal;
}
#rightpanel .subheadline{
  display: block;
  
  margin: 0px 0 0px;
  padding: 0 0px 3px;
  font-size: 13px;
  font-family: arial;
  color: #fff;
  font-weight: bold;
}

.greybox{
  margin: 0 0 0px 0;
  background: #d3d3d3;
  padding: 3px 10px;
}
.oranbox{
  margin: 0 0 0px 0;
  background: #e8661a;
  padding: 3px 10px;
  color: #fff;
}
#rightpanel .oranbox .headline{
  color: #fff;
  padding: 0 0 5px 0;
}
#rightpanel .oranbox .nopad{
  padding: 0 0 3px;
}
.oranbox a{
  color: #fff;
}
.tel{
  font-size: 18px;
  font-weight: normal;
}


.greytop{
  width: 299px;
  height: 7px;
  overflow: hidden;
  background: url('../layout/newstop.gif') 0% 0% no-repeat;
}
.greybot{
  width: 299px;
  height: 7px;
  margin: 0 0 10px 0 ;
  background: url('../layout/newsbot.gif') 0% 0% no-repeat;
}
.orantop{
  width: 299px;
  height: 7px;
  overflow: hidden;
  background: url('../layout/contop.gif') 0% 0% no-repeat;
}
.oranbot{
  width: 299px;
  height: 7px;
  margin: 0 0 10px 0 ;
  background: url('../layout/conbot.gif') 0% 0% no-repeat;
}
.orsep{
  height: 1px;
  width: 100%;
  background: url('../layout/orsep.gif') 50% 0% no-repeat;
  margin: 10px 0 7px;
}

.news{
  background: url('../layout/newssep.gif') 50% 100% no-repeat;
  padding: 5px 0;
  color: #222;
}
.news .time{
  font-size: 11px;
  color: #666;
}
.news p{
  padding: 3px 0 0 0;
  font-size: 11px;
  line-height: 130%;
  text-align: justify;
  color: #525252;
}

.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;
  text-align: center;
  float: left;
  border: 1px solid #f0f0f0;
}


#footer{
  width: 945px;
  margin: 10px auto;
  padding: 10px 10px 10px;
  color: #aaa;
  font-size: 10px;
  background: #343434 url('../layout/logo_foot.gif') 10px 50% no-repeat;
}


#footer .left{
  float: left;
}
#footer .right{
  float: right;
  text-align: right;
}

#footer a{
  color: #ccc;
}

#ufooter{
  width: 945px;
  padding: 4px 10px;
  margin: auto;
  font-size: 10px;
  background: #444;
  color: #888;
}
#ufooter a{
  color: #888;
  text-decoration: none;
}

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: 490px;
	padding: 2px;
	margin: 2px 0;
	height: 90px;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	font-family: tahoma;
}
form.kontakt textarea.address{
  width: 206px;
  height: 42px;
}
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 0 15px 0;
  width: 100%;
}
.rmenu ul{
  list-style: none;
  color: #25adce;
}
.rmenu ul li{
    background: url('../layout/orsep.gif') 50% 100% no-repeat;
  
}
.rmenu ul li a{
  display: block;
  padding: 5px 0 5px 0px;
  font-weight: bold;
  text-decoration: none;
}

.rmenu ul li a.active{
  color: #444;
}
.rmenu ul li a:hover{
  text-decoration: underline;
}

.rmenu ul li ul{
  list-style: none;
}
.rmenu ul li ul li{
  border-top: 1px solid #fff;
  border-bottom: none;
}
.rmenu ul li ul li a{
  padding: 4px 0 4px 15px;
  font-weight: normal;
}
.rmenu ul li ul li a:hover{

}

.admlink{
  position: absolute;
  left: 0;
  top: -145px;
  color: #fff;
  font-size: 10px;
}










.progbox{
  background: url('../layout/hordel.jpg') 0% 0% no-repeat;
  width: 100%;
  padding: 10px 0 5px 20px;
}
.progbox .img{
  width: 110px;
  float: left;
  margin: 0 10px 0 0;
}
.progbox .popis{
  width: 450px;
  float: left;
}
#centerpanel .progbox .popis h3{
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}
#centerpanel .progbox .popis a h3 {
  color: #e8671a;
}
#centerpanel .progbox .popis a:hover h3{
  color: #444;
  text-decoration: underline;
}

.right{
  float: right;
}

.centered{
  text-align: center;
  padding: 10px 0;
}

.imgflleft{
  float: left; 
  margin: 6px 10px 0 0;
  border: 1px solid #ccc;
}


/* ADDED STYLES */ 
.person{
  width: 280px;
  padding: 6px 5px;
  height: 118px;
  float: left;
  margin: 5px;
  background: url('../layout/peoplebg.jpg') 0% 0% no-repeat;
}
.person .peoplephoto{
  width: 90px;
  height: 115px;
  border: 1px solid #ccc;
  float: left;
}
.person .popis{
  float: right;
  width: 180px;
}
.person .name{
  color: #e8661a;
  font-size: 18px;
  font-weight: normal;
}
.person .namesmall{
  color: #e8661a;
  font-size: 17px;
  font-weight: normal;
}
.person em{
  font-size: 11px;
  font-style: italic;
}
#centerpanel .person ul{
  font-size: 11px;
  margin: 0 0 0 0;
  padding: 10px 0 0 13px; 
}


#centerpanel .person .cbox{
  padding: 45px 0 0 0;
  font-size: 11px;
  
}

.shedule{

  border-collapse: collapse;
  font-size: 11px;
}
.shedule td{
  border: 1px solid #666;
}
.shedule th{
  border: 1px solid #666;
  background: #e8671a;
  color: #fff;
  padding: 3px;
  font-weight: bold;
}
#centerpanel .shedule h2{
  padding: 0;
  margin: 0;
}
#centerpanel .shedule p{
  padding: 0;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

.partnerbox{
  text-align: center;
  width: 190px;
  float: left;
  height: 140px;
  margin: 0 4px 10px; 
}

.righted{
  float: right;
  margin: 0 5px;
}

.licoimg{
  float: left;
  margin: 0 10px 0 0;
}

.lefta{
  float: left;
}
.righta{
  float: right;
}
.rozvrh{
  border-collapse: collapse;
  font-size: 11px;
  clear: both;
  table-layout: fixed;
}

.rozvrh th{
  font-size: 10px;
  text-align: center;
  font-weight: normal;
}
.rozvrh td{
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 2px;
  width: 59px;
  height: 70px;
  font-size: 11px;
  vertical-align: top;
  font-family: tahoma;
  overflow: hidden;
}
.rozvrh .time{
  font-size: 9px;
  display: block;
  padding: 0 0 3px 0;
}
.weekend td{
  background: #f0f0f0;
  
}
.rozvrh td.day{
  width: 20px;
}
.rozvrh a{
  color: #000;
}
.rozvrh td i{
  text-align: center;
  width: 100%;
  
  display: block;
  padding: 3px 0 0 0; 
}
.rozvrh{

}
.rozvrh span.light{
  font-size: 10px;
}

.rozvrh .fitboxpump{
  background: #ea3267;
}
.rozvrh .fight4you{
  background: #ffcc99;
}
.rozvrh .pilates{
  background: #00ff00;
}
.rozvrh .bosupump{
  background: #cc99ff;
}

.rozvrh .deti{
  background: #ffff00;
}
.rozvrh .fitbox{
  background: #ff6600;
}
.rozvrh .zada{
  background: #ccffcc;
}
.rozvrh .flirtdance{
  background: #ff00ff;
}
.rozvrh .deckaerobic{
  background: #33ccff;
}
.rozvrh .powerjoga{
  background: #ffff99;
}
.rozvrh .zumba{
  background: #ff99cc;
}
.rozvrh .heat{
  background: #ccffff;
}
.rozvrh .spinning{
  background: #ffff99;
}
.rozvrh .flowin{
  background: #c94121;
}

.prices{
  border-collapse: collapse;
  width: 100%;
}
.prices th{
  background: #ddd;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.prices td{
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.prices .price{
  width: 100px;
  text-align: right;
}
.prices tr.dark td{
  background: #f0f0f0;
}
.prices tr.light td{
  background: #f9f9f9;
}
.prices{

}
.prices{

}


#icoline{
  position: absolute;
  right: 0;
  top: 0;
}

.lpadded{
  padding-left: 5px;
}
