@import 'useful.css';
@import 'text.css';
@import 'jquery.tabs.css';
@import 'prettyPhoto.css';
@import 'gallery.css';

/*--ESSENTIAL--------------------------------------------------------------*/
.none{
  display:none;
}

* {            
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	background: #000;
}

body.front {
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;	
}

/*--LAYOUT-----------------------------------------------------------------*/

.front .pageHolder {
	width: 100%;
	padding: 0 0 0 0;

}

.front .pageHolder.sp {
	width: 100%;
	min-width: 960px;
	padding: 0 0 0 0;
	background: #EFEFEF url("/images/bg/page_holder_sp.jpg") 50% 0 no-repeat;
}

.front .pageHolder.hp {
	width: 100%;
	min-width: 960px;
	padding: 0 0 0 0;
	background: #ededed url("/images/bg/page_holder_hp.jpg") 50% 430px no-repeat;
}

.front .headerHolder{
	 position:absolute;
	 left:0;
	 top:0;	 	 
	 z-index:0;
	 width:100%;
	 height:435px;
	 background:#fff;
}

.front .page {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 38px 0;
	text-align: left;
	position: relative;	
}

.front .sp .page {
	padding-top: 155px;
}

.front .hp .page {
	padding-top: 472px;
	_height: 350px;
	min-height: 350px;	
}
.front .page #header-obrazek{	
	position:relative;
	z-index:2;
}
.front .hp .page #header-logo{	
	position:absolute;
	top:0;
	right:0;
	width:520px;
	height:430px;	
	z-index:0;
	background:url(/images/bg/header_hp.jpg) no-repeat;	
}
.front .sp .page #header-logo{	
	position:absolute;
	top:0;
	right:0;
	width:550px;
	height:199px;	
	z-index:0;
	background:url(/images/bg/header_sp.jpg) no-repeat;
	text-align:right;
}
.front .page #header-logo div#hover-logo{
	position:absolute;
	bottom:0;
	z-index:1;
}

.front .page .logo {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 100;
	display: block;
}

.front .page .logo img {
	/*width: 294px;
	height: 53px;*/
}

.front .page #content.subpage{	
	padding-top:25px;
}

/*
.front .pustitMjuzik {
	width: 111px;
	height: 83px;
	display: block;
	position: absolute;
	left: 343px;
	top: 92px;
	background: url("/images/bg/pustit_mjuzik.gif") 0 0 no-repeat;
}

.front .pustitMjuzik:hover {
	background: url("/images/bg/pustit_mjuzik.gif") -112px 0 no-repeat;
}

.front .vypnoutMjuzik {
	width: 107px;
	height: 92px;
	display: block;
	position: absolute;
	left: 343px;
	top: 87px;
	background: url("/images/bg/vypnout_mjuzik.gif") 0 0 no-repeat;
}

.front .vypnoutMjuzik:hover {
	background: url("/images/bg/vypnout_mjuzik.gif") -107px 0 no-repeat;
}
*/
.front .vaseVidea {
	width: 85px;
	height: 104px;
	display: block;
	position: absolute;
	left: 420px;
	top: 50px;
	background: url("/images/content/vase-videa.png") 0 0 no-repeat;
}
.front .vaseVidea span{
	display:none;
}
.front .vaseVidea:hover {
	background: url("/images/content/vase-videa.png") -85px 0 no-repeat;
}

.front .main {
	width: 960px;	
	float: none;
	overflow: hidden;
}

.front .sp .rightPanel{
	width:240px;
	float:left;
	overflow:hidden;	
	margin: 47px 0 0 5px;
}

.front .sp .rightPanel div.text{		
	background:#fff;
	padding:5px 0;
	
}
.front .sp .rightPanel div.top{
	width: 250px;
	height: 5px;
	overflow: hidden;
	font-size: 0;	
	background: url("/images/bg/right_top.png") 0 0 no-repeat;
}
.front .sp .rightPanel div.bottom{
	width: 250px;
	height: 5px;
	overflow: hidden;
	font-size: 0;	
	background: url("/images/bg/right_bottom.png") 0 0 no-repeat;
}

.front .hp .main {	
	
}

.front .leftPanel {
	width: 230px;
	float: left;	
}

