
/*----------------------------------------
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: #231F20;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #1C3F94;
	text-decoration: underline;
}

a:hover
{
	color: #1C3F94;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

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: 960px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {
	padding: 15px 0 0 0;
}
	#header #menu { /* fix ie6 */
		width: 920px; /* 960 */
		height: 57px;
		padding: 0 20px;
		color: #555555;
		text-align: left;
		background-image: url(../img/menu-bg.png);
	}
		#header #menu a {
			color: #333333;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 14px;
			float: left;
			display: block;
			height: 35px; /* 57 */
			padding: 22px 0 0 0;
			padding-left: 15px;
			padding-right: 15px;
		}
		#header #menu a:hover {
			color: #1C3F94;
			text-decoration: underline;
		}
		#header #menu a.active {
			color: #1C3F94;
			background-image: url(../img/link-bg.png);
			background-repeat: repeat-x;
		}
	
	#header .header-box {
		height: 70px;
	}
	#header .header-box .logo {
		float: left;
		width: 250px;
	}
	#header .header-box .info-box {
		float: right;
		width: 400px;
		padding: 0 10px 0 0;
		text-align: right;
	}
		#header .header-box .info-box a {
			line-height: 14px;
			font-size: 11px;
			color: #949CA1;	
			text-decoration: none;
		}
			#header .header-box .info-box a:hover {
				text-decoration: underline;
			}
			#header .header-box .info-box a.home {
				background-image: url(../img/icon-home.jpg);
				background-repeat: no-repeat;
				background-position: 0 1px;
				padding: 0 6px 0 15px;
			}
			#header .header-box .info-box a.contact {
				background-image: url(../img/icon-contact.jpg);
				background-repeat: no-repeat;
				background-position: 0 1px;
				padding: 0 6px 0 15px;
			}
			#header .header-box .info-box a.sitemap {
				background-image: url(../img/icon-sitemap.jpg);
				background-repeat: no-repeat;
				background-position: 0 1px;
				padding: 0 6px 0 15px;
			}
			#header .header-box .info-box .lang {
				padding: 0 0 0 20px;
			}
				#header .header-box .info-box .lang a {
					padding: 0 0 0 4px;
					color: #1C3F94;
				}
					#header .header-box .info-box .lang a.active {
						color: #E31B23;
						text-decoration: underline;
					}
					
	#header .search {
		padding: 20px 0 0 0;
		float: right;
	}		
		#header .input {
			background-color: #F4F5F5;
			border: 1px solid #C9CDD0;
			color: #949CA1;
			font-size: 12px;
			padding: 3px 3px 3px 20px;
			width: 210px;
			background-image: url(../img/icon-input-search.jpg);
			background-repeat: no-repeat;
			background-position: 2px 4px;
			margin: 0 6px 0 0;
		}	
		#header .submit {
			background-image: url(../img/submit-bg01.jpg);
			background-repeat: no-repeat;
			width: 50px;
			height: 22px;
			color: #231F20;
			font-size: 11px;
			text-align: center;
			border-width: 0px;
		}				
					


		
