
/*----------------------------------------
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: 12px;
	line-height: 160%;
	height: 100%;
	background-image: url(../img/web-bg-repeat.jpg);
	background-repeat: repeat-x;
}

/*--- Link Styles ---*/
a
{
	color: #0075BF;
	text-decoration: underline;
}

a:hover
{
	color: #0075BF;
	text-decoration: none;
}


/* 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
----------------------------------------*/


.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-wrapper {
	background-image: url(../img/web-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#web-container {
	width: 960px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {
	height: 170px;
}
	#header .logo {
		height: 97px;
		float: left;
	}
	#header .county {
		width: 400px;
		height: 97px;		
		float: left;
	}
		#header .county.type1 {
			padding: 50px 0 0 0;
			height: 47px;
		}
		#header .county.type1type2 {
			padding: 35px 0 0 0;
			height: 57px;
		}
		#header .county .level01 {
			font-size: 28px;
			line-height: 28px;
			font-weight: bold;
			color: #656565;
			text-transform: uppercase;
			padding: 0px 0 0 70px;
		}	
		#header .county .level02 {
			font-size: 18px;
			font-weight: bold;
			color: #656565;
			text-transform: uppercase;
			padding: 4px 0 0 70px;
		}	
	
	#header .right-box {
		height: 120px;
		float: right;
	}
		#header .right-box .login {
			width: 280px; /*290*/
			height: 33px; /*43*/
			padding: 10px 0 0 10px;
			margin: 0 0 35px 0;
			background-image: url(../img/login-bg.png);
			background-repeat: no-repeat;
		}
			#header .right-box .login input.user {
				width: 80px;
				color: #949CA1;
				font-size: 12px;
				border: 1px solid #949CA1;
				padding: 2px 4px 2px 18px;
				background-color: #EFF6FA;
				background-image: url(../img/icon-user.jpg);
				background-repeat: no-repeat;
				background-position: 5px 5px;
				height: 15px;
			}
			#header .right-box .login input.pass {
				width: 80px;
				color: #949CA1;
				font-size: 12px;
				border: 1px solid #949CA1;
				padding: 2px 4px 2px 18px;
				background-color: #EFF6FA;
				background-image: url(../img/icon-pass.jpg);
				background-repeat: no-repeat;
				background-position: 5px 5px;
				height: 15px;
			}
			#header .right-box .login input.hidden {
				display: none;
			}
			#header .right-box .login input.submit { /* ie fix */
				position: absolute;
				margin: -1px 0 0 4px;
			}			
			
		#header .right-box .search {
			width: 280px; /*290*/
			height: 30px; /*42*/
			padding: 12px 0 0 10px;
			background-image: url(../img/search-bg.png);
			background-repeat: no-repeat;
		}
			#header .right-box .search .search-input {
				width: 202px;
				color: #949CA1;
				font-size: 12px;
				border: 1px solid #949CA1;
				padding: 2px 4px 2px 4px;
				background-color: #DFE0E1;
				height: 15px;
			}
			#header .right-box .search input.submit { 
				position: absolute;
				margin: -1px 0 0 4px;
			}	
		
		
	#header .main-menu {
		clear: both;
	}
		#header li {
			float: left;
			background-image: url(../img/menu-sep.jpg);
			background-repeat: no-repeat;
			background-position: right 19px;
		}
			#header li.active {
				background-image: url(../img/menu-active-r.jpg);
				background-repeat: no-repeat;
				background-position: right bottom;
				margin-left: -1px; /* prekryje separator predchozi polozky */
				padding-right: 1px;
			}
				#header li.active a {
					background-image: url(../img/menu-active-l.jpg);
					background-repeat: no-repeat;
					background-position: left bottom;
					color: #000000;
				}
			#header li a {
				display: block;
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
				padding: 15px 12px 13px 12px;
			}
				#header li a:hover {
					text-decoration: underline;
				}
			#header li.last {
				background-image: none;
			}
			#header li.info {
				float: right;
				text-align: right;
				background-image: none;
				margin-right: 6px;
			}
				#header li.info a {
					background-image: url(../img/icon-info.jpg);
					background-repeat: no-repeat;
					background-position: left center;
					padding-left: 35px;
				}
	

	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}
	#content .main {
		width: 660px;
		float: left;
	}
		#content .main .introduction {
			padding: 30px 10px 25px 10px;
		}
			#content .main .introduction h1 {
				line-height: 20px;
				padding: 0 0 10px 0;
			}
				#content .main .introduction h1 a {
					font-size: 14px;
					text-transform: uppercase;
					font-weight: bold;
				}
		#content .main .breadcrumb {
			padding: 10px 10px 15px 10px;
			color: #666666;
			font-size: 11px;
			background-image: url(../img/breadcrumb-bg.png);
			background-repeat: no-repeat;
			background-position: center bottom;
			margin-bottom: 25px;
		}
		
		
		#content .main .box-comments {
			margin: 0 0 30px 0;
		}
			#content .main .box-comments .title {
				background-image: url(../img/box-news-top.png);
				background-repeat: no-repeat;
				height: 26px;
				padding: 10px 0 0 10px;
				color: #0075BF;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
			}			
			
			#content .main .box-comments .text {
				background-image: url(../img/box-news-bg.png);
				background-repeat: repeat-y;
			}
			#content .main .box-comments .bottom {
				background-image: url(../img/box-news-bottom.png);
				background-repeat: no-repeat;
				height: 16px;
			}
				#content .main .box-comments .comments-list {
					padding: 10px 20px 0 10px;
				}
				#content .main .box-comments .add-comment {
					margin: 0 10px;
					color: #BA871A;
					font-weight: bold;
				}
				#content .main .box-comments #commentForm {
					padding: 0 10px 10px 10px;
					margin: 0 0 10px 0;
					background-image: url("../img/breadcrumb-bg.png");
					background-repeat: no-repeat;
					background-position: center bottom;
				}
					#content .main .box-comments #commentForm .comment-add table {
						width: 600px;
					}
						#content .main .box-comments #commentForm .comment-add td {
							width: 50%;
						}
							#content .main .box-comments #commentForm .comment-add table textarea {
								width: 500px;
							}
				#content .main .box-comments .comment-item {
					padding: 4px 0 10px 0;
					border-bottom: 1px dashed #e5e5e5;
				}
					#content .main .box-comments .comment-item .no {
						color: #BA871A;
						font-size: 11px;
						padding-right: 4px;
					}
						#content .main .box-comments .comment-item .no a {
							color: #BA871A;
						}
					#content .main .box-comments .comment-item .date {
						color: #666666;
						font-size: 11px;
						padding-right: 4px;
					}
					#content .main .box-comments .comment-item .user {
						font-weight: bold;
					}
				
		
				
				
		#content .main .box-news {
			
		}
			#content .main .box-news .title {
				background-image: url(../img/box-news-top.png);
				background-repeat: no-repeat;
				height: 26px;
				padding: 10px 0 0 10px;
				color: #0075BF;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
			}			
			
			#content .main .box-news .text {
				background-image: url(../img/box-news-bg.png);
				background-repeat: repeat-y;
			}
				#content .main .headline {
					padding: 0 20px 20px 0px;
					height: 165px;
					overflow: hidden;
				}
					#content .main .box-news .headline {
						height: 150px;
						padding: 0 20px 20px 10px;
						margin: 0 0 10px 0;
					}
					#content .main .headline h2 a {
						color: #0095DA;
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
					}
					#content .main .headline .image-art-wrapper {
						background-image: url(../img/headline-img-bg.png);
						background-repeat: no-repeat;
						width: 220px;
						height: 146px;
						padding: 10px;
						float: left;
						margin-right: 10px;
					}
						#content .main .headline .image-art-wrapper .art-image {
							float: none;
						}
				#content .main .art-image {
					float: left;
					margin: 0 20px 0 0;
				}				
				#content .main .box-news .text .item {
					width: 300px;
					height: 72px;
					padding: 10px 10px 10px 10px;
					line-height: 16px;
					overflow: hidden;
					float: left;
				}
					#content .main .box-news .text .item .art-image {
						margin: 0 6px 10px 0;
					}
					#content .main .box-news .text .item h3 a {
						font-weight: bold;
					}
				#content .main .box-news .text .more {
					text-align: right;
					padding: 0 35px 0 0;
				}
					#content .main .box-news .text .more a {
						font-size: 11px;
					}
			
			#content .main .box-news .bottom {
				background-image: url(../img/box-news-bottom.png);
				background-repeat: no-repeat;
				height: 16px;
			}
			
		#content .main .blog-list {
			padding: 30px 10px;
		}
			#content .main .blog-list h4 {
				color: #0095DA;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				padding: 0 0 20px 0;
			}
			#content .main .blog-list .item {
				line-height: 12px;
				width: 200px;
				height: 60px;
				margin-right: 20px;
				overflow: hidden;
				float: left;
				font-size: 10px;
			}
				#content .main .blog-list .item.last {
					margin-right: 0;
				}
				#content .main .blog-list .item .image {
					width: 70px;
					height: 50px;
					padding: 0 6px 0 0;
					float: left;
					overflow: hidden;
					text-align: center;
				}
				#content .main .blog-list .item h5 {
					padding: 0 0 2px 0;
				}
					#content .main .blog-list .item h5 a {
						font-weight: bold;
						font-size: 12px;
						line-height: 14px;
					}
				
		#content .main .article-detail {
			padding: 0 10px 10px 10px;
		}
			#content .main .article-detail h1 {
				color: #333333;
				text-transform: uppercase;
				font-size: 30px;
				font-weight: bold;
				line-height: 30px;
				margin: 0 0 20px 0;
			}
			#content .main .article-detail h2 {
				color: #333333;
				font-size: 20px;
				font-weight: bold;
				line-height: 24px;
				padding: 20px 0 4px 0;
			}
			#content .main .article-detail .author-image {
				background-image: url(../img/author-bg.png);
				background-repeat: no-repeat;
				width: 114px;
				height: 147px;
				padding: 10px 11px 0 11px;
				float: right;
				overflow: hidden;
				text-align: center;
			}
			
			
		#content .main .article-gallery {
			
		}
			#content .main .article-gallery .item {
				float: left;
				margin: 0 10px 10px 0;
				width: 110px;
				height: 83px;
				overflow: hidden;
			}
	
	#content .main .county-list {
		font-size: 18px;
		line-height: 24px;
		padding: 15px 0 0 0;
	}	
		#content .main .county-list li {
			padding: 4px 0;
		}
	#content .main .no-article {
		padding: 0 10px;
	}	
	
	#content .main .contact-form {
		margin: 30px 0 20px 0;
		padding: 20px 0 0 0;
		background-image: url("../img/breadcrumb-bg.png");
		background-repeat: no-repeat;		
	}		
		#content .main .contact-form label {
			display: block;
			color: #0074BE;
			font-weight: bold;
			padding: 10px 0 0 0;
		}					
		#content .main .contact-form input[type="text"], #content .main .contact-form input[type="password"] {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px; 
			border: 1px solid #999999;
			padding: 2px 4px;
			width: 200px;
		}
			#content .main .contact-form input[type="text"]:focus, #content .main .contact-form input[type="password"]:focus {
				background-color: #EEF5FB;
			}
		#content .main .contact-form textarea {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px; 
			border: 1px solid #999999;
			padding: 2px 4px;
			width: 400px;
			height: 100px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
			#content .main .contact-form textarea:focus {
				background-color: #EEF5FB;
			}
		#content .main .contact-form select {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px; 
			border: 1px solid #999999;
			padding: 2px 4px;
			width: 210px;
		}
		
		#content .main .contact-form input[type="submit"] {
			width: 210px;
			padding: 2px 0;
		}
        #content .main .contact-form .helpText {
            font-size: 90%;
        }
	
	#content .main .search-output {
			
	}
		#content .main .search-output .phrase {
			padding: 6px 10px 4px 10px;
		}
			#content .main .search-output .phrase strong {
				color: #BA871A;
			}
		
		#content .main .search-output .box-news  {
			margin: 0 0 20px 0;
		}	
		#content .main .search-output .box-news.lines .text .item  {
			float: none;
			height: auto;
			padding: 4px 10px;
			width: 600px;
		}
		
	
	
	
		
		
	
	
	
	#content .sidebar {
		width: 290px; /* 300px */
		float: right;
		padding: 30px 0 0 10px;
	}
	
		#content .sidebar .map {
			height: 193px;
			padding: 0 0 15px 0;
		}
		
		
		#content .sidebar .box-region {
			width: 290px;
			height: 100px;
			margin: 10px 0 15px 0;
			background-image: url(../img/box-region.png);
			background-repeat: no-repeat;
		}
			#content .sidebar .box-region form {
				padding: 60px 0 0 12px;
				height: 30px;
			}
				#content .sidebar .box-region select {
					float: left;
					width: 200px;
					margin-right: 10px;
				}
				#content .sidebar .box-region input {
					float: left;
				}
		
		
		#content .sidebar .box-menu {
			background-image: url(../img/box-menu-bg.png);
			background-repeat: repeat-y;
			background-position: center;
			width: 286px;
			margin: 0 auto;
			margin-bottom: 15px;
		}
			#content .sidebar .box-menu .text {
				background-image: url(../img/box-menu-top.png);
				background-repeat: no-repeat;
				background-position: center top;
			}
				#content .sidebar .box-menu .text ul {
					padding: 10px 0;
				}
					#content .sidebar .box-menu .text ul li {
						padding: 15px 25px;
						background-image: url(../img/box-menu-sep.png);
						background-repeat: no-repeat;
						background-position: center bottom;
					}
						#content .sidebar .box-menu .text ul li a {
							color: #ffffff;
						}
						#content .sidebar .box-menu .text ul li.last {
							background-image: none;
						}
			#content .sidebar .box-menu .bottom {
				background-image: url(../img/box-menu-bottom.png);
				background-repeat: no-repeat;
				background-position: center top;
				height: 7px;
				line-height: 1px;
				overflow: hidden;
			}
			
		#content .sidebar .box-member {
			margin-bottom: 15px;
		}
		
		#content .sidebar .box-findus {
			height: 60px;
			padding: 50px 0 0 10px;
			background-image: url(../img/box-findus.png);
			background-repeat: no-repeat;
			margin-bottom: 15px;
		}
		
		#content .sidebar .box-archive {
			margin-bottom: 15px;
			padding: 0 5px 0 0;
			font-size: 10px; 
			line-height: 12px;
			text-align: justify;
		}
			#content .sidebar .box-archive .logo-archive {
				float: left; 
				margin-right: 10px;
			}
			
		#content .sidebar .box-oldweb {
			background-image: url(../img/banner-oldweb.jpg);
			background-repeat: no-repeat;
			margin-bottom: 15px;
			padding: 14px 5px 0 150px;
			font-size: 11px; 
			line-height: 13px;
			height: 53px;
		}
			
