
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	font-size: 13px;
	line-height: 150%;
	height: 100%;
	
	background-image: url(../img/web-bg.jpg);
	background-repeat: repeat;
}
body#disclaimer
{
	background-color: #f5f5f5;
	background-image: none;
}

/*--- Link Styles ---*/
a
{
	color: #0B8820;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	width: 1000px;	
	margin: 0px auto;	
}


/* Disclaimer
----------------------------------------*/

.disc-box {
	width: 804px;
	height: 452px;
	background-image: url(../img/disclaimer-bg.jpg);
	
	margin-top: -270px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.disc-buttons {
	padding: 315px 0 0 215px;
	height: 30px;
}

	.disc-buttons a {
		display: block;
		width: 180px;
		height: 25px;
		float: left;
		/*border: 1px solid red;*/
	}

#disc-info {
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 15px;
	font-weight: bold;
	
	display: none;
}


/* Header
----------------------------------------*/

#header {
	height: 78px;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
	#header .logo {
		padding: 30px 0 0 55px;
		float: left;
	}
	#header .header-menu {
		padding: 20px 55px 0 0;
		width: 500px;
		float: right;
		text-align: right;
		color: #000000;

	}
		#header .header-menu a {
			display: block;
			float: right;
			height: 19px;
			margin: 2px 10px 0 0;
		}
			#header .header-menu a.kontakt {
				background-image: url(../img/menu-kontakt.jpg);
				width: 76px;
				margin-right: 75px;
			}
			#header .header-menu a.oprojektu {
				background-image: url(../img/menu-oprojektu.jpg);
				width: 108px;
			}
			#header .header-menu a:hover {
				background-position: 0 -20px;
			}
		#header .header-menu #likeBox {
			float: right;
			width: 140px;
			height: 20px;
		}


	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-y;
	/*padding: 20px 0 0 0;*/
}
	#content .banner-box {		
		height: 419px;
		width: 817px;
		padding: 15px 0 0 13px;
		margin: 0 auto; 
		background-image: url(../img/flash-shadow.png);
	}
	
		#content .banner-box .alt-content {
			width: 781px;
			height: 364px;
			
		}
	


	#content .home-left {
		width: 545px;
		margin-left: 60px;
		float: left;
		border-right: 1px solid #b4c1b5;
		
		display: inline; /* ie6 double margin bug-fix */
	}
	
		#content .home-left .news-wrapper { 
			padding: 20px 0 0 0;
		}
		#content .home-left .news-wrapper .item { 
			padding: 10px 25px 20px 50px;
		}
			#content .home-left .news-wrapper .item .date { 
				width: 52px;
				height: 26px;
				padding: 8px 0 0 0;
				margin: 4px 0 0 0;
				overflow: hidden;
				color: #ffffff;
				background-image: url(../img/news-date.jpg);
				text-align: center;
				font-size: 15px;
				font-weight: bold;
				float: left;
			}
			#content .home-left .news-title { 
				float: right;
				width: 382px;
				height: auto;  /* 55px buguje v IE8*/ 
				overflow: hidden;
			}
			#content .home-left .news-cont { 
				clear: both;
				padding: 6px 0 0 0;				
			}
			
			#content .home-left .news-wrapper .item.first { 
				padding-left: 40px;
			}
				#content .home-left .news-wrapper .item.first:hover { 
					background-image: url(../img/news-first-bg.jpg);
					background-repeat: no-repeat;
				}
				#content .home-left .news-wrapper .item.first .news-cont a { 

				}
					#content .home-left .news-wrapper .item.first:hover .news-cont a { 
						color: #ffffff;		
					}
				#content .home-left .news-wrapper .item.first .photo { 
					width: 194px;
					float: left;
					overflow: hidden; 
				}
				#content .home-left .news-wrapper .item.first .wrap { 
					width: 265px;
					float: right
				}
				#content .home-left .news-wrapper .item.first .news-title { 
					width: 260px;
					height: 86px; /* buguje v IE8*/ 
					float: none;
				}
				#content .home-left .news-wrapper .item.first .news-cont { 
					clear: none;
					padding: 0 0 6px 0;
					line-height: 20px;
				}
				#content .home-left .news-wrapper .item.first .news-cont a.text { 					
					display: inline;
					height: 55px;
					line-height: 20px;
					overflow: hidden;
				}
				#content .home-left .news-wrapper .item.first .news-cont .more { 
					width: 33px;
					height: 17px;
					background-image: url(../img/icon-more.jpg);
					display: inline-block;
				}
					#content .home-left .news-wrapper .item.first:hover .news-cont .more { 
						background-image: url(../img/icon-more-on.jpg);
					}
			#content .home-left .news-wrapper .more,	
			#content .home-left .news-wrapper .more-link { 
				position: relative;
				top: 2px;
			}	
			
			#content .home-left .news-wrapper .news-archive { 
				margin: 20px 0 10px 50px;
				display: inline-block;
			}
			
			
			#content .home-left .news-wrapper a { 
				color: #666666;
				text-decoration: none;
				font-size: 13px;
				font-weight: bold;
			}
				#content .home-left .news-wrapper a:hover { 
					color: #0B8820;
					text-decoration: none;
				}
			
		
		#content  .ads {  /* ie6fix */
			padding: 30px 0 10px 50px;
			min-height: 135px;
			overflow: hidden;
		}
			#content .ads .title { 
				font-size: 11px;
				background-image: url(../img/ad-arrow.jpg);
				background-repeat: no-repeat;
				background-position: 7px 5px;
				padding: 0 0 0 20px;
			}
	
		
	#content .sidebar-box { 
		width: 345px;
		margin-right: 35px;
		padding: 20px 0 0 0;
		float: right;
		
		display: inline; /* ie6 double margin bug-fix */		
	}
		#content .sidebar-box .inner { 
			background-image: url(../img/side-bg-bottom.jpg);
			background-repeat: no-repeat;
			background-position: right bottom;			
		}
		#content .sidebar-box .top { 
			background-image: url(../img/side-top.jpg);
			background-repeat: no-repeat;
			height: 10px;
			line-height: 10px;	
		}
		
		

			
	/* sidebar pro podstranky */		
	.sub #content .sidebar-box { 
	}
	
		.sub #content .sidebar-box .fb-box { 
			padding: 20px 15px;
		}
	
		.sub #content .sidebar-box .banner { 
			padding:  0 0 15px 0;
			clear: both;
		}		
			.sub #content .sidebar-box .banner a { 
				width: 180px;
				height: 100px;
				display: block;
				overflow: hidden;
			}
			.sub #content .sidebar-box .banner #link00 { 
				background-image: url(../img/menubanner00.jpg);
			}
			.sub #content .sidebar-box .banner #link00:hover { 
				background-position: center -100px;
			}
			.sub #content .sidebar-box .banner #link01 { 
				background-image: url(../img/menubanner01.jpg);
			}
			.sub #content .sidebar-box .banner #link01:hover { 
				background-position: center -100px;
			}
			.sub #content .sidebar-box .banner #link02 { 
				background-image: url(../img/menubanner02.jpg);
			}
			.sub #content .sidebar-box .banner #link02:hover { 
				background-position: center -100px;
			}
		.sub #content .sidebar-box .submenu-title { 
			padding:  25px 0 5px 0;
		}
		.sub #content .sidebar-box .sub-menu a { 
			margin: 0 0 2px 0;
			padding: 4px 0;
			width: 180px;
		}
		.sub #content .sidebar-box .sub-menu li { 
			background-image: url(../img/link-bottom.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 4px 0 4px 0;
		}
			.sub #content .sidebar-box .sub-menu li div { 

			}
			.sub #content .sidebar-box .sub-menu li .arrow { 
				display: none;
			}
			.sub #content .sidebar-box .sub-menu li.active .arrow { 
				display: block;
				position: absolute;
				margin: 6px -15px;
			}
		

	.sub #content .sub-main { 
		width: 545px;
		padding: 0 0 0 0;
		margin-left: 60px;
		float: left;
		border-right: 1px solid #b4c1b5;		
		color: #696969;
		
		display: inline;
	}
		.sub #content .sub-main .fb-box {
			width: 130px;
			height: 20px;
			position: absolute;
			margin: -15px 0 0 428px;
			z-index: 0;
		}
		.sub #content .sub-main .breadcrumb {
			border-bottom: 1px solid #b4c1b5;
			font-weight: bold;
			color: #929292;
			font-weight: bold;
			font-size: 12px;
			padding: 4px 0;
			margin: 0 0 20px 40px;
			letter-spacing: 0.2px;
		}
			.sub #content .sub-main .breadcrumb a {
				color: #929292;
				text-decoration: none;
				font-weight: bold;
			}
				.sub #content .sub-main .breadcrumb a:hover {
					text-decoration: underline;
				}
		
		.sub #content .sub-main P {
			padding: 0 20px 0 80px;
		}
		.sub #content .sub-main .mira {
			padding: 0 20px 0 0;
		}
		.sub #content .sub-main .perex {
			padding: 10px 20px 25px 40px;
			color: #0e9324;
			font-weight: bold;
		}
		.sub #content .sub-main h2 {
			padding: 20px 0 4px 80px;
			font-size: 16px;
			font-weight: bold;
			color: #00782F;
			text-transform: uppercase;
		}
		.sub #content .sub-main h3 {
			padding: 20px 0 4px 80px;
			font-size: 14px;
			font-weight: bold;
			color: #000000;
		}
		.sub #content .sub-main ul, 
		#content .text-box ul {
			list-style-type: none;
			margin: 20px 0;
			padding: 0 0 0 65px;	
		}
			.sub #content .sub-main ul li, 
			#content .text-box ul li {
				background-image: url(../img/bullet-square.jpg);
				background-repeat: no-repeat;
				background-position: 0 6px;
				padding: 0 0 0 15px;
			}
		.sub #content .sub-main ol, 
		#content .text-box ol {
			list-style-type: decimal;
			margin: 0;
			padding: 0 0 0 80px;		
		}
		
		.sub #content .sub-main .category-text { 
			padding: 0 0 25px 0;
		}
		
		.sub #content ul.sub-menu { 
			padding: 0;
			list-style-type: none;
			margin: 0 0 15px 0;
		}
			.sub #content .sub-menu li { 
				clear: both;
				background-image: url(../img/link-bottom.jpg);
				background-repeat: repeat-x;
				background-position: bottom;
				padding: 6px 0;
			}
				.sub #content .sub-menu li a { 
					background-image: url(../img/link-bottom.jpg);
					background-repeat: repeat-x;
					background-position: bottom;
					display: block;
					float: left;
					padding: 0 0 4px 0;
					margin: 5px 0;
					text-decoration: none;
					width: 500px;
				}
				
		
		
	
	
	
	#content div.clear {
		height: 0;
		line-height: 0;
		background-image: url(../img/side-bg-bottom.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-right: 60px;
	}
		.sub #content div.clear {
			background-image: none;
		}
	
	#content .section-title {
		padding: 0 0 12px 0;
		line-height: 14px;
	}
	#content .section-title-big {
		padding: 0 0 2px 40px;
	}
		#content .section-title-big img {
			margin-right: 10px;
		}
	#content .art-author {
		padding: 0 0 0 40px;
		color: #929292;
	}
	
	#content .text-box {
		padding: 0 0 0 15px;
	}
	#content .section-sub {
		padding: 30px 0 4px 0;
	}


	#content .fb-box-plugin {
		border-right: 1px solid #c3c3c3;
	}
		#content .fb-box-plugin .item {
			border-bottom: 1px solid #c3c3c3;
		}
			
			#content .fb-box-plugin .item h3 {
				color: #3b59bd;
				font-size: 12px;
				font-weight: bold;
				padding: 10px 0 2px 0;
			}

			#content .fb-box-plugin .item .image {
				width: 60px;
				height: 50px;
				background-position: center;
				background-repeat: no-repeat;
				float: left;
				margin-top: 15px;
			}
			#content .fb-box-plugin .item .cont {
				width: 270px;
				float: right;
				margin-right: 10px;
			}
			#content .fb-box-plugin .item .cont em {
				font-style: normal;
				font-size: 12px;
				line-height: 16px;
			}
			#content .fb-box-plugin .item .cont .links {
				font-size: 11px;
				padding: 4px 0 0 0;
			}
				#content .fb-box-plugin .item .cont .links a {
					color: #6D84B4;
					text-decoration: none;
				}
					#content .fb-box-plugin .item .cont .links a:hover {
						text-decoration: underline;
					}
			#content .fb-box-plugin .item .cont a.picture-link {
				color: #3b59bd;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
			}
				#content .fb-box-plugin .item .cont table {
					margin: 10px 0;
				}
				#content .fb-box-plugin .item .cont .picture-box {
					padding-right: 10px;
				}
				#content .fb-box-plugin .item .cont .picture-textbox {
					color: #808080;
					font-size: 11px;
					line-height: 15px;
				}
			
		#content .fb-box-plugin .fb-box-add {
			border: 1px solid #C3C3C3;
			border-right: 0;
		}
			#content .fb-box-plugin .fb-box-add textarea {
				width: 330px;
				height: 60px;
				border: 0;				
			}
			#content .fb-box-plugin .fb-box-add .submit-box {
				background-color: #F2F2F2;
				border-top: 1px solid #E6E6E6;
				height: 26px;
			}
			#content .fb-box-plugin .fb-box-add .submit-box input {
				width: 127px;
				height: 23px;
				display: block;
				border: 0;
				background-image: url(../img/fb-submit.png);
				float: right;
				margin: 2px 2px 0 0;
				cursor: pointer;
			}
			
			
	#content .paging {
		font-size: 14px;
		font-weight: bold;
		color: #0e9324;
		padding: 20px 0;
		text-align: center;
	}
		#content .fb-box-plugin .paging {
			display: table;
			margin: 0 auto;
			float: right;
			padding-bottom: 0;
		}
		#content .home-left .paging {
			margin-left: 40px;
		}
			#content .paging a {
				font-size: 14px;
				font-weight: bold;
				color: #0e9324;
				text-decoration: none;
				float: left;
				display: block;
				padding: 2px 0 0 0;
				margin: 0 2px;
			}
			#content .paging .page {
				width: 23px;
				height: 21px;	
				padding: 2px 0 0 0;
				font-weight: bold;
				float: left;
				display: block;			
				text-align: center;
			}
				#content .paging span.page {	
					background-image: url(../img/paging-bg.jpg);
					background-repeat: no-repeat;
				}
	
	.fb-comments {
		margin: 0 0 0 80px;
	}
	
	#content .about {
		padding: 15px 100px 0 80px;
		background-image: url(../img/about-sep.jpg);
		background-repeat: no-repeat;
		background-position: 95px bottom;
	}
		#content .about .section-title-big {
			padding-left: 20px;
		}
		#content .about .col {
			float: left;
			width: 320px;
			padding-left: 20px;
		}
			#content .about .col.last {
				float: left;

				padding-left: 30px;
			}
		#content .about .pre-text {
			padding: 0 0 20px 20px;
		}

/* Footer
----------------------------------------*/
#footer {
	height: 66px;
	margin: 0 0 20px 0;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
}	
	.sub #footer {
		/*background-image: url(../img/footer-sub.jpg);*/
	}
	#footer .footer-menu {
		float: left;
		padding: 75px 0 0 80px;
	}
		#footer .footer-menu a {
			text-transform: uppercase;
			font-size: 11px;
			color: #666666;
			margin: 0 10px;
		}
	#footer .copy {
		padding: 38px 0 0 120px;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}
		#footer .copy a {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}











