body
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}
.body_homepage{
	background:url(../img/frontend/bg.jpg) center 100px no-repeat #1d3010;
}
.body_subpage{
	background:url(../img/frontend/bg.jpg) center 100px no-repeat #1d3010;
}

a
{
	color:#d9dc93;
	font-size:12px;
	font-weight:bold;
	outline:none;
}

a:hover
{
	color:#f5c57a;
}

.body_homepage .container
{
	top:290px;
}
.body_subpage .container
{
	top:290px;
}

.container
{
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	background:url(../img/frontend/container_bg.jpg) repeat-x;
}
	
	.header
	{
		height:190px;
		position:relative;
	}
	
		.header .logo
		{
			position:absolute;
			top:40px;
			left:25px;
			width:120px;
			height:130px;
			display:block;
		}
		
		.header .languages
		{
			
		}
	
	.menu
	{
		background:url(../img/frontend/menu_bg.png) left top no-repeat transparent;
      height:60px;
		position:relative;
	}
	
	.loginbutton
	{
		position:absolute;
		top:15px;
		right:20px;
		background:url(../img/frontend/loginbutton-hover.jpg);
		height:28px;
		width:150px;
	}
	
	.loginbutton a
	{
		width:150px;
		height:28px;		
		background:url(../img/frontend/loginbutton.jpg);
		display:block;
	}
	
	.loginbutton a:hover
	{
		background:url(../img/frontend/loginbutton-hover.jpg);
	}
	
	.menu ul
	{
		margin:0px;
		padding:0px;
	}
	
	.menu .mainmenu
	{
		padding-top:4px;
		padding-left:20px;
		height:46px;
	}
	.menu .mainmenu img{
      border:none;
   }
	
   .menu .mainmenu li
	{
		list-style:none;
		margin:0;
		padding:0;
		display:block;
		float:left;
	}	

	.menu .mainmenu li.notlast
	{

	  background:url(../img/frontend/main_menu_delimiter.png) right top no-repeat transparent;
	  padding-right:1px;
	}
	.menu .mainmenu li img
	{
		float:left;
	}