.addthis_default_style {
	padding: 10px 0 30px 0;
	margin-right: 15px;
	margin-left: 10px;
	border-top: 1px solid #f0f0f0;
}

#content #program-list {
	float: right; 
	width: 175px;
	margin: 0 0 10px 40px;
	padding: 10px 15px;
	border: 1px solid #0075BF;
	background-color: #E6EFF0;
}

/* Footer
----------------------------------------*/
#footer {
	height: 148px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer .inner {
	width: 960px;	
	margin: 0px auto;
	padding: 30px 0 0 0;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}
	#footer .inner .copy {
		float: left;
	}
		#footer .inner .copy span {
			padding-left: 10px;
		}
	#footer .inner .menu-alt {
		float: right;
		text-align: right;
		padding: 44px 0 0 0;
	}
	#footer .inner a {
		color: #ffffff;
		padding: 0 2px;
	}



/* FCK
----------------------------------------*/

H3.Edit_Nadpis1 {
	font-weight: bold;
	color: #0075BF;
	margin: 0;
	padding: 10px 0 2px 0;
	font-size: 18px;	
}


H3.Edit_Nadpis2 {
	font-weight: bold;
	color: #575759;
	margin: 0;
	padding: 10px 0 2px 0;
	font-size: 16px;
}

.paginator {
	padding-left:30px; 
	font-weight: bold;
}

.paginator A {
	font-weight: bold;
}