.front .hp .leftPanel {
	position: absolute;
	left: 0;
	top: 130px;
	width:500px;
}
.front .hp .leftPanel div.mainVideo{
	width:470px;
	height:280px;	
	text-align:center;
	position:relative;
}
.front .hp .leftPanel div.mainVideo h3{
	color:#000;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	font-family:arial;
	margin-bottom:5px;
}
.front .hp .leftPanel div.mainVideo iframe{
	position:relative;
	z-index:2;
}
.front .hp .leftPanel div.mainVideo a.prev span, .front .hp .leftPanel div.mainVideo a.next span{
	display:none;
}
.front .hp .leftPanel div.mainVideo a.prev{
	display:block;
	width:160px;
	height:86px;	
	position:absolute;
	left:0;
	bottom:0;
	background:url(/images/content/prevVideo.png) 0 0 no-repeat;
}
.front .hp .leftPanel div.mainVideo a.next{
	display:block;
	width:130px;
	height:86px;	
	position:absolute;
	right:0;
	bottom:0;
	background:url(/images/content/nextVideo.png) 0 0 no-repeat;
}
.front .hp .leftPanel div.mainVideo a.prev:hover, .front .hp .leftPanel div.mainVideo a.next:hover{
	background-position:0 -86px;
}
.front .hp .leftPanel div.mainVideo div.shown{
	display:block;
}
.front .hp .leftPanel div.mainVideo div.hidden{
	display:none;
}

.front .footer {
	width: 100%;
	height: 234px;	
	background: #EFEFEF url("/images/bg/footer.png") 50% 0 no-repeat;	
}

.front .footer .content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;        
}

.front .footer .chefs {
	position: absolute;
	top: -181px;
	z-index: 900;
	right: 0;           
}

.front .hp .footer .chefs {
	left: auto;
	right: 0;
}

.front .footer img.chefs {
	_behavior: url("Styles/iepngfix.htc");
}

.front .footer .copy {
	width: 516px;
	position: absolute;
	left: 180px;
	top: 66px;
}

.front .footer .copy p {
	color: #fff;
}

.front .footer .copy p.grey {
	color: #8D8D8D;
}

.front .footer .content .up {
	display: block;
	width: 60px;
	height: 62px;
	position: absolute;
	top: 96px;
	left: 0;
	background: url("/images/bg/up.gif") 0 0 no-repeat;
}

.front .footer .content .up span {
	display: none;
}

.front .footer .content .up:hover {
	background: url("/images/bg/up.gif") 0 -62px no-repeat;
}

.front .footer .content .stahuj {
	width: 129px;
	height: 42px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;	
	background: url("/images/bg/stahuj.png") 0 0 no-repeat;
}

.front .footer .content .stahuj:hover {
	background: url("/images/bg/stahuj.png") 0 -42px no-repeat;
}

.front .footer .content .map {
	display: block;
	width: 65px;
	height: 77px;
	position: absolute;
	top: 84px;
	left: 87px;
	background: url("/images/bg/map.gif") 0 0 no-repeat;
}

.front .footer .content .map span {
	display: none;
}

.front .footer .content .map:hover {
	background: url("/images/bg/map.gif") 0 -77px no-repeat;
}

.front .footer .content .facebook {
	display: block;
	width: 90px;
	height: 45px;
	padding: 4px 0 0 60px;
	position: absolute;
	top: 94px;
	left: 730px;
	color: #C0C0C0;
	background: url("/images/bg/fb.gif") 0 0 no-repeat;
}

.front .footer .content .facebook span {
	display: none;
}

.front .footer .content .facebook:hover {
	background: url("/images/bg/fb.gif") 0 -49px no-repeat;
}

.front .footer .content .vzp {
	display: block;
	width: 94px;
	height: 39px;
	position: absolute;
	top: 160px;
	left: 730px;
	background: url("/images/bg/logo_vzp2.png") 0 0 no-repeat;
}

.front .footer .content .vzp:hover {
	background: url("/images/bg/logo_vzp2.png") 0 -39px no-repeat;
}

.front .footer .content .vzp img {
	display: none;
}

.front .leftPart {
	width: 600px;
	float: left;	
}

.front .rightPart {
	width: 340px;
	padding-bottom: 160px;
	float: right;	
}

.front .sp .rightPart{
	margin-top: 125px;
}

.front .rightPart .box {
	margin-bottom: 20px;
	position:relative;
}


.front .rightPart .box .content {
	padding: 25px 30px 20px 30px;
	background: #fff;
}

.front .rightPart .box .top, .front .rightPart .box .bottom {
	width: 340px;
	height: 5px;
	overflow: hidden;
	font-size: 0;
	background: url("/images/bg/box_top.gif") 0 0 no-repeat;
}

.front .rightPart .box .bottom{
	background: url("/images/bg/box_bottom.gif") 0 0 no-repeat;
}

