
/*----------------------------------------
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 {

}
body
{
	font-family: "Trebuchet MS", Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	background-image: url(../img/web-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.popup
{
	background-image: none;
	background-color: #ffffff;
}

/*--- Link Styles ---*/
a
{
	color: #396AB3;
	text-decoration: underline;
}

a:hover
{
	color: #396AB3;
	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;
}

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;
}
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;
}


#wrapper { /* ie6 fix */
	background-image: url(../img/web-top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}
a #FB-pagePeel {	
	position: absolute;
	top: 0; right: 0;
	background-image: url(../img/FB-pagePeel.png);		
	width: 50px;
	height: 50px;
	cursor: pointer;
}
	a:hover #FB-pagePeel{
		background-position: -50px 0;
	}

#web-container {
	width: 960px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {

}
	#header .logo {
		width: 526px;
		height: 40px;
		padding: 25px 0 35px 0;
		float: left;
	}
	#header .search {
		width: 225px;
		padding: 15px 0 0 0;
		float: right;
		font-size: 11px;
		text-align: right;
	}
		#header .search span {
			padding: 0 10px 0 50px;
		}
		#header .search a {
			color: #7C7D80;
			text-decoration: none;
		}
			#header .search a:hover {
				text-decoration: underline;
			}
		#header .search form {
			height: 20px;
			margin: 10px 0 0 0;
			background-image: url(../img/search-bg.jpg);
			background-repeat: no-repeat;
		}
			#header .search form input {
				height: 17px;
				width: 150px;
				font-size: 11px;
				padding: 3px 8px 0 8px;
				background-color: transparent;
				border-width: 0;
			}
			#header .search form a {
				color: #ffffff;
				float: right;
				padding: 0 18px 0 0;
				font-size: 12px;
				position: relative;
				top: -1px;
			}
	
	

	#header .menu {
		clear: both;
		height: 50px;
		background-image: url(../img/menu-bg.png); /* ie6fix*/
		background-repeat: no-repeat;
		overflow: hidden; /* zabrani roztahovani v IE6 	*/
		padding: 0 10px;
	}
		#header .menu a {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			padding: 15px 20px 14px 21px;
			display: block;	
		}
			#lang-en #header .menu a {
				padding: 15px 20px 14px 20px;
			}
			#lang-de #header .menu a {
				padding: 15px 18px 14px 18px;
			}
			#header .menu a:hover, #header .menu a.submenu { /* ie6 fix*/
				text-decoration: none;
				background-image: url(../img/menu-bg-on.png);
				background-repeat: repeat-x;
			}
			#header .menu a.active {
				background-image: url(../img/menu-bg-active.png) !important; /* ie6 fix*/
				background-repeat: repeat-x;
				background-position: center;
			}
		#header .menu li {
			float: left;			
			background-image: url(../img/menu-sep.png); /* ie6fix*/
			background-repeat: no-repeat;	
			background-position: right top;
			/* height: 50px; */
			overflow: hidden;
		}
			#header .menu li.last {
				background-image: none;
			}
			#header .menu li ul {
				position: absolute;
				visibility: hidden;
				background-image: url(../img/menu-bg01.png);
				background-repeat: no-repeat;
				width: 162px;
				margin: 0 0 0 -10px; /* posun doleva mimo box */
				z-index: 999;
			}
			#header .menu li ul.services {
				width: 369px;
				height: 305px;
				background-image: url(../img/menu-bg04.png);
				background-repeat: no-repeat;
			}
			#header .menu li.last ul {
				margin: 0 0 0 -50px; /* posun doleva mimo box u posledniho prvku */
			}
				#header .menu li ul li {
					float: none;
					/*display: inline;*/					
					background-image: url(../img/menu-bg02.png);
					background-repeat: repeat-y;
					background-position: center;
					overflow: visible;
				}
				#header .menu li ul.services li {
					width: 184px;
					float: left;
					background-image: none;
				}
					#header .menu li ul.services li.bottom {
						display: none;
					}
				#header .menu li ul li a { /* ie6fix*/
					padding: 4px 20px;					
					font-size: 11px;
					line-height: 19px;
					text-transform: none;
					background-image: url(../img/menu-bg-sep.png);
					background-repeat: no-repeat;	
					font-weight: normal;
				}
					#lang-en #header .menu li ul li a { 
						padding: 4px 20px;					
					}
					#lang-de #header .menu li ul li a { 
						padding: 4px 20px;		
					}
					#header .menu li ul li a:hover {
						text-decoration: none;
						color: #9D9FA2;
						background-image: url(../img/menu-bg-sep.png);
					}
					#header .menu li ul li.bottom {
						background-image: url(../img/menu-bg03.png);
						background-repeat: no-repeat;
						padding: 0;
						height: 15px;
						line-height: 1px;
					}
		
	
	
	
		
