/*---------------------------   TAGs definitions     ---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url('../image/default/bg-body-top.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	color: #494949;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #a4a4a4;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

p {
	margin: 4px 0px;
}

/*---------------------------   Page definitions     ---------------------------------*/
div.wrapper {
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	position: relative;
}

div.page {
	width: 850px;
	margin: 0px auto;
}

/*---------------------------   Left column definitions     ---------------------------------*/
div.left-column {
	width: 236px;
	padding-bottom: 80px;
}

div.logo {
	background-image: url('../image/default/bg-logo-box.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	text-align: center;
}

div.logo h1 a {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #58c0f1;
	text-decoration: none;
	padding-top: 150px;
	height: 90px;
}

div.news {
	margin-top: 40px;
}

div.news h2 {
	color: #58c0f1;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 18px;
}

div.news div.news-container {
	border-top: 1px solid #79cdf4;
	padding: 15px 18px;
	margin: 7px 0px 0px;
	color: #a4a4a4;
}

div.news div.news-container h3 {
	font-weight: bold;
	font-size: 11px;
	color: #58c0f1;
}

div.news div.news-container div.news-text {
	margin: 15px 0px;
	font-size: 11px;
	text-align: justify;
}

div.news div.news-container div.news-more {
	width: 48px;
	padding: 5px;
}

div.news div.news-container div.news-more span.more-arrow-gray {
	display: block;
	width: 14px;
	border: 1px solid #dfdfdf;
	background-color: #a4a4a4;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

div.news div.news-container div.news-more span.more-gray {
	font-size: 14px;
	position: relative;
	top: -1px;
}

/*---------------------------   Center column definitions     ---------------------------------*/
div.center-column {
	width: 570px;
}

/*---------------------------   Languages definitions     ---------------------------------*/
div.languages {
	height: 50px;
}

div.languages ul {
	float: right;
}

div.languages ul li {
	float: left;
}

div.languages ul li a {
	display: block;
	background-color: #51b6e5;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 9px 7px;
	text-decoration: none;
	margin-left: 2px;
}

div.languages ul li.selected a,div.languages ul li a:hover {
	color: #7acff7;
}

/*---------------------------   Menu definitions     ---------------------------------*/
div.menu {
	height: 39px;
	overflow: hidden;
}

div.menu ul {
	float: right;
}

div.menu ul li {
	float: left;
}

div.menu ul li a {
	display: block;
	color: #4dacd9;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	border-right: 2px solid #58c0f1;
}

div.menu ul li a.left-border {
	border-left: 2px solid #58c0f1;
}

div.menu ul li a:hover {
	background: #58c0f1;
	color: #ffffff;
}

/*---------------------------   Content definitions     ---------------------------------*/
div.content {
	padding-bottom: 80px;
}

div.content a {
	color: #4bb0e0;
}

div.story-container {
	padding-top: 50px;
	border-bottom: 1px solid #79cdf4;
}

div.story-header {
	background-color: #58c0f1;
	color: #ffffff;
}

div.story-header h2 {
	font-size: 27px;
	font-weight: bold;
	padding: 7px 0 5px 0;
	background-color: #58c0f1;
	padding-left: 12px;
	height: 33px;
}

div.story-header div.story-date {
	font-size: 20px;
	font-weight: bold;
	padding-right: 12px;
}

div.story-header div.story-date div.date-divider {
	background-color: #fbfa00;
	width: 2px;
	height: 40px;
	margin: 0px 12px;
}

div.story-header div.story-date div.cufon-replace {
	padding-top: 9px;
}

div.story-body h3 {
	color: #58c0f1;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

div.story-body ul {
	padding: 5px 0 0 15px;
}

div.story-body ul li {
	padding: 5px 0 0 0;
	list-style-image: url('../image/default/bullet-blue.jpg');
}

div.story-body ul li ul {
	padding: 15px 0 15px 15px;
}

div.story-body div.story-image {
	padding-top: 20px;
	width: 164px;
}

div.story-body div.story-text {
	border-top: 6px solid #fbfa00;
	padding-top: 10px;
	width: 390px;
	text-align: justify;
}

div.story-body div.story-text.without-image {
	width: auto;
}

div.story-body div.story-text div.story-more {
	width: 48px;
	margin: 10px 0px;
}

div.story-body div.story-text div.story-more a {
	text-decoration: none;
}

div.story-body div.story-text div.story-more span.more-arrow-blue {
	display: block;
	width: 16px;
	background-color: #58c0f1;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

div.story-body div.story-text div.story-more span.more-blue {
	color: #58c0f1;
	font-size: 15px;
	position: relative;
	top: -1px;
}

/*---------------------------   Contact content definitions     ---------------------------------*/
div.contact-content {
	padding-top: 50px;
}

div.contact-header {
	background-color: #58c0f1;
	color: #ffffff;
}

div.contact-header h2 {
	font-size: 27px;
	font-weight: bold;
	padding: 7px 0 5px 0;
	background-color: #58c0f1;
	padding-left: 12px;
	height: 33px;
}

div.contact-container div.contact-text {
	padding-top: 35px;
	width: 164px;
	color: #6f6f6f;
	margin-bottom: 20px;
}

div.contact-container div.contact-images {
	border-top: 6px solid #fbfa00;
	padding-top: 30px;
	width: 390px;
}

div.contact-container div.contact-images img {
	margin-left: 20px;
}

div.contact-container div.no-border {
	border-top: 6px solid transparent;
	_border-top: 6px solid #ffffff;
}

div.contact-text h3 {
	height: 35px;
}

div.contact-text h3 span.contact-arrow-blue {
	display: block;
	width: 19px;
	background-color: #58c0f1;
	color: #ffffff;
	font-size: 15px;
	padding: 4px 0 0 0;
	text-align: center;
}

div.contact-text h3 span.contact-h3-blue {
	color: #58c0f1;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

div.contact-text h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.contact-text a {
	color: #4bb0e0;
}

div.contact-text-full {
	padding: 0 0 7px 0px;
}

div.contact-ico {
	border-top: 1px solid #79cdf4;
	padding: 7px 0px 30px;
}

/*---------------------------   Bottom definitions     ---------------------------------*/
div.bottom {
	background-image: url('../image/default/bg-body-bottom.jpg');
	background-repeat: repeat-x;
	height: 71px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

div.bottom div.footer {
	width: 850px;
	margin: 10px auto 0px;
	color: #c9ebfa;
}

div.bottom div.footer a {
	color: #c9ebfa;
}

/*---------------------------   Main and Micro classes definitions     ---------------------------------*/
.end {
	clear: both;
	float: none;
	font-size: 0px;
}

.end-IE-fix {
	height: 0px;
}

.text-right {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.light-blue-border {
	border: 1px solid #a2d7f0;
}

div#subContainer {
	background-image: url('../image/default/bg-sub-container.jpg');
	background-repeat: repeat-x;
	height: 200px;
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 89px;
	left: 0;
	display: none;
	z-index:1;
}

div#subContainer div {
	position: absolute;
	margin: 10px 0 10px 0;
	color: #ffffff;
}

div#subContainer a {
	color: #ffffff;
	text-decoration: none;
}

div#subContainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#subContainer ul {
	padding: 5px 0 0 15px;
	font-weight: bold;
}

div#subContainer ul li {
	padding: 5px 0 0 0;
	list-style-image: url('../image/default/bullet-white.jpg');
}

/* klasický formulář začátek */
dl.zend_form {
	width: 620px;
	margin: 5px auto;
	padding: 0;
	overflow: auto;
	float: left;
	color: #5A5A5A;
}

dl.zend_form dt {
	padding: 0;
	clear: both;
	width: 180px;
	float: left;
	text-align: right;
	margin: 5px 5px 5px 0;
}

dl.zend_form dd {
	padding: 0;
	float: left;
	width: 370px;
	margin: 5px 2px 5px 0;
}

dl.zend_form p {
	padding: 0;
	margin: 0;
}

dl.zend_form input,dl.zend_form textarea,dl.zend_form select {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #494949;
	margin: 0 0 2px 0;
	padding: 2px;
	background-color: #79cdf4;
	border: 1px solid #58c0f1;
	width: 100%;
}

dl.zend_form select {
	width: auto;
}

dl.submit {
	float: right;
}

/*
 * v současné době ie 7 nechápe
 * dl.zend_form .required:before {
 content: '* ';
 }*/
span.required,.required span {
	color: #79cdf4;
	font-size: 180%;
}

/*dl.zend_form .optional:before {
 content: '+ ';
 }*/
span.optional,.optional span {
	color: #79cdf4;
	font-size: 180%;
}

dl.zend_form ul.errors {
	list-style: none;
	background: #FFDFDF;
	border-style: solid;
	border: 1px solid #DF7D7D;
	padding: 2px;
	width: 100%;
}

#submitContact {
	width: 150px;
}

/* klasický formulář konec */
div.infoBox {
	display: block;
	width: auto;
	padding: 0 5px 0 5px;
	margin: 0;
	background: #e8e8e8;
	border: 1px solid #D7D7D7;
	text-align: left;
}