.front .leftPart .vsechny_aktuality {
	width: 270px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechny_aktuality.gif") 0 0 no-repeat;
}

.front .leftPart .vsechny_aktuality:hover {
	background: url("/images/bg/vsechny_aktuality.gif") -272px 0 no-repeat;
}

.front .leftPart .vsechny_jizdy {
	width: 199px;
	height: 30px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechny_jizdy.png") 0 0 no-repeat;
}

.front .leftPart .vsechny_jizdy:hover {
	background: url("/images/bg/vsechny_jizdy.png") -199px 0 no-repeat;
}

.front .leftPart .vsechna_videa {
	width: 217px;
	height: 30px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechna_videa.png") 0 0 no-repeat;
}

.front .leftPart .vsechna_videa:hover {
	background: url("/images/bg/vsechna_videa.png") -217px 0 no-repeat;
}

.front .vsechny_hry {
	width: 208px;
	height: 32px;
	display: block;
	background: url("/images/bg/vsechny_hry.png") 0 0 no-repeat;
}

.front .vsechny_hry:hover {
	background: url("/images/bg/vsechny_hry.png") -208px 0 no-repeat;
}

.front .leftPart .vsechny_recepty {
	width: 248px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechny_recepty.png") 0 0 no-repeat;
}

.front .leftPart .vsechny_recepty:hover {
	background: url("/images/bg/vsechny_recepty.png") -248px 0 no-repeat;
}

.front .leftPart .vsechny_sporty {
	width: 224px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechny_sporty.png") 0 0 no-repeat;
}
.front .leftPart .vsechny_sporty:hover {
	background: url("/images/bg/vsechny_sporty.png") -224px 0 no-repeat;
}

.front .vsechny_souteze {
	width: 270px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechny_souteze.png") 0 0 no-repeat;
}
.front .vsechny_souteze:hover {
	background: url("/images/bg/vsechny_souteze.png") -270px 0 no-repeat;
}
.front .rightPart .vsechny_souteze {
	position:absolute;
	bottom:10px;
}
.front .leftPart .vsechno_jidlo {
	width: 196px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechno_jidlo.png") 0 0 no-repeat;
}
.front .leftPart .vsechno_jidlo:hover {
	background: url("/images/bg/vsechno_jidlo.png") -196px 0 no-repeat;
}

.front .leftPart .vsechno_zdravi {
	width: 237px;
	height: 32px;
	position: absolute;
	bottom: -42px;
	display: block;
	background: url("/images/bg/vsechno_zdravi.png") 0 0 no-repeat;
}
.front .leftPart .vsechno_zdravi:hover {
	background: url("/images/bg/vsechno_zdravi.png") -237px 0 no-repeat;
}

.front .leftPart .vsechny_aktuality span,
.front .leftPart .vsechny_recepty span,
.front .leftPart .vsechny_jizdy span,
.front .leftPart .vsechny_sporty span,
.front .leftPart .vsechno_jidlo span,
.front .leftPart .vsechna_videa span,
.front .leftPart .vsechno_zdravi span,
.front .vsechny_souteze span,
.front .vsechny_hry span { display:none; }

.front .rightPart a.archiv-soutezi{
	float:right;
}


.front .leftPart .box {
	margin-bottom: 44px;
	position: relative;
}


.front .leftPart .box .content {
	padding: 25px 30px 10px 30px;
	background: #fff;
	min-height: 388px;
	_height: 388px;
}

.front .leftPart .box .top, .front .leftPart .box .bottom {
	width: 600px;
	height: 5px;
	overflow: hidden;
	font-size: 0;
	background: url("/images/bg/bigbox_top.gif") 0 0 no-repeat;
}

.front .leftPart .box .bottom {
	background: url("/images/bg/bigbox_bottom.gif") 0 0 no-repeat;
}

/*--TEXT-CONTENT------------------------------------------------------------------*/

