
/*----------------------------------------
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: #6B7E9C;
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	background-image: url(../img/web-bg-rep.jpg);
	background-repeat: repeat-x;
}
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 {
	background-image: url(../img/web-bg.jpg);
	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 21px 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;
					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 {
				background-image: url(../img/sidebar-sep.png);
				background-repeat: no-repeat;
				padding: 18px 0 10px 0;
				color: #313233;
			}
			#content .home-boxes .sidebar .item.first {
				background-image: none;
				padding-top: 0;
			}
				#content .home-boxes .sidebar .item span {
					padding: 4px 0 0 10px;
					display: block;
					font-size: 11px;
				}
				
				#content .home-boxes .sidebar .item div#newformResult a.doneNews, #content .home-boxes .sidebar .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 10px;
					color: #FFFFFF;
					padding: 0px 0 0 10px;
					display: block;
					text-decoration: none;
				}
				
				#content .home-boxes .sidebar .item div#newformResult a.errorNews {
					background-image: url(../img/newsletter_form-red.png);
				}
				
			#content .home-boxes .sidebar form {
				height: 20px;
				margin: 6px 0 0 10px;
				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;
			}
				#content .home-boxes .sidebar form input {
					height: 17px;
					width: 120px;
					font-size: 11px;
					padding: 3px 8px 0 8px;
					background-color: transparent;
					border-width: 0;
					color: #7C7D80;
				}
				#content .home-boxes .sidebar form a {
					color: #ffffff;
					float: right;
					padding: 0 28px 0 0;
					font-size: 12px;
					position: relative;
					text-decoration: none;
					top: 1px;
				}
	
	#content .sub-header {
		width: 960px;
		height: 235px;
		font-size: 14px;
		color: #333333;
	}
		#content #carrier {
			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: #ffffff;
					text-decoration: none;
				}
					#content .sub-content .sub-menu a:hover {
						color: #396AB3;
					}
					#content .sub-content .sub-menu a.active {
						color: #396AB3;
					}
					#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;			
		}
			#content .sub-content .sub-text h1 {
				color: #396AB3;
				font-size: 30px;
				line-height: 30px;
				margin: 0;
				padding: 0 0 30px 0;			
			}
			
			#content .sub-content .sub-text h3 {
				color: #396AB3;
				font-size: 18px;
				margin: 0;
				padding: 20px 0 6px 0;	
				font-weight: bold;		
			}
			
			#content .sub-content .sub-text h3.kurz {
				padding: 0;		
			}
			#content .sub-content .sub-text span.kurz {
				color: #00B050;
				font-size: 18px;
			}
			#content .sub-content .sub-text table.kurz td {
				padding-bottom: 30px;
			}
				#content .sub-content .sub-text table.kurz td.nazev {
					padding-right: 15px;
				}
				#content .sub-content .sub-text table.kurz td.datum {
					width: 130px;
				}
				#content .sub-content .sub-text table.kurz td.odkaz-vice {
					width: 160px;
				}
					#content .sub-content .sub-text table.kurz td.odkaz-vice a {
						color: #00B050;
						margin-top: 0;
					}
			
			#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.jpg);
					background-repeat: no-repeat;
					background-position: 0 5px;
					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;		
		}
			#content .sub-content .sub-text .course-info td {
				width: 110px
			}
			#content .sub-content .sub-text .course-info th {
				font-style: italic;
				font-weight: bold;
			}
				#content .sub-content .sub-text .course-info td.buttons {
					width: 220px;
					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 th.price {
					color: #E7871C;
				}
			#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-bottom {
			background-image: url(../img/sub-content-bottom.png);
			height: 38px;
			line-height: 1px;
		}
		
	.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: 130px;
				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;
			}
			
	.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;
		}
		
		


/* Footer
----------------------------------------*/
#footer {
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
	padding: 40px 0 10px 0;
	margin: 30px 0 0 0;
	line-height: 130%;
}
	#footer .copy {
		float: left;
	}
	#footer .menu-alt {
		float: right;
		text-align: right;
	}
		#lang-de #footer .menu-alt {
			width: 530px;
		}
	#footer a {
		color: #eeeeff;
	}