/*
	.menu .mainmenu li a
	{
		display:block;
		float:left;
		color:#1d3010;
		text-decoration:none;
		padding:20px 15px 0px 15px;
		height:22px;
		text-transform:uppercase;
	}
	
	.menu .mainmenu li a.sel
	{
		color:#437a26;
	}
	
	.menu .mainmenu li a:hover
	{
		background:url(../img/frontend/menu_hover_bg.png);
	}
*/
	.menusubciara
	{
		background:url(../img/frontend/menusubciara.jpg);
		height:2px;
		position:absolute;
		top:43px;
		width:743px;
		left:18px;
		
	}
	.submenu 
	{
		overflow:hidden;
		padding-bottom:8px;
	}
	.submenu ul
	{
		padding:0px;
		margin:0px;
	}
	.submenu ul li
	{
		list-style:none;
		float:left;
		display:block;
	}
	
	.submenu ul li a
	{
		display:block;
		float:left;
		color:#437926;
		text-decoration:none;
		padding:0px 15px 0px 15px;		
		text-transform:uppercase;
		font-size:10px;
	}
	
	.submenu ul li a.sel
	{
		color:#1d3010;
	}
	
	
	.content
	{
		padding-left:20px;
		padding-right:20px;
		overflow:hidden;
	}
	
		.content .right
		{
			float:left;	
			margin-left:20px;
			width:290px;
		}
			.reklama
			{
				padding-bottom:15px;
			}
		
			.reklama img
			{
				border:1px solid #0d1e04;
			}
			
			.reklama .label
			{
				font-size:11px;
				color:#c0c0c0;
				text-align:right;
				padding-bottom:6px;
			}
			
			.vysledky
			{
				background:url(../img/frontend/vysledky_top_bg.jpg) repeat-x #1b2e0f;
				width:270px;
				height:241px;
				margin-bottom:15px;
				padding:15px;
			}
		
		.content .left
		{
			width:610px;
			float:left;			
		}			
			.leftcontent
			{
				background:url(../img/frontend/text_bg.jpg) no-repeat #fff;
				padding:40px 35px 90px 35px;
				color:#333;
				font-size:12px;
				line-height:19px;
				position:relative;
				overflow:hidden;
			}
			
			.back_bottom			
			{
				background:url(../img/frontend/text_bg_bottom.jpg) no-repeat #fff;
				width:314px;
				height:450px;
				position:absolute;
				bottom:0px;
				right:0px;
				z-index:0;
			}
			
			.textcontent
			{
				position:relative;
				z-index:30;
			}
			
			.leftcontent h1
			{
				font-size:26px;
				color:#437a26;
				margin:0px;
				padding:0px;
				margin-bottom:30px;			
				position:relative;
				z-index:30;
				line-height:normal;
			}
			
			.leftcontent a
			{
				color:#437926;
			}
			
			.article_in_list
			{
				color:#333;
				line-height:17px;
				padding-bottom:20px;
				border-bottom:1px dotted #b3bbae;
				margin-bottom:20px;
			}
			
			.article_in_list h2
			{
				margin:0px;
				padding:0px;
				margin-bottom:5px;
			}
			
			.article_in_list h2 a
			{
				text-decoration:none;
				font-size:14px;
			}
			
			.article_in_list span
			{
				color:#999;
				font-size:10px;
			}
				
			.pager a			
			{
				float:left;
				background:url(../img/frontend/pagerBg.png) no-repeat;
				display:block;
				color:#fff;
				width:29px;
				height:29px;
				line-height:29px;
				text-align:center;
				overflow:hidden;
				text-decoration:none;
				margin-right:5px;
			}
			
			.page_selected
			{
				opacity:0.5;
				filter:alpha(opacity=50);
			}
		
			.pager a:hover			
			{
				text-decoration:underline;
			}
			
			.pager a.pagenext
			{
				margin-left:10px;
			}
			
			.pager a.pageprev
			{
				margin-right:20px;
			}
			
			.passiveprev, .passivenext
			{
				opacity:0.2;
				filter:alpha(opacity=20);
			}
			
			.nadpis
			{
				font-size:18px;
				color:#437926;
			}
			
			.big_fo
			{
				width:604px;
				height:337px;
				border:3px solid #0d1e04;
				overflow:hidden;
				position:relative;
			}
			
				.big_fo .bigimg
				{
					display:none;
					position:absolute;
					top:0px;
					left:0px;
					z-index:10
				}
				
				.big_fo_detail_bg
				{
					background:#0d1e04;
					position:absolute;
					bottom:0px;
					left:0px;
					opacity:0.6;
					filter:alpha(opacity=60);
					height:130px;
					width:100%;
					z-index:20;
				}
				
				.big_fo_art_detail
				{					
					position:absolute;
					bottom:0px;
					left:0px;					
					height:130px;
					width:100%;
					color:#e1e1e1;
					display:none;
					line-height:19px;
					z-index:30;
				}
				
				.big_fo_art_detail div
				{
					padding: 17px 20px;
				}
				
				.big_fo_art_detail div h2
				{
					padding:0px;
					margin:0px;
					margin-bottom:10px;
					font-size:20px;
					color:#fff;
					line-height:normal;
				}
				
				.big_fo_switcher
				{
					color:#333333;
					font-size:11px;
					width:177px;
					height:100%;
					text-decoration:none;
					float:left;
					border:0px;
					padding: 10px 13px;
					/* background:url(../img/frontend/big_fo_sw_oddelovac.jpg) 1px 16px no-repeat; */
					position:relative;
					z-index:0;
				}
				
				.big_fo_switcher:hover
				{
					color:#333333;
				}
				
				.big_fo_switcher span
				{
					color:#1d3010;
					font-size:13px;
					line-height:19px;
				}
				
				.big_fo_switcher img
				{
					border:1px solid #1d3010;
					margin-top:10px;
				}
				
				.big_fo_switcher.selected
				{
					background:#0d1e04;
					color:#ccc;
					font-size:11px;
					width:178px;
					height:150px;
					text-decoration:none;
					float:left;
					border:0px;
					padding: 10px 13px;					
				}
				
				.big_fo_switcher .tien
				{
					display:none;
					border:0px;
				}
				
				.big_fo_switcher.selected .tien
				{
					display:block;
					z-index:30;
				}
				
				
				
				.big_fo_switcher.selected span
				{
					color:#dadc94;
					font-size:13px;
					line-height:19px;
				}
				
				.big_fo_switcher:hover span, .big_fo_switcher.selected:hover span
				{
					color:#f5c57a;
					text-decoration:underline;
				}
			
			.switch_fo
			{
				height:170px;
				background:url(../img/frontend/sw_bg.jpg) repeat-x;
				overflow:hidden;
			}
			
			.next_articles
			{
				overflow:hidden;
				padding-top:40px;
			}
				.view
				{
					overflow:hidden;
				}
				
				.nadpis_pism
				{
					padding-top:30px;
					padding-bottom:10px;
					font-size:14px;
				}
				.textcontent .next_art_el
				{
					color:#333;
					line-height:normal;
					width:98%;
				}
			    .next_art_el
				{
					width:99%;
					height:70px;
					float:none;
					display:block;
					text-decoration:none;
					margin-left:12px;
					margin-bottom:20px;
					color:#e1e1e1;
					font-size:11px;
					font-weight:normal;
				}
				
				.view_users
				{
					padding-bottom:40px;
				}
				
				.next_art_el:hover
				{					
					color:#e1e1e1;					
				}
				
				.textcontent .next_art_el:hover
				{
					color:#333;
				}
				
				.next_art_el span
				{
					line-height:22px;
					color:#dadc94;
					font-size:14px;
					font-weight:bold;
					line-height:normal;
				}
				
				.next_art_el:hover span
				{
					color:#f5c57a;
					text-decoration:underline;
				}
				
				.next_art_el img
				{
					float:left;
					margin-right:12px;
					border:1px solid #0d1e04;					
				}
		
		.banners_bottom
		{
			width:100%;			
			float:left;
		}
		
			.banners_bottom .reklama
			{
				float:left;
				margin-right:20px;
				border:0px;
			}
			
			.banners_bottom .reklama.last
			{
				margin:0px;
			}
			
			.banners_bottom .reklama img
			{
				border:0px;
			}			
		
		.partners
		{
			width:100%;
			height:249px;
			float:left;
			padding-top:15px;
		}
		
		.footer
		{
			height:88px;
			background:#0d1e04;
			border-top:1px solid #3d4b36;
			padding:25px 30px 0px 30px;
			color:#e1e1e1;
		}
		
		
		.nadpis_sekcie
		{
			font-size:12px;
			font-weight:bold;
			color:#dadc94;
		}
		
		
		.kalendar
		{
			width:541px;
			overflow:hidden;
		}
		
		.kalendar .kalendar_lista_top
		{
			background:url(../img/frontend/vzdelavaniListatopbg.jpg);
			height:30px;
			color:#fff;
			line-height:30px;
			padding-left:10px;
			padding-right:10px;
			margin-bottom:1px;
		}
		
		.kalendar .kalendar_lista_top a
		{
			color:#fff;
			text-decoration:underline;
		}
		
		.day
		{
			width:77px;
			height:77px;
			float:left;
			line-height:76px;
			text-align:center;
			font-size:14px;
			font-weight:bold;
		}
		
		.day.border
		{	
			border-left:1px solid #6a8f4d;
			border-top:1px solid #6a8f4d;
			width:76px;
			height:76px;
			background-color:#f3f3f3;
		}
		
		.day.dayborderright
		{
			border-right:1px solid #6a8f4d;
		}
		
		.day.dayborderbottom
		{
			/* border-bottom:1px solid #6a8f4d; */
		}
		
		.day.daybordertop
		{
			border-top:1px solid #6a8f4d;
			width:77px;
			height:76px;
		}
		
		.day.odd
		{
			background-color:#fff;
		}
		
		.day.weekend
		{
			background-color:#e1e1e1;
		}
		
		.day a
		{
			display:block;
			height:100%;
			
		}		
		
		.day a.rocnik_1
		{
			background-color:#cc0000;
			color:#fff;
		}
		
		.day a.rocnik_2
		{
			background-color:#ff6633;
			color:#fff;
		}
		
		.day a.rocnik_3
		{
			background-color:#698f4c;
			color:#fff;
		}
		
		
		.last_turnaj
		{
			position:relative;
			width:541px;
			height:221px;
		}
		
		.bg_image
		{
			position:absolute;
			top:0px;
			left:0px;
		}
		
		.more_info
		{
			position:absolute;
			bottom:0px;
			right:0px;
			width:275px;
			height:122px;
		}
		
		.more_info .more_info_bg
		{
			background-color:#0d1e04;	
			opacity:0.6;
			filter:alpha(opacity=60);
			width:100%;
			height:100%;
		}
		
		.more_info .more_info_text
		{
			width:245px;
			height:92px;
			position:absolute;
			top:0px;
			left:0px;
			padding:15px;
			color:#e0e0e0;
		}
		
		.more_info .more_info_text a
		{
			color:#d9dc93;
			display:block;
			margin-bottom:5px;
		}
		
		.base_info
		{
			position:absolute;
			top:60px;
			left:30px;
			color:#fff;
		}
		
		.base_info_h1
		{
			font-size:26px;
			font-weight:bold;
		}
		
		.base_info_datum
		{
			font-size:14px;
			font-weight:bold;
			padding-top:3px;
		}
		
		.nadpis_zeleny
		{
			color:#437926;
			line-height:77px;
			font-size:18px;
		}
		
		
		.zoznam_head
		{
			background: url("../img/frontend/vysledky_top_bg.jpg") repeat-x scroll 0 0;
			color:#d8dc92;
			text-transform:uppercase;
		}		
		
		.zoznam_turnajov
		{
			width:100%;			
		}
		
		.zoznam_turnajov td
		{
			padding-left:10px;
			padding-right:10px;
			font-size:11px;
			font-weight:normal;
			height:50px;
		}
		
		.zoznam_head td
		{
			font-size:8px;
			font-weight:bold;
			height:auto;
		}
		
		.zoznam_turnajov .odd
		{
			background-color:#f3f3f3;
		}
		
		.abeceda a
		{
			font-size:14px;
			text-decoration:none;
		}
		
		.view_footer_items
		{
			display:inline;
		}
		
		