/* Content
----------------------------------------*/
#content {
	
}
	#content .home-flash {
		padding: 30px 0 30px 0;
	}
	
	#content .home-boxes {
		
	}
		#content .home-boxes .services {
			width: 715px;
			float: left;
		}
		#content .home-boxes .sidebar {
			width: 225px;
			float: right;
			line-height: 130%;
		}
			#content .home-boxes .sidebar .item {

			}
				#content .home-boxes .sidebar .item .text-box {
					height: 196px;
					background-image: url(../img/reklionas-bg.png);
					overflow: hidden;
				}
					#content .home-boxes .sidebar .item .text-box .fit-text {
						padding: 20px 30px 0 30px;
						height: 100px;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 13px;
						color: #000000;
						font-style: italic;
						line-height: 20px;
					}
					#content .home-boxes .sidebar .item .text-box .person {
						font-size: 12px;
						padding: 20px 0 0 30px;
					}
					#content .home-boxes .sidebar .item .text-box .company {
						font-size: 12px;
						padding: 0 0 0 30px;
					}
				#content .home-boxes .sidebar .item .switch-box {
					height: 29px;
				}
					#content .home-boxes .sidebar .item .switch-box .next {
						float: left;
						margin-left: 30px;
						height: 29px;
						width: 55px;
						display: block;
						background-image: url(../img/reklionas-next.png);
					}
					#content .home-boxes .sidebar .item .switch-box .more {
						height: 24px;
						padding: 5px 0 0 25px;
						font-size: 14px;
						color: #183f79;
						float: left;
					}
						#content .home-boxes .sidebar .item .switch-box .more a {
							font-size: 12px;
						}
			
			
			
			
	
	#content .sub-header {
		width: 960px;
		height: 235px;
		font-size: 14px;
		color: #333333;
	}
		#content #carrier { /* ie6 fix*/
			background-image: url(../img/header-career.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
			#content #carrier .text {
				padding: 130px 0 0 25px;
			}		
		
	#content .sub-content {
		
	}
		#content .sub-content .sub-top {			
			height: 10px;
			line-height: 1px;
		}		
		#content .sub-content .sub-main {
			background-image: url(../img/sub-content-bg.png);
			background-repeat: repeat-y;
		}
			#content .sub-content .sub-menu {
				width: 235px;
				float: left;
			}
				#content .sub-content .sub-menu li {
					background-image: url(../img/sub-menu-sep.png);
					background-repeat: no-repeat;
					padding: 12px 0;
				}
					#content .sub-content .sub-menu .menu-services  li {
						padding: 6px 0;
					}
					#content .sub-content .sub-menu li.first {
						background-image: none;
						padding: 0 0 12px 0;
					}
						#content .sub-content .sub-menu .menu-services li.first {
							padding: 0 0 6px 0;
						}
				#content .sub-content .sub-menu a {
					font-size: 18px;
					display: block;
					padding: 5px 15px 5px 25px;
					color: #396AB3;
					text-decoration: none;
				}
					#content .sub-content .sub-menu a:hover {
						color: #000;
					}
					#content .sub-content .sub-menu a.active {
						color: #000;
					}
					#content .sub-content .sub-menu .menu-services li a {
						font-size: 14px;
					}
					
		#content .sub-content .sub-text {
			width: 625px; /* 725 */
			float: right;
			padding: 40px 60px 40px 40px;
			font-size: 13px;
			line-height: 18px;			
		}
			#content .sub-content .sub-text h1 {
				color: #396AB3;
				font-size: 28px;
				line-height: 32px;
				margin: 0;
			}
			#content .sub-content .sub-perex {
				font-size: 16px; 
				font-style: italic; 
				padding: 0 0 15px 0;
				width: 420px;
			}
			
			#content .sub-content .sub-text h3 {
				color: #396AB3;
				font-size: 18px;
				margin: 0;
				padding: 20px 0 6px 0;	
				font-weight: normal;		
			}
			
			#content .sub-content .sub-text h3.kurz {
				padding: 0 0 4px 0;		
				line-height: 20px;
			}
				#content .sub-content .sub-text h3.kurz a {
					text-decoration: none;	
				}
			#content .sub-content .sub-text span.kurz {
				color: #00B050;
				font-size: 18px;
			}
			#content .sub-content .sub-text table.kurz td {
				padding: 8px 15px;
				border-top: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
			}
				#content .sub-content .sub-text table.kurz td.nazev {
					padding-right: 15px;
					font-size: 12px;
					line-height: 16px;
				}
				#content .sub-content .sub-text table.kurz td.datum {
					width: 80px;
					background-color: #e6ebf3 !important;
					font-size: 12px;
					text-align: right;
				}
					#content .sub-content .sub-text table.kurz td.datum .next-dates {
						font-size: 11px;
						line-height: 14px;
					}
				#content .sub-content .sub-text table.kurz td.odkaz-vice {
					width: 115px;
					/*vertical-align: middle;*/
				}
				
				#content .sub-content .sub-text table.kurz td.type {
					width: 35px;
					padding: 5px 0;
					
				}
					#content .sub-content .sub-text table.kurz td.type span, 
					#content .sub-content .sub-text .legend,
					#content .sub-content .sub-text span.type {
						display: block;
						width: 16px;
						height: 16px;
						margin: 2px 8px 0 0;
						cursor: pointer;
						float: left;
						
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						-khtml-border-radius: 5px;
						border-radius: 5px;
					}
						#content .sub-content .sub-text span.type{
							cursor: default;
							width: 20px;
							height: 20px;
							margin-top: 8px;
						}

				#content .sub-content .sub-text .cat-type span.type {
					position: absolute;
					width: 191px;
					height: 40px;
					padding: 9px 0 0 40px;
					margin: 0 0 0 441px;
					color: #ffffff;
					font-size: 10px;
					line-height: 12px;
					font-weight: bold;
					text-transform: uppercase;
					text-shadow: 0 -1px 0 #454545;
				}
				#content .sub-content .sub-text .cat-type span.bigger-text {
					font-size: 14px;
					line-height: 25px;
				}
				#content .sub-content .sub-text table.kurz .even td {
					background-color: #fafafa;					
				}
				#content .sub-content .sub-text .cat-type h1 {
					
				}
				#content .sub-content .sub-text .cat-type h1.course-detail {
					width: 420px;
				}
				#content .sub-content .sub-text table.kurz td.type img {
					position: relative;
					left: 6px;
					top: 2px;
				}
					
					
					
					
			
			#content .sub-content .sub-text .sep {
				margin: 0 0 10px 0;	
			}
			#content .sub-content .sub-text ul {
				margin: 0 0 10px 0;
			}
				#content .sub-content .sub-text ul li {
					background-image: url(../img/list-icon02.png);
					background-repeat: no-repeat;
					background-position: 4px 0;
					padding: 0 0 0 30px;
				}
			#content .sub-content .sub-text ol {
				margin: 0 0 10px 0;
				font-style: italic;
			}
				#content .sub-content .sub-text ol li {
					background-image: url(../img/list-icon01.jpg);
					background-repeat: no-repeat;
					background-position: 0 4px;
					padding: 0 0 0 30px;
				}
				
		#content .sub-content .sub-text .course-info {
			width: 625px;
			line-height: 25px;		
		}
			#content .sub-content .sub-text .course-info td {
				width: 110px
			}
			#content .sub-content .sub-text .course-info th {
				font-weight: bold;
				line-height: 24px;
			}
				#content .sub-content .sub-text .course-info td.buttons {
					width: 185px;
					text-align: right;
				}
					#content .sub-content .sub-text .course-info td.buttons img {
						margin: 0 0 4px 0;
					}
					#content .sub-content .sub-text .course-info td.buttons img.first {
						margin: 0 0 10px 0;
					}
				#content .sub-content .sub-text .course-info .price {
					font-size: 18px;
					color: #E7871C;
				}
				#content .sub-content .sub-text .course-info .smaller {
					font-size: 12px;
					color: #000; 
				}
			#content .sub-content .sub-text .sale {
				color: #E7871C;
				padding: 0 0 0 4px;
			}
			#content .sub-content .sub-text .more {
				padding: 4px 0 0 0;
			}
		#content .sub-content .sub-text h2.cat {
			width: 661px;
			height: 40px;
			padding: 9px 0 0 20px;
			margin: 20px 0 10px 0;
			color: #ffffff;
			font-size: 20px;
			font-weight: bold;
			text-shadow: 0 -1px 0 #212121;
			position: relative;
			left: -51px;
			
		}
			#content .sub-content .sub-text .cat.green {
				background-image: url(../img/cat-green.png);
			}
			#content .sub-content .sub-text .cat.red {
				background-image: url(../img/cat-red.png);
			}
			#content .sub-content .sub-text .cat.purple {
				background-image: url(../img/cat-purple.png);
			}
			#content .sub-content .sub-text .cat.yellow {
				background-image: url(../img/cat-yellow.png);
			}
		#content .sub-content .sub-text .filtr {
			padding: 0 0 0 0;
			background-color: #f2f2f2;
			border: 1px solid #e2e2e2;
			height: 30px;
			font-size: 11px;
			font-weight: bold;
			margin: 0 0 20px 0;
		}
			#content .sub-content .sub-text .filtr span {
				display: block;
				float: left;
				padding: 5px 75px 0 20px;
				font-weight: normal;
			}
			#content .sub-content .sub-text .filtr a {
				display: block;
				float: left;
				padding: 5px 20px 0 20px;
				height: 25px;
				text-transform: uppercase;
				text-decoration: none;
			}
				#content .sub-content .sub-text .filtr a.active,
				#content .sub-content .sub-text .filtr a:hover {
					background-color: #e2e2e2;
					font-weight: bold;					
					color: #000000;
				}
				
				#content .sub-content .sub-text .filtr a#f01 {
					background-image: url(../img/icon-filter-name.png);
					background-repeat: no-repeat;
					background-position: 63px 11px;
					width: 50px;
				}
				#content .sub-content .sub-text .filtr a#f02 {
					background-image: url(../img/icon-filter-category.png);
					background-repeat: no-repeat;
					background-position: 90px center;
					width: 68px;
				}
				#content .sub-content .sub-text .filtr a#f03 {
					background-image: url(../img/icon-filter-date.png);
					background-repeat: no-repeat;
					background-position: 85px center;
					width: 71px; 
				}
	
		
		#content .sub-content .sub-bottom {
			background-image: url(../img/sub-content-bottom.png);
			height: 38px;
			line-height: 1px;
		}
		
	#content .catalog-tools {		
		width: 360px;
		height: 40px;
		float: right;
		
		background-color: #6583b0;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px; 
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fadda', endColorstr='#42608d'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#8fadda), to(#42608d)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #8fadda,  #42608d); /* for firefox 3.6+ */
		
		border: 1px solid #43618d;
		
		text-shadow: 0 -1px 1px #212121;
		
		-moz-box-shadow:    inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	-webkit-box-shadow: inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	box-shadow:         inset 0 0 1px #ffffff, 0 0 3px 0px #666;

	}
		#content .catalog-tools a {
			color: #ffffff;
			font-size: 11px;
			text-align: left;
			float: left;
			display: block;
			text-decoration: none;
			line-height: 14px;			
			padding: 0 0 0 0;
			cursor: pointer;		
			
		}
			#content .catalog-tools a:hover {
				text-decoration: underline;
			}
			#content .catalog-tools a.link01 {
				width: 120px;
				height: 40px;
				background-image: url(../img/icon-online.png);
				background-repeat: no-repeat;
				background-position: 10px center;
			}
				#content .catalog-tools a.link01 span {
					background-image: url(../img/ct-bg.png);
					background-repeat: no-repeat;
					background-position: right center;
					display: block;
					width: 80px;
					height: 35px;
					padding: 5px 0 0 40px;
				}
			#content .catalog-tools a.link02 {
				width: 105px;
				height: 40px;
				background-image: url(../img/icon-pdf.png);
				background-repeat: no-repeat;
				background-position: 13px center;
			}
				#content .catalog-tools a.link02 span {
					background-image: url(../img/ct-bg.png);
					background-repeat: no-repeat;
					background-position: right center;
					display: block;
					width: 70px;
					height: 35px;
					padding: 5px 0 0 35px;
				}
			#content .catalog-tools a.link03 {
				width: 135px;
				height: 40px;
				background-image: url(../img/icon-mail.png);
				background-repeat: no-repeat;
				background-position: 10px center;
			}
				#content .catalog-tools a.link03 span {
					background-image: url(../img/ct-bg.png);
					background-repeat: no-repeat;
					background-position: right center;
					display: block;
					width: 95px;
					height: 35px;
					padding: 5px 0 0 40px;
				}
			#content .catalog-tools a strong {
				font-size: 14px;
			}

	#content .catalog-tools-title {
		font-size: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #396AB3;
		padding: 15px 0 0 0;
	}

	.common-button {		
		width: 160px;
		height: 25px;
		display: block;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		text-align: center;		
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px; 
	}
	.common-button span {		
		width: 100%;
		height: 23px;
		padding: 2px 0 0 0;
		display: block;
		text-align: center;
	}
		
	.common-button.narrow {
		width: 110px;
	}	
	.common-button.yellow {
		background-color: #b97e20;
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ab4e', endColorstr='#995e01'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#e6ab4e), to(#995e01)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #e6ab4e,  #995e01); /* for firefox 3.6+ */
		
		border: 1px solid #9c6204;
		
		text-shadow: 0 -1px 0 #212121;
		
		-moz-box-shadow:    inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	-webkit-box-shadow: inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	box-shadow:         inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	
	}
		.common-button.yellow:hover {		
			color: #ffffff;	
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#995e01', endColorstr='#e6ab4e'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#995e01), to(#e6ab4e)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #995e01,  #e6ab4e); /* for firefox 3.6+ */
		}
	.common-button.blue {
		width: 180px;
		margin: 0 0 5px 0;
		
		background-color: #2e7d9d;
		
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3c4', endColorstr='#075677'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#54a3c4), to(#075677)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #54a3c4,  #075677); /* for firefox 3.6+ */
		
		border: 1px solid #075677;
		
		text-shadow: 0 -1px 1px #212121;
		
		-moz-box-shadow:    inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	-webkit-box-shadow: inset 0 0 1px #ffffff, 0 0 3px 0px #666;
	   	box-shadow:         inset 0 0 1px #ffffff, 0 0 3px 0px #666;	
	}
		.common-button.blue:hover {		
			color: #ffffff;	
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#075677', endColorstr='#54a3c4'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#075677), to(#54a3c4)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #075677,  #54a3c4); /* for firefox 3.6+ */
		}
		
	
	.common-button.arrow span {
		background-image: url(../img/button-arrow.png);	
		background-repeat: no-repeat;
		background-position: 8px center;
	}
	.common-button.bulb span {
		background-image: url(../img/button-bulb.png);	
		background-repeat: no-repeat;
		background-position: 11px center;
	}
	.common-button.mail span {
		background-image: url(../img/button-mail.png);	
		background-repeat: no-repeat;
		background-position: 11px center;
	}
	.common-button.print span {
		background-image: url(../img/button-print.png);	
		background-repeat: no-repeat;
		background-position: 11px center;
	}
	.common-button.big {
		width: 180px;
		margin: 0 0 20px 0;
		font-size: 20px;
		text-transform: uppercase;
		padding: 15px 0;
	}


		
	.popup-form {
	
	}
		.popup-form h1 {
			color: #396AB3;
			font-size: 16px;
			margin: 0;
			padding: 0 0 10px 0;			
		}
		.popup-form form {
			padding: 10px;		
		}
			.popup-form form label {
				width: 150px;
				display: block;
				float: left;
				margin: 0 0 2px 0;
			}
			.popup-form form select, .popup-form form input, .popup-form form textarea {
				float: left;
				margin: 0 0 2px 0;
			}
			
	.popup-form.catalog-order {
	
	}
		.popup-form.catalog-order form {
			padding: 10px 0 0 0;
		}
			.popup-form.catalog-order label {
				margin: 0 10px 6px 0;
			}
                        .popup-form.catalog-order span {
				margin: 0 10px 6px 0;
                                visibility: hidden;
			}
			
	.who-table {
		width: 620px;
	}
		.who-table td {
			width: 50%;
			padding: 0 0 30px 0;
			vertical-align: top;
			font-size: 12px;
		}
		.who-table img {
			float: left;
			margin: 0 10px 0 0;
		}
		#content .sub-content .sub-text .who-table h3 {
			padding: 0 0 2px 0;
		}
		
	#content .photos {
		
	}
		#content .photos .photo {
			width: 100px;
			height: 100px;
			float: left;
			margin: 0 20px 20px 0;
			border: 4px solid #e0e0e0;
			padding: 2px;
		}
		#content .photos .photo a {
			width: 100px;
			height: 100px;
			display: block;
			overflow: hidden;
			background-position: center;
		}
			#content .photos .photo:hover {
				border-color: #396AB3;
			}
			
	#content .reakce {
		padding: 0 0 40px 0;
		background-image: url(../img/text-sep.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;		
	}	
		#content .reakce strong {
			font-style: italic;
			color: #396AB3;	
		}
		
	/* kviz */
	
	#content .kviz-box01 {
		background-image: url(../img/kviz01-bg.jpg);
		background-repeat: no-repeat;
		width: 626px;
		height: 328px;
		padding: 10px 0 0 0;
		margin: 0 0 20px 0;
	}
		#content .kviz-box01 a.link-button {
			background-image: url(../img/kviz-link-01.jpg);
			background-repeat: no-repeat;
			width: 540px;
			height: 170px;
			display: block;
			margin: 0 0 0 75px;
		}
			#content .kviz-box01 a.link-button:hover {
				background-position: 0 -170px;
			}
	
	#content .kviz-box02 {
		background-image: url(../img/kviz02-bg.jpg);
		background-repeat: no-repeat;
		width: 626px;
		height: 292px;
		padding: 10px 0 0 0;
		margin: 0 0 20px 0;
	}
		#content .kviz-box02 a.link-button {
			background-image: url(../img/kviz-link-02.jpg);
			background-repeat: no-repeat;
			width: 540px;
			height: 170px;
			display: block;
			margin: 0 0 0 75px;
		}
			#content .kviz-box02 a.link-button:hover {
				background-position: 0 -170px;
			}
			
	#content .kviz-box01 .desc,
	#content .kviz-box02 .desc {
		padding: 20px 25px 0 100px;
		font-size: 12px;
		line-height: 18px;
	}
		