/* Content
----------------------------------------*/
#content {
	padding: 10px 0 10px 0;
}
	#content .breadcrumb {
		padding: 10px 0 10px 10px;
		color: #C9CDD0;
	}
		#content .breadcrumb a {
			color: #A9ADB0;
		}
	

	#content h6 {
		color: #231F20;
		font-size: 24px;
		line-height: 26px;
		border-bottom: 1px solid #E4E6E7;
		padding: 0 0 0 0;
		margin: 0 0 15px 0;
	}
	#content h6 span {
		font-size: 12px;
	}
	#content h6 span a {
		color: #E31B23;
	}
	
	#content .content-header {

	}
		#content .content-header .info {
			width: 650px;
			float: left;
		}
			#content .content-header .info h2 {
				color: #E31B23;
				font-size: 22px;
				line-height: 40px;
				padding: 0 10px;
			}
			#content .content-header .info h3.section-perex {
				border: 1px solid #E4E6E7;
				border-width: 1px 0;
				margin: 0;
				padding: 0;
				margin: 0 0 10px 0;
			}
				#content .content-header .info .inner {
					border: 1px solid #ffffff;
					border-width: 1px 0;
					font-size: 14px;
					font-family: Arial, Helvetica, sans-serif;
					background-color: #F4F5F5;
					padding: 4px 10px;				
					line-height: 26px;
					display: block;
				}

	#content .main {

	}
	#content .main.home {
		float: left;
		width: 650px;
	}
	#content .main.search, #content .main.news, #content .main.static {
		float: left;
		width: 640px;
		padding: 10px 0 0 10px;
	}
		#content .main .welcome, #content .main .welcome-home {
			font-size: 14px;
			line-height: 20px;
			text-align: justify;
		}
		#content .main .welcome-home h1 {
			color: #E31B23;
			font-size: 24px;
			line-height: 28px;
			padding: 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #E4E6E7;
		}
		/*
		#content .main .welcome h1 {
			color: #E31B23;
			font-size: 22px;
			line-height: 40px;
			padding: 0 10px;
		}
		#content .main h3.section-perex {
			border: 1px solid #E4E6E7;
			border-width: 1px 0;
			margin: 0;
			padding: 0;
			margin: 0 0 10px 0;
		}
			#content .main h3.section-perex .inner {
				border: 1px solid #ffffff;
				border-width: 1px 0;
				font-size: 14px;
				font-family: Arial, Helvetica, sans-serif;
				background-color: #F4F5F5;
				padding: 4px 10px;				
				line-height: 26px;
			}
		*/
		
		#content .home-news {
			padding: 20px 0 0 0;
		}			
			#content .home-news .item {
				margin: 0 10px 0 0;
				padding: 10px 10px 10px 10px;
				width: 190px;
				float: left;
				text-align: justify;
			}
			#content .home-news h6 > a { /* primy potomek */
				color: #231F20;
				text-decoration: none;
			}	
				#content .home-news .item.last {
					margin: 0;
				}
				#content .home-news .item.first {
					padding: 0 10px 10px 10px;
					width: 190px;
					background-color: #E4E5E5;
				}
				#content .home-news .item h2 {
					color: #1C3F94;
					font-size: 14px;
					padding: 4px 0 0 0;
				}
					#content .home-news .item h2 a {
						text-decoration: none;
					}
				#content .home-news .item em {
					padding: 2px 0 6px 0;
					display: block;
				}
		
		#content .section-items {
			padding: 20px 0 0 0;
		}			
			#content .section-items .item {
				width: 560px;
				margin: 0 10px 0 0;
				padding: 0 0 10px 0;
				float: left;
			}
			#content .section-items#news-list .item {
				width: 650px;
			}
			#content .section-items .item.last {
				margin: 0;
				width: 210px;
			}	
			#content .section-items .item h6 > a { /* primy potomek */
				color: #231F20;
				text-decoration: none;
			}
			#content .section-items .item h2 {
				color: #1C3F94;
				font-size: 14px;
				padding: 4px 0 0 0;
			}
			#content .section-items .item.last h2 {
				padding: 8px 0 4px 0; /* ie fix */
				border-bottom: 1px solid #E4E6E7;
				margin: 0 0 15px 0;
			}	
			#content .section-items#news-list .item h2 {
				padding: 15px 0 4px 0;
				font-size: 18px;
			}
				#content .section-items h2 a {
					text-decoration: none;
				}
			#content .section-items .item.last a {
				font-size: 11px;
			}	
			#content .section-items .item.articles h2 {
				width: 650px;
				padding: 8px 0 4px 0;
				border-bottom: 1px solid #E4E6E7;
				margin: 0 0 15px 0;
			}	
			
	#content #article-detail {
		
	}
		#content #article-detail h1, #content #article-list h1 {
			line-height: 26px;
		}
	#content #article-list {
		
	}
		#content .article-menu {
			width: 180px;
			float: left;
		}
			#content .article-menu ul {

			}
				#content .article-menu ul li {

				}
					#content .article-menu ul li.active {
						background-image: url(../img/menu-arrow.jpg);
						background-repeat: no-repeat;
						background-position: 160px -2px;
					}
					#content .article-menu ul li h3.inner {
						width: 140px; /* 160px */
						margin: 0;
						padding: 10px;
						background-color: #E4E5E5;
						border-bottom: 1px solid #F8FAFB;
					}
						#content .article-menu ul li.active h3 {
							background-color: #1C3F94;
							border-bottom: 1px solid #D8DADB;
						}
							#content .article-menu ul li.active h3 a {
								color: #ffffff;
							}
						#content .article-menu ul li h3 a {
							font-size: 14px;
							color: #1C3F94;
							text-decoration: none;
						}
						#content .article-menu ul li h3 a:hover {
							text-decoration: underline
						}
						
						#content .article-menu .inner .sub {
							padding: 4px 0 0 0;
							display: block;
						}
							#content .article-menu .inner .sub a {
								display: block;
								font-size: 12px;
								font-family: Arial, Helvetica, sans-serif;
								text-decoration: underline;
								font-weight: normal;
							}
								#content .article-menu .inner .sub a:hover {
									text-decoration: none;
								}
	
		
		
		#content #article-detail .article-content {
			width: 780px;
			float: left;
		}
			#content #article-detail .article-content ul {
				list-style-type: disc;
			}
				#content #article-detail .article-content ul li {
					margin: 0 0 0 16px;
				}
		#content #article-list .article-content {
			width: 470px;
			float: left;
		}
			#content .article-content .options {
				width: 150px;
				float: right;
			}
				#content .article-content .options .print {					
					float: right;
					display: block;
					background-image: url(../img/icon-print.jpg);
					background-repeat: no-repeat;
					background-position: center top;
					font-size: 9px;
					text-align: center;
					color: #231F20;
					text-decoration: none;
					width: 60px;
					line-height: 12px;
					padding: 35px 0 0 0;
					color: #918F8F;
				}
				#content .article-content .options .pdf {					
					float: right;
					display: block;
					background-image: url(../img/icon-pdf.jpg);
					background-repeat: no-repeat;
					background-position: center top;
					font-size: 9px;
					text-align: center;
					color: #231F20;
					text-decoration: none;
					width: 60px;
					line-height: 12px;
					padding: 35px 0 0 0;
					color: #918F8F;
				}
					#content .article-content .options a:hover {					
						text-decoration: underline;
					}
			#content .article-content .donwload-info {
				font-weight: bold;
				padding: 20px 0 0 0;
			}
				
			#content .article-content .list {

			}
				#content .article-content .list a {
					font-size: 14px;
					display: block;
					margin-bottom: 4px;
				}
	
		
	
	#content .sidebar {
		width: 280px;
		 float: right;
	}
		#content .sidebar .login-box {
			padding: 10px 0 24px 0;
			border-bottom: 1px solid #E4E6E7;
			margin: 0 0 20px 0;
		}
			#content .sidebar .login-box h5 {
				font-weight: bold;
			}
			#content .sidebar .login-box h6 {
				padding: 0 0 0 0; /* ie fix */
			}
		#content .sidebar .partners {
			text-align: center;
		}
			#content .sidebar .partners img {
				padding: 10px 0;
			}
			#content .sidebar .partners .more-info {
				text-align: right;
			}
				#content .sidebar .partners .more-info a {
					font-size: 11px;
				}
	
		#content .sidebar .login-box .input {
			background-color: #F4F5F5;
			border: 1px solid #C9CDD0;
			color: #949CA1;
			font-size: 12px;
			padding: 3px 3px 3px 20px;
			width: 80px;
			background-image: url(../img/icon-input-user.jpg);
			background-repeat: no-repeat;
			background-position: 2px 4px;
			margin: 0 6px 0 0;
		}
		#content .sidebar .login-box .input.pass {
			background-image: url(../img/icon-input-pass.jpg);
		}	
		#content .sidebar .login-box .submit {
			background-image: url(../img/submit-bg01.jpg);
			background-repeat: no-repeat;
			width: 50px;
			height: 22px;
			color: #231F20;
			font-size: 11px;
			text-align: center;
			border-width: 0px;
		}	
		
		#content .sidebar .events {
			text-align: center;
			padding: 0 0 10px 0;
		}
			#content .sidebar .events img {
				padding: 0 0 10px 0;
			}
			#content .sidebar .events .text-event {
				padding: 10px 0 4px 0;
			}
				#content .sidebar .events h3 {
					font-size: 18px;
					line-height: 22px;
				}


	.fast-navi {
		float: right; 
		background-color: #F4F5F5; 
		padding: 4px 4px 10px 4px; 
		border: 1px solid #C9CDD0; 
		margin: 0 0 10px 10px;
	}
		.fast-navi select {
			width: 200px; 
			margin: 4px 0 0 0;
		}
	
	.article-footer {
		background-color: #F4F5F5; 
		padding: 10px; 
		margin: 20px 0 0 0;
		font-size: 11px;
	}
		#content .section-items#news-list .article-footer {
			margin: 10px 0 0 0;
		}
		.article-footer .quote {
			background-image: url(../img/icon-quote.jpg);
			background-repeat: no-repeat;
			background-position: 0 4px;
			padding: 0 0 0 40px;
			min-height: 30px; /* ie6 fix */
		}
		.article-footer .publish {
			background-image: url(../img/icon-calendar.jpg);
			background-repeat: no-repeat;
			background-position: 0 4px;
			padding: 0 0 0 40px;
			margin: 10px 0 0 0;
			min-height: 30px; /* ie6 fix */
		}
	
	.gallery-photos {
		width: 650px;
		margin: 20px 0 0 0;
	}
		.gallery-photos td {
			text-align: center;
			width: 33%;
			padding: 0 0 10px 0;
		}

	.MessageList {
	
	}
		.MessageList .Item {
			padding: 20px 0 0 0;
		}
			.MessageList .Item .Author {
				height: 19px;
				padding: 0 0 10px 30px;
				background-image: url(../img/msg-top.jpg);
				background-repeat: no-repeat;
				background-position: left bottom;
				font-weight: bold;
			}
				.MessageList .Item .Author span {
					color: #BBBBBB;
					font-weight: normal;
					padding: 0 10px 0 0;
				}
			.MessageList .Item .Message {
				background-image: url(../img/msg-bg.jpg);
				background-repeat: repeat-y;
				padding: 4px 10px;
			}
			.MessageList .Item .Footer {
				height: 7px;
				line-height: 7px;
				background-image: url(../img/msg-bottom.jpg);
				background-repeat: no-repeat;
			}
			.MessageList .More {
				padding: 0 0 20px 0;
			}
			.MessageList label {
				display: block;
			}
			.MessageList input.text {
				color: #999999;
				background-color: #fafafa;
			}
			.MessageList .inputSubmit {
				margin: 0 0 20px 0;
				background-color: #E31B23;
				border-width: 0px;
				color: #ffffff;
				padding: 2px 4px;
			}
			
	.entry {
	}
		.entry td {
			padding: 2px 0;
		}
		.entry .left {
			width: 150px;
		}




/* Footer
----------------------------------------*/
#footer {
	border-top: 2px solid #E31B23;
	padding: 20px 0 40px 0;
	color: #949CA1;
	font-size: 11px;
}
	#footer .copy {
		float: left;
	}
	#footer .menu {
		float: right;
		text-align: right;
	}
	#footer .q2 {
		text-align: right;
	}
	#footer .fb {
		background-image: url(../img/icon-fb.jpg);
		background-repeat: no-repeat;
		background-position: 0 1px;
		padding: 0 0 0 18px;
	}