.front h1 {
	height: 50px;
	background: url("/images/bg/h1_left.png") left 0 no-repeat;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.front h1 span {
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 16px 0 11px;
	font-weight: bold;
	position: relative;
	left: 5px;
	color: #fff;
	background: url("/images/bg/h1_right.png") right 0 no-repeat;
	float: left;
}

.front h1 span.date {
	width: 76px;
	padding: 0;
	height: 42px;
	text-align: center;
	display: block;
	position: absolute;
	right: -81px;
	left: auto;
	top: 4px;
	line-height: 42px;
	background: url("/images/bg/date.gif") 0 0 no-repeat;
	font-size: 14px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
}

.front .secondMenu {
	height: 50px;
	padding: 0;
	margin: 0 0 10px 0;
	float:left;
}

.front .secondMenu li {
	height: 50px;
	background: url("/images/bg/h1_left.png") left -50px no-repeat;
	float: left;
	padding: 0;
	margin: 0 14px 0 0;
	position: relative;
}

.front .secondMenu li:hover {
	background: url("/images/bg/h1_left.png") left -100px no-repeat;
}

.front .secondMenu li a {
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 16px 0 11px;
	font-weight: bold;
	position: relative;
	left: 5px;
	color: #cccccc;
	background: url("/images/bg/h1_right.png") right -50px no-repeat;
	float: left;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;	
}

.front .secondMenu li:hover a {
	background: url("/images/bg/h1_right.png") right -100px no-repeat;
	color: #FFFFFF;
}

.front .secondMenu li.active {
	background: url("/images/bg/h1_left.png") left 0 no-repeat;
}

.front .secondMenu li.active a {
	color: #fff;
	background: url("/images/bg/h1_right.png") right 0 no-repeat;
}
.front .secondMenu li.home{	
	background:none;
}
.front .secondMenu li.home a{
	width:65px;
	padding:0;	
	text-indent:-1000px;
	background: url("/images/bg/home.png") no-repeat;		
}
.front .secondMenu li.home:hover a{
	background-position:0 -50px;
}

.front .text {
	clear: both;		
}

.front .text .top {
	width: 600px;
	height: 5px;
	overflow: hidden;
	font-size: 0;
	background: url("/images/bg/text_top.png") 0 0 no-repeat;
}
.front .text .content{
	width:540px !important;
	overflow: hidden;
}

.front .text .content div.pagging{
  padding:8px;  
}

.front .text .content div.pagging *{
  margin-right:4px;
  text-transform:uppercase;
}

.front .text .content div.pagging em{
  font-style:normal;
}

.front .text .content div.stranka-navigace{
  padding: 8px;
	text-align: center;	
}
.front .text .content div.stranka-navigace *{
  text-transform:capitalize;  
}

.front .text .content div.stranka-navigace span, .front .text .content div.stranka-navigace a{
  margin:0 10px;
}

.front .text .content {
	width: 650px;
	min-height: 350px;
	_height: 350px;
	padding: 25px 30px;
	background: #fff;	
}
.front .text .content p:first-child{  
  margin:0;  
}
                     
.front .text .content *{    /* upraveno aby prekryvalo obrazek chefs.png */
  position:relative;
  z-index:901;
}

.front .text .bottom {
	width: 600px;
	height: 5px;
	overflow: hidden;
	font-size: 0;
	background: url("/images/bg/text_bottom.png") 0 0 no-repeat;
}

.front .hr1, .front .hr2 {
	width: 600px;
	height: 19px;
	background: url("/images/bg/hr1.png") 0 0 no-repeat;
	clear: both;
	position: relative;
	left: -30px;
	margin: 0 0 12px 0;
}

.front .hr2 {
	background: url("/images/bg/hr2.png") 0 10px no-repeat;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*--MENU----------------------------------------------------------*/

.front .menu {
	width: 230px;
 	padding: 0;
	margin: 0 0 180px 0;
}

.hp .menu {
	margin: 0;
}

.front .menu li {
	width: 226px;
 	padding: 0 0 0 4px;
	margin: 0 0 2px 0;
	*margin: 0 0 0px 0;
	min-height: 30px;
	_height: 30px;
	display: block;
	list-style: none;
	background: url("/images/bg/menu_item_left.gif") 0 0 no-repeat;
}

.front .menu li:hover {
	background: url("/images/bg/menu_item_left.gif") 0 -30px no-repeat;
}

.front .menu li a {
	float: left;
 	padding: 0 50px 0 6px;
	margin: 0;
	display: block;
	min-height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
	font-family: "Arial Black",Gadget,sans-serif;
	font-style: normal;
	font-size: 1.1em;
}

.front .menu li a.bg-1 {
	background: url("/images/bg/menu_item_right_01.gif") right 0 no-repeat;
}

.front .menu li a.bg-2 {
	background: url("/images/bg/menu_item_right_02.gif") right 0 no-repeat;
}

.front .menu li a.bg-3 {
	background: url("/images/bg/menu_item_right_03.gif") right 0 no-repeat;
}

.front .menu li a.bg-4 {
	background: url("/images/bg/menu_item_right_04.gif") right 0 no-repeat;
}

.front .menu li a.bg-5 {
	background: url("/images/bg/menu_item_right_05.gif") right 0 no-repeat;
}

.front .menu li a.bg-6 {
	background: url("/images/bg/menu_item_right_06.gif") right 0 no-repeat;
}

.front .menu li a.bg-7 {
	background: url("/images/bg/menu_item_right_07.gif") right 0 no-repeat;
}

.front .menu li a.bg-1:hover {
	background: url("/images/bg/menu_item_right_01.gif") right -30px no-repeat;
}

.front .menu li a.bg-2:hover {
	background: url("/images/bg/menu_item_right_02.gif") right -30px no-repeat;
}

.front .menu li a.bg-3:hover {
	background: url("/images/bg/menu_item_right_03.gif") right -30px no-repeat;
}

.front .menu li a.bg-4:hover {
	background: url("/images/bg/menu_item_right_04.gif") right -30px no-repeat;
}

.front .menu li a.bg-5:hover {
	background: url("/images/bg/menu_item_right_05.gif") right -30px no-repeat;
}

.front .menu li a.bg-6:hover {
	background: url("/images/bg/menu_item_right_06.gif") right -30px no-repeat;
}

.front .menu li a.bg-7:hover {
	background: url("/images/bg/menu_item_right_07.gif") right -30px no-repeat;
}

.front .menu li a.bg-X {
	background: url("/images/bg/menu_item_right_07.gif") right 0 no-repeat;
	font-size: 11px;
	padding-right: 5px;
}
.front .menu li a.bg-X:hover {
	background: url("/images/bg/menu_item_right_07.gif") right -30px no-repeat;
}

.front .menu li.active {
	background: url("/images/bg/menu_item_left.gif") 0 -60px no-repeat;
}

.front .menu li.active a {
	color: #fff;
	margin-bottom: 2px;
}

.front .menu li.active a.bg-1 {
	background: url("/images/bg/menu_item_right_01.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-2 {
	background: url("/images/bg/menu_item_right_02.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-3 {
	background: url("/images/bg/menu_item_right_03.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-4 {
	background: url("/images/bg/menu_item_right_04.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-5 {
	background: url("/images/bg/menu_item_right_05.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-6 {
	background: url("/images/bg/menu_item_right_06.gif") right -60px no-repeat;
}

.front .menu li.active a.bg-7 {
	background: url("/images/bg/menu_item_right_07.gif") right -60px no-repeat;
}
.front .menu li.active a.bg-X {
	background: url("/images/bg/menu_item_right_07.gif") right -60px no-repeat;
}
.front .menu li a:hover {
	color: #fff;
}

.front .menu li.active ul {
	clear: both;
	width: 230px;
	padding: 0 0 5px 0;
	_padding: 0 0 12px 0;
	position: relative;
	left: -4px;
	margin: 0 0 2px 0;
	background: url("/images/bg/menu_bottom.gif") 0 bottom no-repeat;
}

.front .menu li.active ul li {
	width: 230px;
	padding: 0;
	height: auto;
	float: none;
	background: #fff;
	margin: 0;
}

.front .menu li.active ul li.first  {
	padding-top: 18px;
	background: url("/images/bg/menu_top.gif") 0 0 no-repeat;
}

.front .menu li.active ul li a {
	background: transparent;
	margin: 0;
	padding: 2px 10px 2px 39px;
	_padding: 4px 10px 5px 39px;
	line-height: normal;
	height: auto;
	color: #000;
	float: none;
	font-style: italic;
	text-transform: none;
	_zoom: 1;
	font-size: 0.9em;
	text-decoration: underline;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	background: url("/images/bg/menu_li.png") 20px 5px no-repeat;
}

.front .menu li.active ul li.active a {
	color: #F36F21;
	text-decoration: none;
}

.front .menu li.active ul li a:hover {
	color: #F36F21;
}

/*--FORM----------------------------------------------------------------*/

.form {
	width: 540px;
	padding-top: 10px;
}

.form form {
	background: #ebebeb url("/images/bg/form_top.gif") 0 0 no-repeat;
	padding: 30px 30px 25px 30px;
}

.form.discussion form {
	background: #ebebeb url("/images/bg/discussion_top.png") 0 0 no-repeat;
	padding: 10px 30px 25px 30px;	
}

.form form table {
	background: transparent;
	margin: 0;
}

.form form table td {
	padding: 0;
	background: transparent;
}


.form form table td.label {
	padding: 20px 0 10px 0;
}

.form form table td.label label {
	font-weight: bold;
	font-size: 0.85em;
	line-height: 0.85em;
}

.poradna-form, #calendar div.calendar-wrapper{	
	margin-top:-15px;
}

.form form table td.input {
	padding: 11px 0 0 15px;
	height: 39px;
	background: url("/images/bg/form_input.gif") 0 0 no-repeat;
}
table.poradna td.input{
	padding: 5px 0 0 5px;
	height: 25px;
	line-height:25px;
	background: url("/images/bg/poradna_input.gif") 0 0 no-repeat;
}
.form form table td.input.fileInput{
	padding: 11px 0 0 15px;
	height: 39px;	
	background: url("/images/bg/form_input_file.gif") 0 0 no-repeat;
}
.form form table td.input.fileInput input{
	width:100%;
}

table.poradna td.input.fileInput{
	padding: 5px 0 0 5px;
	height: 25px;	
	line-height:25px;
	background: url("/images/bg/poradna_input_file.gif") 0 0 no-repeat;
}

.form form table td.input.pRight {
	padding-right: 8px;
}

.form form table td.input input, table.poradna td.input input {
	width: 180px;
	border: none;
}

.form.discussion form table td.input.smaller, table.poradna td.input.smaller {
	padding: 11px 0 0 15px;
	height: 39px;
	background: url("/images/bg/form_input_smaller.gif") 0 0 no-repeat;
}

.form.discussion form table td.input.smaller input, table.poradna td.input.smaller input {
	width: 130px;
	margin-right: 25px;
	border: none;
}

.form.discussion form table td .captcha, table.poradna td .captcha {
	position: relative;
	top: -11px;
}
.form.discussion form table td.captchaX, table.poradna div.captchaX.wrapper{
	position:relative;      
	padding: 5px 0 0 5px;
	height: 25px;	
	line-height:25px;
	background: url("/images/bg/poradna_input_file.gif") 0 0 no-repeat;  
}
table.poradna td.captchaTd label{
	float:left;
	margin-left:-5px;	
}

table.poradna div.captchaX.wrapper{	
	width:280px;	
	background-position:bottom right;
}
table.poradna div.captchaX.wrapper input{
	border:none;
	position:relative;
	top:3px;
	left:8px;
	width:75px;
}

.form.discussion form table td.captchaX img{
  position:absolute;
  left:160px;
  top:-10px;
  
}

.form.discussion form table td.captchaX div.wrapper{
	position:relative;
}

table.poradna {	
	margin-top:-25px;
	margin-bottom:-20px;	
}

table.poradna td{
	background:none;	
}

table.poradna td.label label{
	font-weight:bold;
}

table.poradna div.captchaX img{	
	position:absolute;
	right:0px;
	bottom:0px;	
}

.form.discussion form table td .refresh {
	margin-left: 5px;
}

.form form table td.textarea {
	padding: 11px 0 0 15px;
	background: url("/images/bg/form_textarea.gif") 0 0 no-repeat;
	height: 139px;		
}

table.poradna td.textarea {	
	padding: 5px 0 0 5px;
	background: url("/images/bg/poradna_textarea.gif") 0 0 no-repeat;
	height: 65px;		
}
table.poradna td.textarea textarea {
	width: 190px;
	height: 50px;
	border: none;
	resize: none;
}
.form.discussion form table td.textarea {
	padding: 11px 0 0 15px;
	background: url("/images/bg/discussion_textarea.gif") 0 0 no-repeat;
	height: 109px;
}

.form form table td.textarea textarea {
	width: 450px;
	height: 117px;
	border: none;
	resize: none;
}

.form.discussion form table td.textarea textarea {
	height: 90px;
	line-height: 1.5em;
}

.form.discussion form table td.input input, .form.discussion form table td.textarea textarea {
	_position: relative;
	_top: -10px;
}

.form form table td.errors {
	padding: 15px 0 0 15px;
}

.form.discussion form table td.errors {
	padding: 15px 0 0 0;
}

.form form table td.errors ul {
	padding: 0;
	margin: 0;
}

.form form table td.errors ul li {
	background: none;
	padding: 0 0 4px 0;
	color: #ff0000;
	font-weight: bold;
}

.form form table td.errors ul li.ok{
	color: #3f931a;
}

.form form table td.button {
	padding: 15px 0 0 0;
	text-align: right;
}

.form form table td.button input.button, table.poradna td.button input.button {
	width: 141px;
	padding: 9px 0;
	_padding: 6px 0;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 1.1em;
	font-style: normal;
	background: url("/images/bg/form_button.gif") 0 0 no-repeat;
}

form.poradna-form div.button{	
	margin-top:25px;
}

form.poradna-form div.button .button{
	display:block;
	text-align:center;
	text-decoration:none;
	width: 130px;
	padding: 9px 0;
	_padding: 6px 0;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 1.1em;
	font-style: normal;
	background: url("/images/bg/poradna_button.gif") 0 0 no-repeat;
}

form.poradna-form div.button a.button{
	padding:10px 0;
}
.form form table td.button input.button.bigger {
	width: 168px;
	background: url("/images/bg/form_button_bigger.gif") 0 0 no-repeat;
}

.form .bottomForm {
	height: 5px;
	background: url("/images/bg/form_bottom.gif") 0 0 no-repeat;
}

.front table.overview {
	width: 540px;
}

.front table.overview td.date {
	width: 90px;
}

.front table.overview tr.last td {
	background: none;
}

.front .video {
	width: 240px;
	padding-bottom: 20px;
}

.front .video a {
	width: 240px;
	height: 190px;
	position: relative;
	display: block;
}

.front .play {
	position: absolute;
	left: 92px;
	top: 63px;
	_behavior: url("Styles/iepngfix.htc");
}

.front .photos {
	width: 270px;	
}

.front .photos h2 {
	padding-left: 10px;
}

.front .photos a {
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	margin: 0 0 10px 10px;
	_margin: 0 0 10px 6px;
	zoom: 1;
}

.front .photos a img {
	display: block;
	height: 90px;
}

/*-POLL-------------------------------------------------------------------------*/

.poll {
	color: #f36f21;
	font-weight: bold;
}

.poll a, .poll span.NoHref {
	color: #000;
	font-weight: normal;		
}

/*--MINI-MENU----------------------------------------------------------------*/

.front .miniMenu {
	height: 50px;
	padding: 0;
	margin: 0 0 10px 0;
}

.front .miniMenu li {
	height: 50px;
	background: url("/images/bg/h1_left.png") left -50px no-repeat;
	float: left;
	padding: 0;
	margin: 0 14px 0 0;
	position: relative;
}

.front .miniMenu li:hover {
	background: url("/images/bg/h1_left.png") left -100px no-repeat;
}

.front .miniMenu li a {
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 10px 0 5px;
	font-weight: bold;
	position: relative;
	left: 5px;
	color: #cccccc;
	background: url("/images/bg/h1_right.png") right -50px no-repeat;
	float: left;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
}

.front .miniMenu li:hover a {
	background: url("/images/bg/h1_right.png") right -100px no-repeat;
	color: #FFFFFF;
}

.front .miniMenu li.active {
	background: url("/images/bg/h1_left.png") left 0 no-repeat;
}

.front .miniMenu li.active a {
	color: #fff;
	background: url("/images/bg/h1_right.png") right 0 no-repeat;
}

a#HomeA {
	float:left;
	margin-right:14px;
	display:block;
	width:65px;
	height:50px;	
	line-height:50px;
	padding:0;	
	text-indent:-1000px;
	background: url("/images/bg/home.png") no-repeat;
}

a#HomeA:hover {
	background-position: 0 -50px;
}


/*--NEWS-------------------------------------------------------------------*/

.news .perex .photoHolder {
	width: 220px;
	height: 165px;
	position: relative;
	display: block;
	float: left;
}

.news .perex {
	padding: 20px 0 18px 0;	
	background: url("/images/bg/hr1.png") 0 0 no-repeat;
}
.news .perex.hr2{
	background: url("/images/bg/hr2.png") 0 0 no-repeat;
}
.news .perex.first {
	padding: 0 0 18px 0;
	background: none;
}

.news .perex p {
	margin: 0;
}

.news .perex .text {
	width: 302px;
	float: right;
	clear: none;
}

/*--SITEMAP----------------------------------------------------------------*/

.sitemap {
	width: 600px;
	position: relative;
	left: -30px;
	padding: 0 0 50px 0;
	background: url("/images/bg/sitemap.jpg") right 0 no-repeat;
}

ul {
	padding: 0;
	margin: 0;
}

ul.sitemap li {
	padding: 5px 0 5px 60px;
	background: url("/images/bg/mapa_li.gif") 0 13px no-repeat;
}

ul.sitemap li a {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

ul.sitemap li ul li {
	padding: 5px 0 5px 35px;
	background: url("/images/bg/menu_li.png") 16px 9px no-repeat;
}

ul.sitemap li ul li a {
	color: #F36F21;
	font-weight: bold;
	font-size: 1em;
}

ul.sitemap li ul li ul li {
	padding: 5px 0 5px 35px;
	background: url("/images/bg/mapa_li3.gif") 16px 9px no-repeat;
}

/*--GALLERY---------------------------------------------------------------*/

.back {
	display: block;
	width: 100px;
	height: 41px;
	position: relative;
	left: 260px;
	top: -8px;
	background: url("/images/bg/back.png") 0 0 no-repeat;
}

.back:hover {
	background: url("/images/bg/back.png") -102px 0 no-repeat;
}

.back span {
	display: none;
}

.gallery {
	padding: 10px 10px 10px 20px;	
}
.gallery .photo{	
	width:170px;
}
.gallery .photo a {
	width: 120px;
	height: 90px;
	padding: 10px;
	margin: 5px;
	text-align: center;
	float: left;
	overflow: hidden;
	display: block;	
	background: url("/images/bg/gallery_photo_border.png") 0 0 no-repeat;
}

.gallery .photo a:hover {
	background: url("/images/bg/gallery_photo_border.png") -140px 0 no-repeat;
}

.gallery .photo a img {
	height: 90px;
}

/*--RECIPES--------------------------------------------------------------*/

.recipes {
    width: 600px;	
	position: relative;
	left: -30px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
    background: url("/images/bg/hr2.png") 0 bottom no-repeat;
}
.recipes.noHr{
	background:none;
}
.recipes .recipe {
	margin: 0;
	zoom: 1;
}

.recipes .recipe .photo {
	width: 650px;
	zoom: 1;		
}

.recipes .recipe .hlasovani{	
	width:100px;
	text-align:center;
	clear:left; 		
}

.recipes .recipe.line-1 {
	background: url("/images/bg/hr1.png") 0 0 no-repeat;
	padding: 30px 30px 20px 30px;	
}

.recipes .recipe.line-2 {
	background: url("/images/bg/hr2.png") 0 0 no-repeat;
	padding: 40px 30px 20px 30px;
}

.recipes .recipe .photo {
	width: 100px;
	height: 100px;
	float: left;	
}

.recipes .recipe .info {
	width: 430px;
	float: right;
	margin: 0;	
}

.recipes .recipe .info h3 {
	font-size: 1.1em;
	padding-top: 0;
	line-height: 1.1em;
}

.recipes .recipe .info p {
	margin: 0 0 15px 0;
}

.recipes .recipe a.link {
	display: block;
	width: 95px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	background: url("/images/bg/button_cely_clanek.gif") 0 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
}

.recipes .recipe p a.link:hover {
	background: url("/images/bg/button_cely_clanek.gif") -95px 0 no-repeat;
}

/


/*--COMMENTS-----------------------------------------------------------*/
div.discussion{
	display:block;
}
.comments {
	padding-top: 20px;	
}

.comments .comment {
	margin: 0 0 10px 0;
	background: #EFEBEF url("/images/bg/comment_top.png") 0 0 no-repeat;
}

.comments .comment .inner {
	padding: 30px;
	background: url("/images/bg/comment_bottom.png") 0 bottom no-repeat;
}

.comments .comment .inner.response{
	border-top: 1px dashed #000;
}

.comments .comment .inner h2 {
	color: #F76D21;
}

.comments .comment .inner h2 .date {
	color: #7B797B;
}

.comments .comment .inner p {
	margin: 0;
}

#comments, #discusion html {
	background: #fff;
}

.paginator {
	position: relative;
	z-index: 1000;
	text-align: right;
}

button {
	background-color: #f36f21;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 4px;	
}

table.download{
  width: 331px; 
  height: 252px;   
}

table.download td{
  text-align: center;
}

.pushedDown{
	position:relative !important;
	top:20px;
	margin-bottom:20px;
	bottom:0px !important;
}

div.errorMessages{
	color: #FF0000;
}

div.greenMsg{
	color: #279709;
}

.hlasovani.tlacitko a, .hlasovani.tlacitko span{
	display:block;
	width: 141px;
	height:23px;
	padding: 9px 0;
	_padding: 6px 0;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 1.1em;
	font-style: normal;
	background: url("/images/bg/form_button.gif") 0 0 no-repeat;
	border:1px solid red;

}

.floatedImg{
	float:left;
	margin-right:10px;
}

.FileObrazekFixed{
	width:100%;
}
.galerie a{
  margin: 5px;
}