/* Footer
----------------------------------------*/
#footer {
	font-size: 12px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 80px 0 0 0;
	line-height: 130%;
}
	#footer .f-top {
		background-image: url(../img/footer-bg.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 210px;
	}
		#footer .f-top .col {
			width: 230px;
			float: left;
		}
			#footer .f-top .col.first {
				font-size: 11px;
				padding-right: 35px;
				width: 240px;
			}
				#footer .f-top .col.first .logo {
					padding: 0 0 12px 0;
				}
			#footer .f-top .col.last {
				width: 205px;
			}
			#footer .f-top .col .title {
				color: #000000;
				font-size: 14px;
				font-weight: bold;
				padding: 20px 0 10px 0;
			}
			#footer .f-top .col ul {
				
			}
				#footer .f-top .col ul li {
					padding: 0 0 5px 15px;
					background-image: url(../img/list-dot.png);
					background-repeat: no-repeat;
					background-position: left 4px;
				}
				
			#footer .f-top .col.last .fb-thumb {
				height: 29px;
				width: 125px;
				padding: 57px 0 0 80px;
				display: block;
				background-image: url(../img/fb-thumb.png);
				color: #ffffff;
				text-decoration: none;
				position: absolute;
				margin: -30px 0 0 0;
			}	
				
			#footer .f-top .col.last .item {
				background-image: url(../img/sidebar-sep.png);
				background-repeat: no-repeat;
				background-position: center 60px;
				padding: 75px 0 0 0;
			}
			#footer .f-top .col.last .item span {
				padding: 4px 0 0 0;
				display: block;
				font-size: 12px;
				color: #313233;
			}
			
			#footer .f-top .col.last .item div#newformResult a.doneNews, #footer .f-top .col.last .item div#newformResult a.errorNews {
				height: 20px; 
				background-image: url(../img/newsletter_form-green.png);
				background-repeat: no-repeat; 
				font-size: 12px; 
				margin: 6px 0 0 0;
				color: #FFFFFF;
				padding: 0px 0 0 10px;
				display: block;
				text-decoration: none;
			}
			
			#footer .f-top .col.last .item div#newformResult a.errorNews {
				background-image: url(../img/newsletter_form-red.png);
			}
			
		#footer .f-top .col.last form {
			height: 20px;
			margin: 6px 0 0 0;
			background-image: url(../img/newsletter_form-green.png); /* ie6 fix*/
			background-image: url(../img/newsletter_form-red.png); /* ie6 fix*/
			background-image: url(../img/newsletter-bg.png); /* ie6 fix*/
			background-repeat: no-repeat;
		}
			#footer .f-top .col.last form input {
				height: 17px;
				width: 120px;
				font-size: 11px;
				padding: 2px 8px 0 8px;
				background-color: transparent;
				border-width: 0;
				color: #7C7D80;
			}
			#footer .f-top .col.last form a {
				color: #ffffff;
				float: right;
				padding: 0 22px 0 0;
				font-size: 12px;
				position: relative;
				text-decoration: none;
				top: 3px;
			}
			
			
	#footer .copy {
		float: left;
		font-size: 11px;
		color: #849ab2;
		padding: 20px 0 10px 0;
	}
		#footer .copy a {
			color: #849ab2;
		}
	#footer .menu-alt {
		float: right;
		text-align: right;
		color: #849ab2;
		padding: 20px 0 10px 0;
	}
		#footer .menu-alt a {
			color: #849ab2;
		}
		#lang-de #footer .menu-alt {
			width: 530px;
		}
	#footer a {
		color: #eeeeff;
	}





